From 9027a9629d6e8e3b83abaa5fa1ab5ff9e9d747a3 Mon Sep 17 00:00:00 2001 From: David Yu Date: Fri, 17 Feb 2023 11:46:31 -0800 Subject: [PATCH] ISSUE TEMPLATE: update issue templates to include comments instead of inline text for instructions (#16313) * Update bug_report.md * Update feature_request.md * Update ui_issues.md * Update pull_request_template.md --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++- .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++- .github/ISSUE_TEMPLATE/ui_issues.md | 29 ++++++++++++++++++++++- .github/pull_request_template.md | 17 ++++++++++++- 4 files changed, 82 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 71813a021..8a7e26fd2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,20 +4,34 @@ about: You're experiencing an issue with Consul that is different than the docum --- + + #### Overview of the Issue -A paragraph or two about the issue you're experiencing. + + +--- #### Reproduction Steps + + ### Consul info for both Client and Server @@ -51,8 +65,18 @@ Server agent HCL config ### Operating system and Environment details + + ### 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 fb9b6b4ef..b3cd70e8c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,12 +4,24 @@ about: If you have something you think Consul could improve or add support for. --- + + #### Feature Description + + #### Use Case(s) -Any relevant use-cases that you see. + diff --git a/.github/ISSUE_TEMPLATE/ui_issues.md b/.github/ISSUE_TEMPLATE/ui_issues.md index dd5a6351c..3a3ca0ed1 100644 --- a/.github/ISSUE_TEMPLATE/ui_issues.md +++ b/.github/ISSUE_TEMPLATE/ui_issues.md @@ -4,41 +4,68 @@ about: You have usage feedback for the browser based UI --- + + ### Overview of the Issue -A paragraph or two about the issue you're experiencing / suggestion for + + ### Reproduction Steps + + ### Describe the solution you'd like + + ### Consul Version + + ### Browser and Operating system details + + ### Screengrabs / Web Inspector logs + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 43b3ac713..7f1e645aa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,31 @@ ### Description -Describe why you're making this change, in plain English. + + ### Testing & Reproduction steps + + + ### Links + + + ### PR Checklist * [ ] updated test coverage