diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5eae6f5469..9b88b2a41e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,9 +26,7 @@ If you use the command "ttn-lw-stack config", you can redact sensitive config. --> #### What do you see now? - + ... @@ -50,6 +48,11 @@ Paste the output of "ttn-lw-cli version" or "ttn-lw-stack version" if applicable ... +#### How do you propose to test this? + + +... + #### Can you do this yourself and submit a Pull Request? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 02eadf0703..2e9cde1368 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -44,6 +44,14 @@ Paste the output of "ttn-lw-cli version" or "ttn-lw-stack version" if applicable ... +#### How do you propose to test this? + + +... + #### Can you do this yourself and submit a Pull Request? diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6b3e41200a..90c9a379b2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,6 +17,19 @@ Closes #0000, References #0000, etc. - ... - ... + +#### Testing + + + +... + +##### Regressions + + + +... + #### Notes for Reviewers