Skip to content

Commit

Permalink
Ensure that issue templates are more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Sep 2, 2019
1 parent 52af379 commit 2cf38ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -8,11 +8,13 @@ assignees: ''
---

## Describe the bug

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

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.
Expand All @@ -21,12 +23,15 @@ Provide a link to a live example, or an unambiguous set of steps to reproduce th
4.

## Expected behavior

A clear and concise description of what you expected to happen.

## Screenshots

If applicable, add screenshots to help explain your problem.

## Your Environment

Include as many relevant details about the environment you experienced the problem in

* Version used (`icinga2 --version`):
Expand All @@ -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.

## Additional context

Add any other context about the problem here.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Expand Up @@ -8,13 +8,17 @@ assignees: ''
---

## 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 [...]

## 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

A clear and concise description of any alternative solutions or features you've considered.

## Additional context

Add any other context or screenshots about the feature request here.

0 comments on commit 2cf38ba

Please sign in to comment.