2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00
Files
axios/.github/ISSUE_TEMPLATE/---support-or-usage-question.md
T
2019-02-03 22:41:08 -07:00

44 lines
1.5 KiB
Markdown

---
name: "\U0001F914 Support or Usage Question"
about: Get help using Axios
title: ''
labels: question
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.
⚠️👆 Feel free to these instructions before submitting the issue 👆⚠️
-->
**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.