Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE TEMPLATE: update issue templates to include comments instead of inline text for instructions #16313

Merged
merged 5 commits into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,34 @@ about: You're experiencing an issue with Consul that is different than the docum

---

<!--

When filing a bug, please include the following headings if possible. Any example text in this template can be deleted.

-->

#### Overview of the Issue

A paragraph or two about the issue you're experiencing.
<!--

Please provide a paragraph or two about the issue you're experiencing.

-->

---

#### Reproduction Steps

<!-- Please provide steps to reproduce the bug, without any details it would

Steps to reproduce this issue, eg:

1. Create a cluster with n client nodes n and n server nodes
1. Run `curl ...`
1. View error

-->

### Consul info for both Client and Server


Expand Down Expand Up @@ -51,8 +65,18 @@ Server agent HCL config

### Operating system and Environment details

<!--

OS, Architecture, and any other information you can provide about the environment.

-->

### Log Fragments

<!--

Please provide log file excerpts using the finest log level possible (i.e. DEBUG, TRACE).

-->

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.
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,24 @@ about: If you have something you think Consul could improve or add support for.

---

<!---

Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests.

--->

#### Feature Description

<!---

A written overview of the feature.

--->

#### Use Case(s)

Any relevant use-cases that you see.
<!---

Please describe the use case for this feature (i.e. Service Mesh, Service Discovery, KV, API Gateway).

-->
29 changes: 28 additions & 1 deletion .github/ISSUE_TEMPLATE/ui_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,68 @@ about: You have usage feedback for the browser based UI

---

<!---

When filing a bug, please include the following headings if possible. Any example text in this template can be deleted.

--->

### Overview of the Issue

A paragraph or two about the issue you're experiencing / suggestion for
<!---

Please provide a paragraph or two about the issue you're experiencing / suggestion for
improvement.

--->

### Reproduction Steps

<!---

Steps to reproduce this issue/view the area for improvement, eg:

1. Visit the UI page at `/ui/services`
1. Click .... then click...etc.
1. View error/area.

--->

### Describe the solution you'd like

<!---

If this is an improvement rather than a bug, a clear and concise description
of what you want to happen. How have you seen this problem solved in other
UIs?

--->

### Consul Version

<!---

This can be found either in the footer of the UI (Consul versions pre 1.10) or
at the top of the help menu that is in the top right side of the UI.

--->

### Browser and Operating system details

<!---

Browser, Browser Version, OS, and any other information you can provide about the environment that may be relevant.

--->

### Screengrabs / Web Inspector logs

<!---

If you think it's worthwhile, include appropriate screengrabs showing the
error/area for improvement. Try to include the URL bar of the browser so we
can see the current URL where the error manifests. Please be careful to
obfuscate any sensitive information either in the URL or in the browser page
itself.

--->
17 changes: 16 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
### Description
Describe why you're making this change, in plain English.

<!--

Please describe why you're making this change, in plain English.

-->

### Testing & Reproduction steps

<!--

* In the case of bugs, describe how to replicate
* If any manual tests were done, document the steps and the conditions to replicate
* Call out any important/ relevant unit tests, e2e tests or integration tests you have added or are adding

-->

### Links

<!--

Include any links here that might be helpful for people reviewing your PR (Tickets, GH issues, API docs, external benchmarks, tools docs, etc). If there are none, feel free to delete this section.

Please be mindful not to leak any customer or confidential information. HashiCorp employees may want to use our internal URL shortener to obfuscate links.

-->

### PR Checklist

* [ ] updated test coverage
Expand Down