File tree Expand file tree Collapse file tree 2 files changed +96
-0
lines changed Expand file tree Collapse file tree 2 files changed +96
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : ' '
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- -
11
+ Verify first that your issue/request is not already reported on GitHub.
12
+ Also test if the latest release, and master branch are affected too.
13
+ -->
14
+
15
+ ##### ISSUE TYPE
16
+ <!-- - Pick one below and delete the rest: -->
17
+ - Bug Report
18
+ - Feature Idea
19
+ - Module question
20
+ - Module creation help
21
+ - Documentation update
22
+
23
+ ##### SUMMARY
24
+ <!-- - Explain the problem briefly -->
25
+
26
+ ##### STEPS TO REPRODUCE
27
+ <!-- -
28
+ For bugs, show exactly how to reproduce the problem, using a minimal test-case.
29
+ For new features, show how the feature would be used.
30
+ -->
31
+
32
+ <!-- - Paste example playbooks or commands between quotes below -->
33
+ ``` yaml
34
+
35
+ ```
36
+
37
+ <!-- - You can also paste gist.github.com links for larger files -->
38
+
39
+ ##### EXPECTED RESULTS
40
+ <!-- - What did you expect to happen when running the steps above? -->
41
+
42
+ ##### ACTUAL RESULTS
43
+ <!-- - What actually happened? -->
44
+
45
+ <!-- - Paste verbatim command output between quotes below -->
46
+ ```
47
+
48
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- -
11
+ Verify first that your issue/request is not already reported on GitHub.
12
+ Also test if the latest release, and master branch are affected too.
13
+ -->
14
+
15
+ ##### ISSUE TYPE
16
+ <!-- - Pick one below and delete the rest: -->
17
+ - Bug Report
18
+ - Feature Idea
19
+ - Module question
20
+ - Module creation help
21
+ - Documentation update
22
+
23
+ ##### SUMMARY
24
+ <!-- - Explain the problem briefly -->
25
+
26
+ ##### STEPS TO REPRODUCE
27
+ <!-- -
28
+ For bugs, show exactly how to reproduce the problem, using a minimal test-case.
29
+ For new features, show how the feature would be used.
30
+ -->
31
+
32
+ <!-- - Paste example playbooks or commands between quotes below -->
33
+ ``` yaml
34
+
35
+ ```
36
+
37
+ <!-- - You can also paste gist.github.com links for larger files -->
38
+
39
+ ##### EXPECTED RESULTS
40
+ <!-- - What did you expect to happen when running the steps above? -->
41
+
42
+ ##### ACTUAL RESULTS
43
+ <!-- - What actually happened? -->
44
+
45
+ <!-- - Paste verbatim command output between quotes below -->
46
+ ```
47
+
48
+ ```
You can’t perform that action at this time.
0 commit comments