File tree Expand file tree Collapse file tree 2 files changed +57
-0
lines changed Expand file tree Collapse file tree 2 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a bug report to help us improve semver
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- Remove the comments below and adapt it to your needs -->
11
+
12
+ # Situation
13
+ <!-- A clear and concise description of what the bug is. -->
14
+
15
+ # To Reproduce
16
+ <!--
17
+ Steps to reproduce the behavior:
18
+ 1. Go to '...'
19
+ 2. Click on '....'
20
+ 3. Scroll down to '....'
21
+ 4. See error
22
+ -->
23
+
24
+ # Expected Behavior
25
+ A clear and concise description of what you expected to happen.
26
+
27
+ # Environment
28
+ - OS: [ e.g. iOS]
29
+ - Python version [ e.g. 3.6, 3.7, ...]
30
+ - Version of semver library [ e.g. 3.0.0]
31
+
32
+ # Additional context
33
+ <!-- Add any other context about the problem here. -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : enhancement
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- Remove the comments below and adapt it to your needs -->
11
+
12
+ # Situation
13
+ <!-- A clear and concise description of what the feature is.
14
+ Ex. I'm always frustrated when [...]
15
+ -->
16
+
17
+ # Possible Solution/Idea
18
+ <!-- A clear and concise description of what you want to happen.
19
+ A clear and concise description of any alternative solutions or features you've considered.
20
+ -->
21
+
22
+
23
+ # Additional context
24
+ <!-- Add any other context about the feature request here. -->
You can’t perform that action at this time.
0 commit comments