diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 0000000000..a9f1fc9bb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,43 @@ +--- +name: "\U0001F41E Bug Report" +about: Report a reproducible bug +title: '' +labels: bug +assignees: '' + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. **If your problem is not a bug, please file under Support or Usage Question** + +**To Reproduce** +Code snippet to reproduce, ideally that will work by pasting into something like https://npm.runkit.com/axios, a hosted solution, or a repository that illustrates the issue. **If your problem is not reproducible, please file under Support or Usage Question** + +```js +// Example code here +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment:** + - Axios Version [e.g. 0.18.0] + - OS: [e.g. iOS 12.1.0, OSX 10.13.4] + - Browser [e.g. Chrome, Safari] + - Browser Version [e.g. 22] + - Additional Library Versions [e.g. React 16.7, React Native 0.58.0] + +**Additional context/Screenshots** +Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/---documentation.md b/.github/ISSUE_TEMPLATE/---documentation.md new file mode 100644 index 0000000000..0ce50ef5e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---documentation.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F4DA Documentation" +about: Report an error or area that needs clarification +title: '' +labels: documentation +assignees: '' + +--- + + + +**Section/Content To Improve** +Quote or link to section + +**Suggested Improvement** +Identify what is confusing or incorrect and what could make it better + +**Relevant File(s)**: [e.g. README.md] diff --git a/.github/ISSUE_TEMPLATE/---support-or-usage-question.md b/.github/ISSUE_TEMPLATE/---support-or-usage-question.md new file mode 100644 index 0000000000..bba2dad340 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---support-or-usage-question.md @@ -0,0 +1,43 @@ +--- +name: "\U0001F914 Support or Usage Question" +about: Get help using Axios +title: '' +labels: question +assignees: '' + +--- + + + +**Describe the issue** +A clear and concise description of what the issue is. + +**Example Code** +Code snippet to illustrate your question + +```js +// Example code here +``` + +**Expected behavior, if applicable** +A clear and concise description of what you expected to happen. + +**Environment:** + - Axios Version [e.g. 0.18.0] + - OS: [e.g. iOS 12.1.0, OSX 10.13.4] + - Browser [e.g. Chrome, Safari] + - Browser Version [e.g. 22] + - Additional Library Versions [e.g. React 16.7, React Native 0.58.0] + +**Additional context/Screenshots** +Add any other context about the problem here. If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/--feature-request.md b/.github/ISSUE_TEMPLATE/--feature-request.md new file mode 100644 index 0000000000..ad49bc0712 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--feature-request.md @@ -0,0 +1,20 @@ +--- +name: "✨ Feature Request" +about: Suggest an idea or feature +title: '' +labels: feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.