mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
* chore: update issue template * fix: fix bug report template * fix: fix feature request template Co-authored-by: Jay <jasonsaayman@gmail.com>
31 lines
956 B
YAML
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
|