Ensure that issue templates are more readable

This commit is contained in:
Michael Friedrich 2019-09-02 15:10:35 +02:00
parent 52af379839
commit 2cf38ba8ce
2 changed files with 12 additions and 2 deletions

View File

@ -8,11 +8,13 @@ assignees: ''
--- ---
## Describe the bug ## Describe the bug
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
Please ensure to read https://github.com/Icinga/icinga2/blob/master/doc/15-troubleshooting.md first. Formatting tips: GitHub supports Markdown: https://guides.github.com/features/mastering-markdown/ Please ensure to read https://github.com/Icinga/icinga2/blob/master/doc/15-troubleshooting.md first. Formatting tips: GitHub supports Markdown: https://guides.github.com/features/mastering-markdown/
## To Reproduce ## To Reproduce
Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include configuration, logs, etc. to reproduce, if relevant. Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include configuration, logs, etc. to reproduce, if relevant.
1. 1.
@ -21,12 +23,15 @@ Provide a link to a live example, or an unambiguous set of steps to reproduce th
4. 4.
## Expected behavior ## Expected behavior
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
## Screenshots ## Screenshots
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
## Your Environment ## Your Environment
Include as many relevant details about the environment you experienced the problem in Include as many relevant details about the environment you experienced the problem in
* Version used (`icinga2 --version`): * Version used (`icinga2 --version`):
@ -37,4 +42,5 @@ Include as many relevant details about the environment you experienced the probl
* If you run multiple Icinga 2 instances, the `zones.conf` file (or `icinga2 object list --type Endpoint` and `icinga2 object list --type Zone`) from all affected nodes. * If you run multiple Icinga 2 instances, the `zones.conf` file (or `icinga2 object list --type Endpoint` and `icinga2 object list --type Zone`) from all affected nodes.
## Additional context ## Additional context
Add any other context about the problem here. Add any other context about the problem here.

View File

@ -8,13 +8,17 @@ assignees: ''
--- ---
## Is your feature request related to a problem? Please describe. ## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always using this feature but am missing [...] A clear and concise description of what the problem is. Ex. I'm always using this feature but am missing [...]
## Describe the solution you'd like ## Describe the solution you'd like
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.
## Describe alternatives you've considered ## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered. A clear and concise description of any alternative solutions or features you've considered.
## Additional context ## Additional context
Add any other context or screenshots about the feature request here. Add any other context or screenshots about the feature request here.