From eb77f4ce1d5499cb1e21295b66cac6f31ef785cf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Nov 2020 09:36:50 +0100 Subject: Simplify a little bit github templates --- .github/ISSUE_TEMPLATE/20-documentation-issue.md | 2 ++ .github/ISSUE_TEMPLATE/30-feature-request.md | 12 ++------ .github/PULL_REQUEST_TEMPLATE.md | 35 ++++-------------------- 3 files changed, 10 insertions(+), 39 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.md b/.github/ISSUE_TEMPLATE/20-documentation-issue.md index c4ef3fd74..27bfc9cff 100644 --- a/.github/ISSUE_TEMPLATE/20-documentation-issue.md +++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.md @@ -16,7 +16,9 @@ All done? Then please fill the following mandatory form to help us triage your i **Parts of the documentation concerned:** + **Describe the desired information/correction** diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.md b/.github/ISSUE_TEMPLATE/30-feature-request.md index 675733ea5..bb2cf20aa 100644 --- a/.github/ISSUE_TEMPLATE/30-feature-request.md +++ b/.github/ISSUE_TEMPLATE/30-feature-request.md @@ -1,7 +1,6 @@ --- name: ✨ Feature Request about: Use this template to ask for new features and suggest new ideas 💡 -labels: 'Type: Discussion :thought_balloon:' --- -**Is your request related to a problem?** +**Describe the problem to be solved** - @@ -30,10 +29,3 @@ All done? Then please fill the following mandatory form to help us triage your r - -**Additional context** - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 517d318b1..a49db848f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,22 +1,15 @@ ## Description + ## Related issues - - - -## Type of change - -- [ ] ♻️ Refactor discussed in # -- [ ] ✨ Feature as discussed in # -- [ ] 🐛 Bug Fix -- [ ] 👷 Optimization/Maintenance -- [ ] 📝 Documentation Update -- [ ] 🔖 Release -- [ ] 🚩 Other + + + ## Has this been tested? + - [ ] 👍 yes, I added tests to the test suite - [ ] 👍 yes, light tests as follows are enough @@ -32,22 +25,6 @@ Provide instructions so we can reproduce. Please also list any relevant details for your test configuration(s): --> -**Self-test configuration**: -* NodeJS version: -* Viewport sizes: -* Browser name/version: - ## Screenshots - -## Checklist: - - - -- [ ] I have read the [CONTRIBUTING](./.github/CONTRIBUTING.md) documentation. -- [ ] I didn't make the linter cry -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made changes to the documentation as needed -- [ ] I have made changes to the OpenAPI spec as needed -- [ ] To the best of my knowledge, my changes introduce no known security vulnerability -- [ ] I have corrected any misspellings in my code/comments + -- cgit v1.2.3