File tree Expand file tree Collapse file tree 3 files changed +33
-5
lines changed Expand file tree Collapse file tree 3 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,21 @@ A clear and concise description of what the bug is.
20
20
<!-- Not obligatory, but suggest a fix or reason for the bug -->
21
21
22
22
## Steps to Reproduce
23
- <!-- Provide a link to a live example, or an unambiguous set of steps to -->
24
- <!-- reproduce this bug. Include code to reproduce, if relevant -->
23
+ <!--
24
+ If you are able to write your bug or scenario up as a `RepositoryFixture` test
25
+ and submit a pull-request with it, it is going to increase the likelyhood of
26
+ the bug being fixed.
27
+
28
+ It will both make it easier to understand what you are trying to achieve, how
29
+ GitVersion deviates from this expectation and to start debugging the problem. It
30
+ will also make it easier for you to fix the problem yourself. Please look at the
31
+ following example for how such a test can look like:
32
+
33
+ https://github.com/GitTools/GitVersion/blob/251645f08802ea9dc401d5b2f2d681e8f8adf626/src/GitVersionCore.Tests/IntegrationTests/MasterScenarios.cs#L13-L32
34
+
35
+ Otherwise, please provide a link to a live example, or an unambiguous set of
36
+ steps to reproduce this bug.
37
+ -->
25
38
26
39
## Context
27
40
<!-- How has this bug affected you? What were you trying to accomplish? -->
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ assignees: ''
11
11
A clear and concise description of what the bug is or a link to it
12
12
13
13
## Test code
14
- ```
14
+
15
+ ``` csharp
15
16
using var fixture = new EmptyRepositoryFixture ();
16
17
fixture .Repository .MakeACommit ();
17
18
fixture .BranchTo (" develop" );
Original file line number Diff line number Diff line change @@ -8,10 +8,24 @@ assignees: ''
8
8
---
9
9
10
10
** Is your feature request related to a problem? Please describe.**
11
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
11
+ A clear and concise description of what the problem is. Ex. I'm always
12
+ frustrated when [ ...]
12
13
13
14
## Detailed Description
14
- <!-- - Provide a detailed description of the change or addition you are proposing -->
15
+ <!-- -
16
+ Provide a detailed description of the change or addition you are proposing.
17
+
18
+ If you are able to write your feature or scenario up as a `RepositoryFixture`
19
+ test and submit a pull-request with it, it is going to increase the likelyhood
20
+ of the feature being implemented.
21
+
22
+ It will both make it easier to understand what you are trying to achieve, how
23
+ GitVersion deviates from this expectation and to start debugging the problem. It
24
+ will also make it easier for you to implement the feature yourself. Please look
25
+ at the following example for how such a test can look like:
26
+
27
+ https://github.com/GitTools/GitVersion/blob/251645f08802ea9dc401d5b2f2d681e8f8adf626/src/GitVersionCore.Tests/IntegrationTests/MasterScenarios.cs#L13-L32
28
+ -->
15
29
16
30
## Context
17
31
<!-- - Why is this change important to you? How would you use it? -->
You can’t perform that action at this time.
0 commit comments