github: some minor changes to issue templates (#4521)
Just cleaning these up a tiny bit based on seeing how they're being used.
This commit is contained in:
parent
a1bd33da11
commit
59587928cb
|
@ -4,8 +4,7 @@ about: You're experiencing an issue with Consul that is different than the docum
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
When filing a bug, please include the following headings if
|
When filing a bug, please include the following headings if possible. Any example text in this template can be deleted.
|
||||||
possible. Any example text in this template can be deleted.
|
|
||||||
|
|
||||||
#### Overview of the Issue
|
#### Overview of the Issue
|
||||||
|
|
||||||
|
@ -41,14 +40,8 @@ output from server 'consul info' command here
|
||||||
|
|
||||||
### Operating system and Environment details
|
### Operating system and Environment details
|
||||||
|
|
||||||
OS, Architecture, and any other information you can provide
|
OS, Architecture, and any other information you can provide about the environment.
|
||||||
about the environment.
|
|
||||||
|
|
||||||
### Log Fragments
|
### Log Fragments
|
||||||
|
|
||||||
Include appropriate Client or Server 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.
|
||||||
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.
|
|
||||||
|
|
|
@ -4,8 +4,10 @@ about: If you have a question, please check out our other community resources in
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Issues on GitHub are intended to be related to bugs or feature requests, so we recommend using our other community resources instead of asking here.
|
Issues on GitHub are intended to be related to bugs or feature requests, so we recommend using our other community resources instead of asking here if you have a question.
|
||||||
|
|
||||||
- [FAQ (Frequently asked questions)](https://www.consul.io/docs/faq.html)
|
- Frequently asked questions: https://www.consul.io/docs/faq.html
|
||||||
- [Consul Guides](https://www.consul.io/docs/guides/index.html)
|
- Consul Guides: https://www.consul.io/docs/guides/index.html
|
||||||
- Any other questions can be sent to the [consul mailing list](https://www.consul.io/community.html)
|
|
||||||
|
|
||||||
|
Any other questions can be sent to the Consul mailing list: https://www.consul.io/community.html
|
||||||
|
|
Loading…
Reference in New Issue