Skip to content

Commit 3221a55

Browse files
authored
Add issue template for github issues (#2526)
1 parent 1c253a6 commit 3221a55

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

ISSUE_TEMPLATE.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<!--
2+
Verify first that your issue/request is not already reported on GitHub.
3+
Also test if the latest release and master branch are affected too.
4+
Always add information AFTER of these HTML comments, but no need to delete the comments.
5+
-->
6+
7+
##### ISSUE TYPE
8+
<!-- Pick one below and delete the rest -->
9+
* Bug Report
10+
* Improvement Request
11+
* Enhancement Request
12+
* Feature Idea
13+
* Documentation Report
14+
* Other
15+
16+
##### COMPONENT NAME
17+
<!--
18+
Categorize the issue, e.g. API, VR, VPN, UI, etc.
19+
-->
20+
~~~
21+
22+
~~~
23+
24+
##### CLOUDSTACK VERSION
25+
<!--
26+
New line separated list of affected versions, commit ID for issues on master branch.
27+
-->
28+
29+
~~~
30+
31+
~~~
32+
33+
##### CONFIGURATION
34+
<!--
35+
Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise
36+
-->
37+
38+
39+
##### OS / ENVIRONMENT
40+
<!--
41+
Information about the environment if relevant, N/A otherwise
42+
-->
43+
44+
45+
##### SUMMARY
46+
<!-- Explain the problem/feature briefly -->
47+
48+
49+
##### STEPS TO REPRODUCE
50+
<!--
51+
For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
52+
53+
For new features, show how the feature would be used.
54+
-->
55+
56+
<!-- Paste example playbooks or commands between quotes below -->
57+
~~~
58+
59+
~~~
60+
61+
<!-- You can also paste gist.github.com links for larger files -->
62+
63+
##### EXPECTED RESULTS
64+
<!-- What did you expect to happen when running the steps above? -->
65+
66+
~~~
67+
68+
~~~
69+
70+
##### ACTUAL RESULTS
71+
<!-- What actually happened? -->
72+
73+
<!-- Paste verbatim command output between quotes below -->
74+
~~~
75+
76+
~~~

0 commit comments

Comments
 (0)