From 73b1b386a29f845de2f03d8cce76d180fec4cac1 Mon Sep 17 00:00:00 2001 From: matildepark Date: Fri, 22 Jan 2021 17:34:58 -0500 Subject: [PATCH 1/3] meta: remove landscape template --- .github/ISSUE_TEMPLATE/os1-bug-report.md | 39 ------------------------ 1 file changed, 39 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/os1-bug-report.md 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. From f2b07df14686b906a3acb9a93360350fcd581b19 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Fri, 22 Jan 2021 17:36:47 -0500 Subject: [PATCH 2/3] meta: add link to urbit/landscape --- .github/ISSUE_TEMPLATE/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0f12007117..910b4e366d 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. - 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. From 88064e11ee9493305aa542281db60ccf4dd4b892 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Fri, 22 Jan 2021 21:19:39 -0500 Subject: [PATCH 3/3] meta: add explainer line --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 910b4e366d..ed0ab98420 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: true contact_links: - 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. + 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.