mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 16:52:18 +00:00
Update GH issue and PR template
This commit is contained in:
parent
43d24e7198
commit
c9a59a6509
6
.github/ISSUE_TEMPLATE.md
vendored
6
.github/ISSUE_TEMPLATE.md
vendored
@ -1,3 +1,5 @@
|
|||||||
<!-- ⚠️ Please respect one of these issue templates: https://github.com/strapi/strapi/issues/new/choose -->
|
<!--
|
||||||
|
|
||||||
<!-- If the issue description is not complete or/and doesn't follow the template we will close it -->
|
Please use one of these issue templates: https://github.com/strapi/strapi/issues/new/choose
|
||||||
|
|
||||||
|
-->
|
||||||
|
|||||||
56
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
56
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -1,41 +1,41 @@
|
|||||||
---
|
---
|
||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
about: Create a report to help us improve 🤔.
|
about: Create an issue report.
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- ⚠️ If you do not respect this template your issue will be closed. -->
|
<!--
|
||||||
|
Hello 👋 Thank you for submitting an issue.
|
||||||
|
|
||||||
<!-- =============================================================================== -->
|
Before you start, please make sure your issue is understandable and reproducible.
|
||||||
<!-- ⚠️ If you are not using the current Strapi release, you will be asked to update. -->
|
To me it readable please use a well markdown syntax.
|
||||||
<!-- Please see the wiki for guides on upgrading to the latest release. -->
|
|
||||||
<!-- =============================================================================== -->
|
|
||||||
|
|
||||||
<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
|
https://guides.github.com/features/mastering-markdown/
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- ⚠️ Before writing your issue make sure you are using:-->
|
**Describe the bug**
|
||||||
<!-- Node 10.x.x -->
|
A clear and concise description of what the bug is.
|
||||||
<!-- npm 6.x.x -->
|
|
||||||
<!-- The latest version of Strapi. -->
|
|
||||||
|
|
||||||
**Informations**
|
**Steps to reproduce the behavior**
|
||||||
- **Node.js version**: <!-- Please ensure you are using the Node LTS version (v10) -->
|
1. Go to '...'
|
||||||
- **NPM version**:
|
2. Click on '....'
|
||||||
- **Strapi version**: <!-- Please make sure you are on the latest version -->
|
3. Scroll down to '....'
|
||||||
- **Database**:
|
4. See error
|
||||||
- **Operating system**:
|
|
||||||
- **(Optional) Link to your Project**: <!-- To speedup support, if you have your project on github/gitlab you can provide a link -->
|
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**What is the current behavior?**
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Code snippets**
|
||||||
|
If applicable, add code samples to help explain your problem.
|
||||||
|
|
||||||
|
**System**
|
||||||
|
- Node.js version: <!-- Please ensure you are using the Node LTS version (v10) -->
|
||||||
|
- NPM version:
|
||||||
|
- Strapi version: <!-- Please make sure you are on the latest version -->
|
||||||
|
- Database:
|
||||||
|
- Operating system:
|
||||||
|
|
||||||
**Steps to reproduce the problem**
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
||||||
|
|
||||||
**What is the expected behavior?**
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Suggested solutions**
|
|
||||||
|
|||||||
17
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
17
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
@ -1,22 +1,15 @@
|
|||||||
---
|
---
|
||||||
name: 🚀 Feature Request
|
name: 🚀 Feature Request
|
||||||
about: Suggest an idea for this project 💡!
|
about: Suggest an idea for Strapi!
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- ⚠️ If you do not respect this template your issue will be closed. -->
|
<!--
|
||||||
|
Hello 👋 Thank you for submitting a feature request.
|
||||||
|
|
||||||
<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
|
We are using ProductBoard to manage our roadmap and feature request.
|
||||||
|
|
||||||
<!--
|
Can you please submit your feature request here: https://portal.productboard.com/strapi
|
||||||
Please also submit your idea on the Strapi Product Board:
|
|
||||||
https://portal.productboard.com/strapi/tabs/2-under-consideration/submit-idea
|
|
||||||
|
|
||||||
If your request on the product board is accepted this feature request issue will be closed,
|
|
||||||
but will still accept public discussion.
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
- [ ] **I have created my request on the Product Board before I submitted this issue**
|
|
||||||
- [ ] **I have looked at all the other requests on the Product Board before I submitted this issue**
|
|
||||||
|
|
||||||
**Please describe your feature request:**
|
|
||||||
|
|
||||||
|
|||||||
32
.github/PULL_REQUEST_TEMPLATE.md
vendored
32
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,23 +1,32 @@
|
|||||||
> ⚠️ 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>
|
⚠️ We have stopped merging PRs for now to the Strapi core.
|
||||||
> This new architecture will provide stability of the Strapi core as we approach the release of Beta.<br>
|
The reason is that we are developing new architecture for the admin panel and for the plugins.
|
||||||
> We appreciate and welcome all your contributions, but until further notice, please do not submit a PR as it will not be merged.<br>
|
This new architecture will provide stability of the Strapi core as we approach the release of Beta.
|
||||||
> Furthermore, you will have to rewrite it based on the new architecture.
|
We appreciate and welcome all your contributions, but until further notice, please do not submit a PR as it will not be merged.
|
||||||
|
Furthermore, you will have to rewrite it based on the new architecture.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Hello 👋 Thank you for submitting a pull request.
|
||||||
|
|
||||||
<!-- ⚠️ Your PR title will appear in the changelogs please make it short detailed and understandable for all. -->
|
To help us to merge you PR please follow this bullet points:
|
||||||
|
- You write documentation
|
||||||
|
- You write tests
|
||||||
|
- Refer issue you close in your PR description - fix #issue
|
||||||
|
- Let us know if this PR is WIP or ready to merge
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- Write a short description of what your PR does and link the concerned issues of your update. -->
|
#### Description of what you did:
|
||||||
<!-- ⚠️ Please link issue(s) you close / fix by using GitHub keywords https://help.github.com/articles/closing-issues-using-keywords/ !-->
|
|
||||||
#### Description:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Uncomment the correct contribution type. !-->
|
<!--
|
||||||
|
Replace [ ] by [x] to check these checkboxs!
|
||||||
|
-->
|
||||||
|
|
||||||
#### My PR is a:
|
#### My PR is a:
|
||||||
- [ ] 💥 Breaking change
|
- [ ] 💥 Breaking change
|
||||||
- [ ] 🐛 Bug fix #issueNumber
|
- [ ] 🐛 Bug fix
|
||||||
- [ ] 💅 Enhancement
|
- [ ] 💅 Enhancement
|
||||||
- [ ] 🚀 New feature
|
- [ ] 🚀 New feature
|
||||||
|
|
||||||
@ -27,7 +36,6 @@
|
|||||||
- [ ] Framework
|
- [ ] Framework
|
||||||
- [ ] Plugin
|
- [ ] Plugin
|
||||||
|
|
||||||
<!-- Please note that all databases should be tested and confirmed to be working prior to the PR being merged. -->
|
|
||||||
#### Manual testing done on the following databases:
|
#### Manual testing done on the following databases:
|
||||||
- [ ] Not applicable
|
- [ ] Not applicable
|
||||||
- [ ] MongoDB
|
- [ ] MongoDB
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user