Skip to content

Commit 438d1e0

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 5d31e90 commit 438d1e0

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
## Read and complete the full issue template
22

3+
Do not randomly delete sections. They are here for a reason.
4+
35
**Do you want to request a *feature* or report a *bug*?**
46
- [x] Bug
57
- [ ] Feature
8+
- [ ] Question
9+
10+
**Did you test against the latest CI build?**
11+
- [ ] Yes
12+
- [ ] No
613

7-
If you are logging a possible bug or feature request, please test with [the latest development build](https://ci.appveyor.com/project/ClosedXML/ClosedXML/branch/develop/artifacts) first.
14+
If you answered `No`, please test with [the latest development build](https://ci.appveyor.com/project/ClosedXML/ClosedXML/branch/develop/artifacts) first.
815

916
**Version of ClosedXML**
1017

11-
e.g. 0.87.1
18+
e.g. 0.95.3
1219

1320
**What is the current behavior?**
1421

@@ -18,9 +25,9 @@ Complete this.
1825

1926
Complete this.
2027

21-
**Did this work in previous versions of our tool? Which versions?**
28+
**Is this a regression from the previous version?**
2229

23-
Yes/No/v0.XX
30+
Regressions get higher priority. Test against the latest build of the previous minor version. For example, if you experience a problem on v0.95.3, check whether it the problem occurred in v0.94.2 too.
2431

2532
## Reproducibility
2633
**This is an important section. Read it carefully. Failure to do so will cause a 'RTFM' comment.**
@@ -40,4 +47,5 @@ public void Main()
4047
// post your full application.
4148
}
4249
```
50+
4351
- [ ] I attached a sample spreadsheet. (You can drag files on to this issue)

0 commit comments

Comments
 (0)