diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 22 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
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 --> |