Skip to content

Commit c50e049

Browse files
committed
Updated bug report template
1 parent fa764f9 commit c50e049

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/ISSUE_TEMPLATE/report-a-bug-or-feature-request.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ about: Report a bug of feature request
66

77
If you're reporting a bug:
88

9+
* Don't worry if you're new to reporting bugs or don't know which information
10+
to provide. Just try to follow the guidelines below, and we'll figure it
11+
out.
912
* Please provide output of `ansible-cmdb --debug`
10-
* Please reduce your facts (just delete some of the `ansible -m setup` output files) until you're left with a single fact or fact file that still reproduces the problem.
13+
* Please reduce your facts (just delete some of the `ansible -m setup` output
14+
files) until you're left with a single fact or fact file that still
15+
reproduces the problem.
1116
* If possible, please attach the problematic fact file.
1217

1318
If you're report a feature request:
1419

15-
* Please do not file feature requests for column additions. Every user of ansible-cmdb has different requirements and adding an endless variety of columns is both unpractical and is quite a burden on the developer of ansible-cmdb. Pull requests are welcome if you believe the columns are useful for a wide audience.
20+
* Please do not file feature requests for column additions. Every user of
21+
ansible-cmdb has different requirements and adding an endless variety of
22+
columns is both unpractical and is quite a burden on the developer of
23+
ansible-cmdb. You can easily add custom columns yourself with the [Custom
24+
Columns](https://ansible-cmdb.readthedocs.io/en/latest/usage/#custom-columns)
25+
feature. Pull requests are welcome if you believe the columns are useful for
26+
a wide audience.

0 commit comments

Comments
 (0)