From 598fb4fa272267e37a77c3f34a3599658735e129 Mon Sep 17 00:00:00 2001 From: virgile-dev Date: Mon, 19 May 2025 11:14:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20update=20issue=20templates?= =?UTF-8?q?=20(#976)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention of Impress instead of Docs is confusing. Also added some automatic labelling. Signed-off-by: virgile-dev --- .github/ISSUE_TEMPLATE/Bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/Feature_request.md | 6 +++--- .github/ISSUE_TEMPLATE/Support_question.md | 14 +++++--------- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index b324d37c..059dffa3 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,7 +1,7 @@ --- name: 🐛 Bug Report about: If something is not working as expected 🤔. - +labels: ["bug", "triage"] --- ## Bug Report @@ -18,8 +18,8 @@ A clear and concise description of what you expected to happen (or code). 3. And then the bug happens! **Environment** -- Impress version: -- Platform: +- Docs version: +- Instance url: **Possible Solution** diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 51d31708..6793ee6a 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,7 +1,7 @@ --- name: ✨ Feature Request about: I have a suggestion (and may want to build it 💪)! - +labels: ["feature", "triage"] --- ## Feature Request @@ -16,8 +16,8 @@ A clear and concise description of what you want to happen. Add any considered d A clear and concise description of any alternative solutions or features you've considered. **Discovery, Documentation, Adoption, Migration Strategy** -If you can, explain how users will be able to use this and possibly write out a version the docs (if applicable). -Maybe a screenshot or design? +If you can, explain how users will be able to use this and possibly write out some documentation (if applicable). +Maybe add a screenshot or design? **Do you want to work on it through a Pull Request?** diff --git a/.github/ISSUE_TEMPLATE/Support_question.md b/.github/ISSUE_TEMPLATE/Support_question.md index 14bb7caf..ba720085 100644 --- a/.github/ISSUE_TEMPLATE/Support_question.md +++ b/.github/ISSUE_TEMPLATE/Support_question.md @@ -1,17 +1,13 @@ --- name: 🤗 Support Question about: If you have a question 💬, or something was not clear from the docs! - +labels: ["support", "triage"] --- +## Support request +**Checks before filing** +Please make sure you have read our [main Readme](https://github.com/suitenumerique/docs). - - ---- - -Please make sure you have read our [main Readme](https://github.com/numerique-gouv/impress). - -Also make sure it was not already answered in [an open or close issue](https://github.com/numerique-gouv/impress/issues). +Also make sure it was not already answered in [an open or close issue](https://github.com/suitenumerique/docs/issues?q=is%3Aissue%20state%3Aopen%20label%3Asupport). If your question was not covered, and you feel like it should be, fire away! We'd love to improve our docs! 👌