Skip to content

Commit 92cd8ed

Browse files
chore(github): update ISSUE_TEMPLATE.md (#6519)
1 parent 8966ee7 commit 92cd8ed

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/ISSUE_TEMPLATE.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Please read and follow the instructions before submitting an issue:
44
55
- 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.
66
- Ensure your issue isn't already [reported](https://github.com/axios/axios/issues?utf8=%E2%9C%93&q=is%3Aissue).
7+
- Please, ensure your issue is not related to CORS or Mixed Content Issue (only relevant for browsers)
78
- 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).
8-
- If you're reporting a bug, ensure it isn't already fixed in the latest axios version.
9+
- If you're reporting a bug, ensure it isn't already fixed in the latest Axios version.
910
- If you need a new feature there's a chance it's already implemented in a [library](https://github.com/axios/axios/blob/master/ECOSYSTEM.md) or you can implement it using [interceptors](https://github.com/axios/axios#interceptors).
1011
- Don't remove any title of the issue template, or it will be treated as invalid by the bot.
1112
@@ -22,10 +23,8 @@ If you're reporting a bug, include the relevant code and stack traces to debug i
2223
If you're requesting a feature, include some context and examples of code using it.
2324

2425
#### Environment
25-
- Axios Version [e.g. 0.18.0]
26-
- Adapter [e.g. XHR/HTTP]
27-
- Browser [e.g. Chrome, Safari]
28-
- Browser Version [e.g. 22]
29-
- Node.js Version [e.g. 13.0.1]
30-
- OS: [e.g. iOS 12.1.0, OSX 10.13.4]
31-
- Additional Library Versions [e.g. React 16.7, React Native 0.58.0]
26+
- **Axios Version [e.g. 1.7.0]**
27+
- **Target platform [e.g Node / Browser / React Native version where Axios is running]**
28+
- **Adapter [e.g. FETCH / XHR / HTTP]**
29+
- Additional Library/Framework Versions [e.g. React 16.7]
30+
- OS: [e.g. iOS 12.1.0, OSX 10.13.4]

0 commit comments

Comments
 (0)