about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-01-16 00:35:41 +0100
committernfnty <git@nfnty.se>2017-01-16 00:38:55 +0100
commitded8e6756779c52b5d63ae92e78affe4812544ca (patch)
treefa87d9de684f601688ae1a31b2b3782dab93f63a /.github
parent1902d5e092332bdb52f6fe29baad92f41708e727 (diff)
downloadranger-ded8e6756779c52b5d63ae92e78affe4812544ca.tar.gz
GitHub issue templates: Add extra spaces
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md22
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md7
2 files changed, 18 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 14183666..a62f089e 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -4,20 +4,23 @@
 <!-- Bug: What should happen? -->
 <!-- Improvement: How should it work? -->
 
+
 ## Current behavior
 <!-- Bug: How is it different from the expected behavior? -->
 <!-- Improvement: How does it change the current behavior? -->
 
+
 ## Possible solution
 <!-- Bug: How should it be fixed? -->
 <!-- Improvement: How should it be implemented? -->
 
+
 ## Context
 <!-- How has this issue affected you? -->
 <!-- What are you trying to accomplish? -->
 
-<!-- For bugs -->
-## Steps to reproduce
+
+## Steps to reproduce<!-- For bugs -->
 <!-- List unambiguous steps to reproduce this bug -->
 1. 
 2. 
@@ -25,15 +28,16 @@
 4. 
 5. 
 
-<!-- For crashes -->
-## Traceback
+
+## Traceback<!-- For crashes -->
 <!-- Run ranger in debug mode -->
 
-<!-- Only if relevant -->
-## Screenshots/Video
+
+## Screenshots/Video<!-- Only if relevant -->
+
 
 ## Runtime environment
 <!-- Include details of your runtime environment -->
-* Ranger version/commit: 
-* Python version: 
-* Operating system and version: 
+- Ranger version/commit: 
+- Python version: 
+- Operating system and version: 
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6a51b47e..3686c8b3 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -9,18 +9,21 @@
 ## Description
 <!-- Describe your changes in detail -->
 
+
 ## Motivation and context
 <!-- Why is this change required? -->
 <!-- What problem does it solve? -->
 <!-- Link to relevant issue(s) -->
 
+
 ## Testing
 <!-- What's your testing environment? -->
 <!-- What tests have you run? -->
 <!-- How does your changes affect other areas of the codebase? -->
 
-<!-- Only if relevant -->
-## Screenshots/Video
+
+## Screenshots/Video<!-- Only if relevant -->
+
 
 ## Checklist
 <!-- Please go over all the following points -->