2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Add GitHub actions to close invalid issues (#3022)

* add close actions

* fix with checkout

* update issue templates

* add reminder

* update close message
This commit is contained in:
Xianming Zhong
2020-06-18 00:54:09 +08:00
committed by GitHub
parent 36f0ad2f98
commit a9010e4525
7 changed files with 89 additions and 45 deletions
+12 -7
View File
@@ -1,6 +1,4 @@
<!-- Click "Preview" for a more readable version -->
#### Instructions
<!-- Click "Preview" for a more readable version --
Please read and follow the instructions before submitting an issue:
@@ -9,9 +7,12 @@ Please read and follow the instructions before submitting an issue:
- 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.
- 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).
- Don't remove any title of the issue template, or it will be treated as invalid by the bot.
**⚠️👆 Delete the instructions before submitting the issue 👆⚠️**
-->
#### Summary
Describe your issue here, including as much detail as necessary.
@@ -20,7 +21,11 @@ If you're reporting a bug, include the relevant code and stack traces to debug i
If you're requesting a feature, include some context and examples of code using it.
#### Context
- axios version: *e.g.: v0.16.0*
- Environment: *e.g.: node v6.9.4, chrome 54, windows 7*
#### 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]