axios-axios/.github/ISSUE_TEMPLATE/DOCUMENTATION.yml
Félix Legrelle e7b3f553e9
chore: update issue template (#5061)
* chore: update issue template

* fix: fix bug report template

* fix: fix feature request template

Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-10-13 21:29:23 +02:00

31 lines
956 B
YAML

name: '📝 Documentation'
description: Report an error or area that needs clarification.
labels: ['documentation']
body:
- type: markdown
attributes:
value: 'If you found an area that needs clarification, feel free to open a PR or list the section/content that could be improved below'
- type: markdown
attributes:
value: '⚠️👆 Feel free to these instructions before submitting the issue 👆⚠️'
- type: textarea
id: content
attributes:
label: 'Section/Content To Improve'
description: Quote or link to section
validations:
required: true
- type: textarea
id: solution
attributes:
label: 'Suggested Improvement'
description: Identify what is confusing or incorrect and what could make it better
validations:
required: true
- type: textarea
id: files
attributes:
label: 'Relevant File(s)'
placeholder: e.g. README.md
render: bash