From 0564f033fcb63b5ddf1fa51a159bb4569ef6f7f3 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 21 Aug 2018 00:49:52 +0200 Subject: [PATCH] chore: simplify GitHub issue templates --- .github/ISSUE_TEMPLATE.md | 108 +++++++++++++------- .github/ISSUE_TEMPLATE/1-bug-report.md | 92 +++++++++++------ .github/ISSUE_TEMPLATE/2-feature-request.md | 88 ++++++++++------ .github/ISSUE_TEMPLATE/3-documentation.md | 51 +++++---- .github/ISSUE_TEMPLATE/4-maintainance.md | 47 +++++---- 5 files changed, 246 insertions(+), 140 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 157cc330b..f4f8d68d6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,59 +1,91 @@ - - - - - - + ## Expected Behavior - - + + +... + ## Current Behavior - - - + + +... + ## Possible Solution - - + + +... + ## Test Case and/or Steps to Reproduce (for bugs) - - - + Test Case: - - + How to reproduce: 1. 2. 3. + ## Context - - - + + +... + ## Your Environment - - -- Foundation version(s) used: -- Browser(s) name and version(s): -- Operating System and version (desktop or mobile): -- Link to your project: - -## Checklist (all required): - - -- [ ] I have read and follow the [CONTRIBUTING](CONTRIBUTING.md) document. + +- Foundation version(s) used: +- Browser(s) name and version(s): +- Device, Operating System and version: +- Link to your project: + + +## Checklist + +- [ ] I have read and follow the CONTRIBUTING.md document. - [ ] This is a bug report or a feature request. - [ ] There are no other issues similar to this one. -- [ ] The issue title is descriptive. -- [ ] The template is fully and correctly filled. +- [ ] The issue title and template are correctly filled. + - - - - + diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 615eaff36..987fbcee7 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -4,57 +4,83 @@ about: Something is broken or doesn't work as expected --- - - - - - - + ## What should happen? +... + ## What happens instead? +... + ## Possible Solution - - + + +... -## Test Case and/or Steps to Reproduce - - - -Test Case: - - +## Test Case and/or Steps to Reproduce (for bugs) + +Test Case: + + How to reproduce: 1. 2. 3. + ## Context - - - + + +... + ## Your Environment - - -- Foundation version(s) used: -- Browser(s) name and version(s): -- Operating System and version (desktop or mobile): - -## Checklist (all required): - - + +- Foundation version(s) used: +- Browser(s) name and version(s): +- Device, Operating System and version: +- Link to your project: + + +## Checklist + - [ ] I have read and follow the CONTRIBUTING.md document. - [ ] There are no other issues similar to this one. -- [ ] The issue title is descriptive. -- [ ] The template is correctly filled. +- [ ] The issue title and template are correctly filled. + - - - - + diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md index 3c2c798f1..28b28ce21 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.md +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -4,45 +4,69 @@ about: Something is missing or could be improved --- - - - - - - + ## What is missing? - + + +... + + +## What is wrong now ? + + +... -## Why is it important? - - ## Possible Solution - - + + +... + ## Context - - - + + +... + ## Your Environment - - -- Foundation version(s) used: -- Browser(s) name and version(s): -- Operating System and version (desktop or mobile): - -## Checklist (all required): - - + +- Foundation version(s) used: +- Browser(s) name and version(s): +- Device, Operating System and version: + + +## Checklist + - [ ] I have read and follow the CONTRIBUTING.md document. -- [ ] There are no other issues similar to this one. -- [ ] The issue title is descriptive. -- [ ] The template is correctly filled. - - - - - +- [ ] here are no other issues similar to this one. +- [ ] The issue title and template are correctly filled. + + + diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/3-documentation.md index 8b2b2f0c1..a56660af8 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation.md +++ b/.github/ISSUE_TEMPLATE/3-documentation.md @@ -4,28 +4,41 @@ about: Typo mistakes, gaps or inconsistencies in docs or website --- - - - - - - + ## Description - + + +... + ## Possible Solution - + + +... -## Checklist (all required): - - + +## Checklist + - [ ] I have read and follow the CONTRIBUTING.md document. -- [ ] There are no other issues similar to this one. -- [ ] The issue title is descriptive. -- [ ] The template is correctly filled. - - - - - +- [ ] here are no other issues similar to this one. +- [ ] The issue title and template are correctly filled. + + + diff --git a/.github/ISSUE_TEMPLATE/4-maintainance.md b/.github/ISSUE_TEMPLATE/4-maintainance.md index 1f8b33eed..26bce5d1e 100644 --- a/.github/ISSUE_TEMPLATE/4-maintainance.md +++ b/.github/ISSUE_TEMPLATE/4-maintainance.md @@ -4,27 +4,38 @@ about: Tests, dependencies, workflow... --- - - - - - - + ## Description +... + + ## Possible Solution - + + +... -## Checklist (all required): - - + +## Checklist + - [ ] I have read and follow the CONTRIBUTING.md document. -- [ ] There are no other issues similar to this one. -- [ ] The issue title is descriptive. -- [ ] The template is correctly filled. - - - - - +- [ ] here are no other issues similar to this one. +- [ ] The issue title and template are correctly filled. + + + -- 2.47.2