Skip to content

Commit 8ff6c19

Browse files
authored
refactor: ci and build (#7340)
* chore: add mise * chore: re-position ci * chore: move sponsors script * chore: fix yml * chore: yml * fix: yml * fix: yml * chore: tweak sponsor yml * chore: implement security suggestion * chore: update templates for issues and PRs and update all workflows * fix: copilot feedback * feat: always run CI * fix: linked resources * chore: cancel run if new run starts * feat: generate release notes with copilot
1 parent ab06109 commit 8ff6c19

23 files changed

Lines changed: 273 additions & 848 deletions

.github/ISSUE_TEMPLATE.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
33
Please read and follow the instructions before submitting an issue:
44
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.
5+
- Read all our documentation, especially the [README](https://github.com/axios/axios/blob/main/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).
77
- Please, ensure your issue is not related to CORS or Mixed Content Issue (only relevant for browsers)
88
- 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).
99
- If you're reporting a bug, ensure it isn't already fixed in the latest Axios version.
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+
- If you need a new feature there's a chance it's already implemented in a [library](https://github.com/axios/axios/blob/main/ECOSYSTEM.md) or you can implement it using [interceptors](https://github.com/axios/axios#interceptors).
1111
- Don't remove any title of the issue template, or it will be treated as invalid by the bot.
1212
1313
**⚠️👆 Delete the instructions before submitting the issue 👆⚠️**
@@ -23,8 +23,9 @@ If you're reporting a bug, include the relevant code and stack traces to debug i
2323
If you're requesting a feature, include some context and examples of code using it.
2424

2525
#### Environment
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]
26+
27+
- **Axios Version [e.g. 1.7.0]**
28+
- **Target platform [e.g Node / Browser / React Native version where Axios is running]**
29+
- **Adapter [e.g. FETCH / XHR / HTTP]**
30+
- Additional Library/Framework Versions [e.g. React 16.7]
31+
- OS: [e.g. iOS 12.1.0, OSX 10.13.4]

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/DOCUMENTATION.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
<!-- Click "Preview" for a more readable version -->
1+
<!-- Instructions
22
3-
#### Instructions
3+
If you would like to add a PR description you may do so or let our AI agent create one, after the creation
4+
you may then edit the file if the AI agent got it wrong.
45
56
Please read and follow the instructions before creating and submitting a pull request:
67
78
- Create an issue explaining the feature. It could save you some effort in case we don't consider it should be included in axios.
89
- If you're fixing a bug, try to commit the failing test/s and the code fixing it in different commits.
9-
- Ensure you're following our [contributing guide](https://github.com/axios/axios/blob/master/CONTRIBUTING.md).
10+
- Ensure you're following our [contributing guide](https://github.com/axios/axios/blob/main/CONTRIBUTING.md).
1011
1112
**⚠️👆 Delete the instructions before submitting the pull request 👆⚠️**
1213
13-
Describe your pull request here.
14+
Describe your pull request here. -->

.github/labeler.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)