diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8a7e26fd22..678431cae3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,25 +4,18 @@ about: You're experiencing an issue with Consul that is different than the docum --- - #### Overview of the Issue - + --- #### Reproduction Steps - + ### Log Fragments - - -Include appropriate Client or Server log fragments. If the log is longer than a few dozen lines, please include the URL to the [gist](https://gist.github.com/) of the log instead of posting it in the issue. Use `-log-level=TRACE` on the client and server to capture the maximum log detail. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b3cd70e8cd..14017a9ae9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,24 +4,12 @@ about: If you have something you think Consul could improve or add support for. --- - + #### Feature Description - + #### Use Case(s) - + diff --git a/.github/ISSUE_TEMPLATE/ui_issues.md b/.github/ISSUE_TEMPLATE/ui_issues.md index 3a3ca0ed17..3f1dc3f037 100644 --- a/.github/ISSUE_TEMPLATE/ui_issues.md +++ b/.github/ISSUE_TEMPLATE/ui_issues.md @@ -4,26 +4,16 @@ about: You have usage feedback for the browser based UI --- - + ### Overview of the Issue - + ### Reproduction Steps - +UIs? ---> ### Consul Version - + ### Browser and Operating system details - + ### Screengrabs / Web Inspector logs - +itself. ---> diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7f1e645aa3..ed7531f38e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,6 @@ ### Description - + ### Testing & Reproduction steps