From 9d2be29fad6ac4a17e8c09d723b595f2db4f4711 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 26 May 2024 05:16:36 +0530 Subject: [PATCH] [meta] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cd158ee9d..2f53c55d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,11 +4,12 @@ labels: ["triage"] body: - type: markdown attributes: - value: > - Before opening a new issue, please ensure you are on the latest - version (it might've already been fixed), and that you've searched - for existing issues (please add you observations as a comment - there instead of creating a duplicate). + value: | + Before opening a new bug report, please ensure + 1. you are on the latest version (it might've already been fixed), + 2. you've searched for existing issues (please add your observations as a comment there instead of creating a duplicate). + + If you are self hosting, please create a community [Q&A](https://github.com/ente-io/ente/discussions/categories/q-a) instead. - type: textarea attributes: label: Description @@ -16,7 +17,8 @@ body: Please describe the bug. If possible, also include the steps to reproduce the behaviour, and the expected behaviour (sometimes bugs are just expectation mismatches, in which case this would be - a good fit for Discussions). + a good fit for [feature + requests](https://github.com/ente-io/ente/discussions/categories/feature-requests)). validations: required: true - type: input