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! 👌