From 6419b6c407abd7da55f7ea5f7e15b2a3e8c9a961 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 21 Apr 2018 01:44:12 +0200 Subject: [PATCH] chore: improve GitHub templates readibility in text format Changes: * limite lines lenght to 80 characters * add centering and left/right alignement of texts * use `-` instead of `*` for lists --- .github/ISSUE_TEMPLATE.md | 63 ++++++++++++++++++-------------- .github/PULL_REQUEST_TEMPLATE.md | 35 ++++++++++++------ 2 files changed, 59 insertions(+), 39 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 317109812..28b69bf6f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,50 +1,59 @@ - - - + + + + + + ## Expected Behavior - - + + ## Current Behavior - - + + + ## Possible Solution - - + + ## Test Case and/or Steps to Reproduce (for bugs) - - -**Test Case**: - - -**How to reproduce:** + + + +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: + + +- 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 the [CONTRIBUTING](CONTRIBUTING.md) document. - [ ] This is a bug report or a feature request. - [ ] There is no other issues similar to this one. - [ ] The issue title is descriptive. - [ ] The template is fully and correctly filled. - - + + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b7e45ce31..a3d15a546 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,29 +1,38 @@ - + + + + ## Description - - - - + + + + + + + + - Closes ## Motivation and Context - + ## Screenshots (if appropriate): ## Types of changes - + + - [ ] Documentation - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Breaking change (fix or feature that would cause existing + functionality to change) ## Checklist (all required): - - + + - [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) document. - [ ] There is no other pull request similar to this one. - [ ] The pull request title is descriptive. @@ -34,5 +43,7 @@ - [ ] I have added tests to cover my changes (if relevant). - [ ] All new and existing tests passed. - - + + + + -- 2.47.2