summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/---bug-report.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-20 13:31:06 +0200
committerFlorian Dold <florian@dold.me>2021-08-20 13:31:06 +0200
commit3fb2c7a5cd0adb550308fe7db9db69453afd0515 (patch)
treeb83ceffb2f45f86585f3899d0407bc1633256002 /.github/ISSUE_TEMPLATE/---bug-report.md
downloadnode-vendor-3fb2c7a5cd0adb550308fe7db9db69453afd0515.tar.gz
node-vendor-3fb2c7a5cd0adb550308fe7db9db69453afd0515.tar.bz2
node-vendor-3fb2c7a5cd0adb550308fe7db9db69453afd0515.zip
Squashed 'axios/' content from commit a64050a
git-subtree-dir: axios git-subtree-split: a64050a6cfbcc708a55a7dc8030d85b1c78cdf38
Diffstat (limited to '.github/ISSUE_TEMPLATE/---bug-report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/---bug-report.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md
new file mode 100644
index 0000000..8af77a3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/---bug-report.md
@@ -0,0 +1,46 @@
+---
+name: "\U0001F41E Bug Report"
+about: Report a reproducible bug
+title: ''
+labels: 'status:possible bug'
+assignees: ''
+
+---
+
+<!-- Click "Preview" for a more readable version --
+
+Please read and follow the instructions before submitting an issue:
+
+- Read all our documentation, especially the [README](https://github.com/axios/axios/blob/master/README.md). It may contain information that helps you solve your issue.
+- Ensure your issue isn't already [reported](https://github.com/axios/axios/issues?utf8=%E2%9C%93&q=is%3Aissue).
+- If you aren't sure that the issue is caused by Axios or you just need help, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/axios) or [our chat](https://gitter.im/mzabriskie/axios).
+- If you're reporting a bug, ensure it isn't already fixed in the latest Axios version.
+- Don't remove any title of the issue template, or it will be treated as invalid by the bot.
+
+⚠️👆 Feel free to these instructions before submitting the issue 👆⚠️
+-->
+
+#### 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]
+ - Adapter [e.g. XHR/HTTP]
+ - Browser [e.g. Chrome, Safari]
+ - Browser Version [e.g. 22]
+ - Node.js Version [e.g. 13.0.1]
+ - OS: [e.g. iOS 12.1.0, OSX 10.13.4]
+ - 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.