about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-01-17 05:56:41 +0100
committernfnty <git@nfnty.se>2017-01-17 05:56:41 +0100
commite26d163debc9f55a89a27f94a43771526d2ff0b7 (patch)
tree6ede3d5bb0492e458edbe7ad289aa283ccb286e1 /.github
parentf4b8ea74d3ef31cabf78b7fc5c5509156f2d947d (diff)
downloadranger-e26d163debc9f55a89a27f94a43771526d2ff0b7.tar.gz
GitHub issue templates: Minor reorder and rewording
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md10
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 4b4253fc..3496a1a8 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -24,16 +24,16 @@
 <!-- Request: How does it change the current behavior? -->
 
 
-#### POSSIBLE SOLUTIONS
-<!-- Bug: How should it be fixed? -->
-<!-- Request: How should it be implemented? -->
-
-
 #### CONTEXT
 <!-- How has this issue affected you? -->
 <!-- What are you trying to accomplish? -->
 
 
+#### POSSIBLE SOLUTIONS
+<!-- Bug: How should it be fixed? -->
+<!-- Request: How should it be implemented? -->
+
+
 #### STEPS TO REPRODUCE<!-- For bugs -->
 <!-- List unambiguous steps to reproduce the bug -->
 1. 
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 268f0e92..517f610e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -32,7 +32,7 @@
 
 #### MOTIVATION AND CONTEXT
 <!-- Why are these changes required? -->
-<!-- What problem does it solve? -->
+<!-- What problems do these changes solve? -->
 <!-- Link to relevant issues -->