From bfc3fd83f3663c7eea4be38764fc0941920247d8 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 3 Jun 2024 20:34:23 -0400 Subject: [PATCH] Clean up issue template a bit --- .github/ISSUE_TEMPLATE/10-bug.yaml | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/10-bug.yaml b/.github/ISSUE_TEMPLATE/10-bug.yaml index 41208e8bf59..75da048b401 100644 --- a/.github/ISSUE_TEMPLATE/10-bug.yaml +++ b/.github/ISSUE_TEMPLATE/10-bug.yaml @@ -6,13 +6,13 @@ body: attributes: value: | - Write a descriptive bug title above. - - Search [open](https://github.com/secondlife/viewer/issues?q=is%3Aopen+label%3Abug+is%3Aissue) bugs to ensure that the issue has not already been identified. + - Search [open](https://github.com/AlchemyViewer/Alchemy/issues?q=is%3Aopen+label%3Abug+is%3Aissue) bugs to ensure that the issue has not already been identified. - type: textarea attributes: label: Environment - description: About Second Life Text - placeholder: ex. Second Life Test 7.1.3.240191747 (64bit) ... + description: About Alchemy Text + placeholder: ex. Alchemy Test 7.1.3.240191747 (64bit) ... validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f2d58f5f654..40a4319389e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: -- name: 💬 Community Feedback (Canny) - url: https://feedback.secondlife.com +- name: 💬 Alchemy Viewer Discord + url: https://discordapp.com/invite/KugCgs6 about: Space for discussing and reviewing user-impacting bug reports and feature requests. -- GitLab