mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Merge pull request #3079 from strapi/pause-pullrequests
Add PR merge pause
This commit is contained in:
commit
0451b3f57a
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,3 +1,10 @@
|
||||
> ⚠️ We have stopped merging PRs for now to the Strapi core.<br><br>
|
||||
> The reason is that we are developing new architecture for the admin panel and for the plugins.<br>
|
||||
> This new architecture will provide stability of the Strapi core as we approach the release of Beta.<br>
|
||||
> We appreciate and welcome all your contributions, but until further notice, please do not submit a PR as it will not be merged.<br>
|
||||
> Furthermore, you will have to rewrite it based on the new architecture.
|
||||
|
||||
|
||||
<!-- ⚠️ Your PR title will appear in the changelogs please make it short detailed and understandable for all. -->
|
||||
|
||||
<!-- Write a short description of what your PR does and link the concerned issues of your update. -->
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Contribute to Strapi
|
||||
|
||||
> ⚠️ We have stopped merging PRs for now to the Strapi core.<br><br>
|
||||
> The reason is that we are developing new architecture for the admin panel and for the plugins.<br>
|
||||
> This new architecture will provide stability of the Strapi core as we approach the release of Beta.<br>
|
||||
> We appreciate and welcome all your contributions, but until further notice, please do not submit a PR as it will not be merged.<br>
|
||||
> Furthermore, you will have to rewrite it based on the new architecture.
|
||||
|
||||
First off, thanks for taking the time to contribute! 🎉👍
|
||||
|
||||
The following is a set of guidelines for contributing to Strapi and its packages.
|
||||
@ -206,7 +212,7 @@ Then run
|
||||
# generate the test app
|
||||
$ node test/createTestApp.js
|
||||
# run the testApp in the background (️️️⚠️ be carefull to kill the process after the tests have run)
|
||||
$ node test/startTestApp.js &
|
||||
$ node test/startTestApp.js &
|
||||
# run cypress
|
||||
$ node test/cypress
|
||||
```
|
||||
|
||||
@ -121,6 +121,12 @@ Be aware that one of the content type builder won't work due to the writing file
|
||||
|
||||
## Contributing
|
||||
|
||||
> ⚠️ We have stopped merging PRs for now to the Strapi core.<br><br>
|
||||
> The reason is that we are developing new architecture for the admin panel and for the plugins.<br>
|
||||
> This new architecture will provide stability of the Strapi core as we approach the release of Beta.<br>
|
||||
> We appreciate and welcome all your contributions, but until further notice, please do not submit a PR as it will not be merged.<br>
|
||||
> Furthermore, you will have to rewrite it based on the new architecture.
|
||||
|
||||
Please read our [Contributing Guide](./CONTRIBUTING.md) before submitting a Pull Request to the project.
|
||||
|
||||
## Support
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user