You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/report-a-bug-or-feature-request.md
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,21 @@ about: Report a bug of feature request
6
6
7
7
If you're reporting a bug:
8
8
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.
9
12
* 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.
11
16
* If possible, please attach the problematic fact file.
12
17
13
18
If you're report a feature request:
14
19
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
0 commit comments