Skip to content

Commit

Permalink
chore: add documentation_improvement.yml & update bug_report.yml
Browse files Browse the repository at this point in the history
…issue templates (#243)
  • Loading branch information
lauthieb authored May 25, 2023
1 parent 01ea6f7 commit 07b684b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report 🐛
description: Create a bug report for Vitamin Design.
labels: ['bug 🐛', 'run 💨']
labels: ['bug 🐛']
body:
- type: markdown
attributes:
Expand Down
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Documentation improvement 📝
description: Create an issue to improve documentation.
labels: ['documentation 📝']
body:
- type: markdown
attributes:
value: |
Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately.
Thanks for contributing by creating this issue! ❤️
- type: checkboxes
attributes:
label: Duplicates ❌
description: Please [search the history](https://github.com/Decathlon/vitamin-design/issues) to see if an issue already exists for the same problem.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Description
description: A clear and concise description of what is the documentation improvement that you propose.

0 comments on commit 07b684b

Please sign in to comment.