diff options
-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 --> |