diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0f12007117..ed0ab98420 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Landscape design issue - url: https://github.com/urbit/landscape/issues/new?assignees=&labels=design+issue&template=report-a-design-issue.md&title= - about: Submit non-functionality, design-specific issues to the Landscape team here. - - name: Landscape feature request - url: https://github.com/urbit/landscape/issues/new?assignees=&labels=feature+request&template=feature_request.md&title= - about: Landscape is comprised of Tlon's user applications and client for Urbit. Submit Landscape feature requests here. + - name: Submit a Landscape issue + url: https://github.com/urbit/landscape/issues/new/choose + about: Issues with Landscape (Tlon's flagship client) should be filed at urbit/landscape. This includes groups, chats, collections, notebooks, and more. - name: urbit-dev mailing list url: https://groups.google.com/a/urbit.org/g/dev about: Developer questions and discussions also take place on the urbit-dev mailing list. diff --git a/.github/ISSUE_TEMPLATE/os1-bug-report.md b/.github/ISSUE_TEMPLATE/os1-bug-report.md deleted file mode 100644 index b6800a7a7f..0000000000 --- a/.github/ISSUE_TEMPLATE/os1-bug-report.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: Landscape bug report -about: 'Use this template to file a bug for any Landscape app: Chat, Publish, Links, Groups, - Weather or Clock' -title: '' -labels: landscape -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. If possible, please also screenshot your browser's dev console. Here are [Chrome's docs](https://developers.google.com/web/tools/chrome-devtools/open) for using this feature. - -**Desktop (please complete the following information):** - - OS: [e.g. MacOS 10.15.3] - - Browser [e.g. chrome, safari] - - Base hash of your urbit ship. Run `+trouble` in Dojo to see this. - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Base hash of your urbit ship. Run `+trouble` in Dojo to see this. - -**Additional context** -Add any other context about the problem here.