Skip to content

Commit 598fb4f

Browse files
authored
📝(doc) update issue templates (#976)
Mention of Impress instead of Docs is confusing. Also added some automatic labelling. Signed-off-by: virgile-dev <[email protected]>
1 parent 51618ad commit 598fb4f

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🐛 Bug Report
33
about: If something is not working as expected 🤔.
4-
4+
labels: ["bug", "triage"]
55
---
66

77
## Bug Report
@@ -18,8 +18,8 @@ A clear and concise description of what you expected to happen (or code).
1818
3. And then the bug happens!
1919

2020
**Environment**
21-
- Impress version:
22-
- Platform:
21+
- Docs version:
22+
- Instance url:
2323

2424
**Possible Solution**
2525
<!--- Only if you have suggestions on a fix for the bug -->

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: ✨ Feature Request
33
about: I have a suggestion (and may want to build it 💪)!
4-
4+
labels: ["feature", "triage"]
55
---
66

77
## Feature Request
@@ -16,8 +16,8 @@ A clear and concise description of what you want to happen. Add any considered d
1616
A clear and concise description of any alternative solutions or features you've considered.
1717

1818
**Discovery, Documentation, Adoption, Migration Strategy**
19-
If you can, explain how users will be able to use this and possibly write out a version the docs (if applicable).
20-
Maybe a screenshot or design?
19+
If you can, explain how users will be able to use this and possibly write out some documentation (if applicable).
20+
Maybe add a screenshot or design?
2121

2222
**Do you want to work on it through a Pull Request?**
2323
<!-- Make sure to coordinate with us before you spend too much time working on an implementation! -->

.github/ISSUE_TEMPLATE/Support_question.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
22
name: 🤗 Support Question
33
about: If you have a question 💬, or something was not clear from the docs!
4-
4+
labels: ["support", "triage"]
55
---
6+
## Support request
7+
**Checks before filing**
8+
Please make sure you have read our [main Readme](https://github.com/suitenumerique/docs).
69

7-
<!-- ^ Click "Preview" for a nicer view! ^
8-
We primarily use GitHub as an issue tracker. If however you're encountering an issue not covered in the docs, we may be able to help! -->
9-
10-
---
11-
12-
Please make sure you have read our [main Readme](https://github.com/numerique-gouv/impress).
13-
14-
Also make sure it was not already answered in [an open or close issue](https://github.com/numerique-gouv/impress/issues).
10+
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).
1511

1612
If your question was not covered, and you feel like it should be, fire away! We'd love to improve our docs! 👌
1713

0 commit comments

Comments
 (0)