diff options
author | nfnty <git@nfnty.se> | 2017-01-17 05:56:41 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-17 05:56:41 +0100 |
commit | e26d163debc9f55a89a27f94a43771526d2ff0b7 (patch) | |
tree | 6ede3d5bb0492e458edbe7ad289aa283ccb286e1 | |
parent | f4b8ea74d3ef31cabf78b7fc5c5509156f2d947d (diff) | |
download | ranger-e26d163debc9f55a89a27f94a43771526d2ff0b7.tar.gz |
GitHub issue templates: Minor reorder and rewording
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 10 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
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 --> |