You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ Please read and follow the instructions before submitting an issue:
4
4
5
5
- 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.
6
6
- 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)
7
8
- 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.
9
10
- 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).
10
11
- Don't remove any title of the issue template, or it will be treated as invalid by the bot.
11
12
@@ -22,10 +23,8 @@ If you're reporting a bug, include the relevant code and stack traces to debug i
22
23
If you're requesting a feature, include some context and examples of code using it.
0 commit comments