diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0f7f2384ea..724e034f26 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ - + +Please use one of these issue templates: https://github.com/strapi/strapi/issues/new/choose + +--> diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 1e70a9aac2..aaa831cd98 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,41 +1,41 @@ --- name: 🐛 Bug Report -about: Create a report to help us improve 🤔. +about: Create an issue report. --- - + - - - +Before you start, please make sure your issue is understandable and reproducible. +To me it readable please use a well markdown syntax. - +https://guides.github.com/features/mastering-markdown/ +--> - - - - +**Describe the bug** +A clear and concise description of what the bug is. -**Informations** -- **Node.js version**: -- **NPM version**: -- **Strapi version**: -- **Database**: -- **Operating system**: -- **(Optional) Link to your Project**: +**Steps to reproduce the behavior** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error +**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: +- NPM version: +- Strapi version: +- Database: +- Operating system: -**Steps to reproduce the problem** - - - -**What is the expected behavior?** - - - -**Suggested solutions** +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index ff714bcb8b..e14b41814b 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -1,22 +1,15 @@ --- name: 🚀 Feature Request -about: Suggest an idea for this project 💡! +about: Suggest an idea for Strapi! --- - + +We are using ProductBoard to manage our roadmap and feature request. - -- [ ] **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:** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a64c49f9a3..061ba18390 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,32 @@ -> ⚠️ We have stopped merging PRs for now to the Strapi core.

-> The reason is that we are developing new architecture for the admin panel and for the plugins.
-> This new architecture will provide stability of the Strapi core as we approach the release of Beta.
-> 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. + + +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 +--> - - -#### Description: +#### Description of what you did: - + #### My PR is a: - [ ] 💥 Breaking change -- [ ] 🐛 Bug fix #issueNumber +- [ ] 🐛 Bug fix - [ ] 💅 Enhancement - [ ] 🚀 New feature @@ -27,7 +36,6 @@ - [ ] Framework - [ ] Plugin - #### Manual testing done on the following databases: - [ ] Not applicable - [ ] MongoDB