├── .github └── ISSUE_TEMPLATE │ ├── config.yml │ ├── feature_request.md │ ├── landscape-grid-product-issues.md │ └── qa-landscape-baikal └── README.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urbit/landscape-archive/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/landscape-grid-product-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urbit/landscape-archive/HEAD/.github/ISSUE_TEMPLATE/landscape-grid-product-issues.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/qa-landscape-baikal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urbit/landscape-archive/HEAD/.github/ISSUE_TEMPLATE/qa-landscape-baikal -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/urbit/landscape-archive/HEAD/README.md --------------------------------------------------------------------------------