File tree Expand file tree Collapse file tree 5 files changed +54
-2
lines changed Expand file tree Collapse file tree 5 files changed +54
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Bug report
3
3
about : Create a report to help us improve
4
- title : ' '
4
+ title : " [Bug] "
5
5
labels : bug
6
6
assignees : ' '
7
7
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Documentation
3
+ about : Describe this issue template's purpose here.
4
+ title : " [Docs]"
5
+ labels : documentation
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Failing test
3
+ about : Describe this issue template's purpose here.
4
+ title : " [Failing test]"
5
+ labels : failing test case
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A clear and concise description of what the bug is or a link to it
12
+
13
+ ## Test code
14
+ ```
15
+ using var fixture = new EmptyRepositoryFixture();
16
+ fixture.Repository.MakeACommit();
17
+ fixture.BranchTo("develop");
18
+ fixture.Repository.MakeCommits(3);
19
+
20
+ fixture.AssertFullSemver("0.1.0-alpha.1");
21
+ ```
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Feature request
3
3
about : Suggest an idea for this project
4
- title : ' '
4
+ title : " [Feature] "
5
5
labels : feature
6
6
assignees : ' '
7
7
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Improvement request
3
+ about : Describe this issue template's purpose here.
4
+ title : " [Improvement]"
5
+ labels : improvement
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your improvement request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12
+
13
+ ## Detailed Description
14
+ <!-- - Provide a detailed description of the change or addition you are proposing -->
15
+
16
+ ## Context
17
+ <!-- - Why is this change important to you? How would you use it? -->
18
+ <!-- - How can it benefit other users? -->
19
+
20
+ ## Possible Implementation
21
+ <!-- - Not obligatory, but suggest an idea for implementing addition or change -->
You can’t perform that action at this time.
0 commit comments