From 2b16d01ecbe45e5265164e4b03a727af59b978fa Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 19 Nov 2024 12:36:46 +0100 Subject: [PATCH] docs: Align GitHub issue templates Signed-off-by: Joas Schilling --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- .github/ISSUE_TEMPLATE/config.yml | 11 ++++++----- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cdb9fd1ac..19c315fce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug report +name: ๐Ÿž Bug report description: Create a report to help us improve labels: [ "bug", "0. Needs triage" ] body: @@ -6,7 +6,7 @@ body: attributes: value: | Thank you for contributing! Before reporting, please ensure the following: - + * You've [searched for similar issues](https://github.com/nextcloud/talk-android/issues) and didn't find a duplicate. * You've written a clear and descriptive title for this issue, something like "Crash when trying to send a file on group chat" * You agree to Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/) @@ -64,9 +64,9 @@ body: required: true - type: markdown attributes: - value: | + value: | ## Server information - + If you're unsure about any of these fields, just leave them empty. - type: input id: server-version diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7b0474bf4..c203eb7e2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,9 @@ # SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors -# SPDX-FileCopyrightText: 2022 รlvaro Brey -# SPDX-FileCopyrightText: 2021 Joas Schilling # SPDX-License-Identifier: GPL-3.0-or-later contact_links: - - name: Community Support and Help - url: https://help.nextcloud.com/ - about: For questions and general help + - name: ๐Ÿ—บ๏ธ Feature request for the full Nextcloud Talk suite + url: https://github.com/nextcloud/spreed/issues/new/choose + about: Suggest an idea for Nextcloud Talk for all users, client and server + - name: โ“ Community Support and Help + url: https://help.nextcloud.com/ + about: Configuration, webserver/proxy or performance issues and other questions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bb89f0b29..d72d14069 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: ๐Ÿš€ Feature request specifically for Nextcloud Talk Android about: Suggest an idea for Nextcloud Talk Android title: '' labels: 0. Needs triage, enhancement