Skip to content

Commit 8ebb8d5

Browse files
committed
Add issue templates
1 parent 4eb1ef2 commit 8ebb8d5

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] - Title"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
Please provide the following information when submitting an issue.
11+
12+
> Where appropriate replace the `[ ]` with a `[X]` to mark an item as 'checked'
13+
14+
**.NET Framework Used:**
15+
16+
- [ ] .NET Core 3.0.0
17+
- [ ] .NET Core 3.1.0
18+
- [ ] Something else
19+
20+
**OS Environment:**
21+
22+
- [ ] Windows 10
23+
- [ ] Windows 10 IoT Core
24+
- [ ] Windows Server 2012
25+
- [ ] Windows Server 2012 R2
26+
- [ ] Windows Server 2016
27+
28+
OS Version: `####.####...`
29+
30+
**I have already...**
31+
32+
- [ ] Reproduced the problem using the latest stable release.
33+
- [ ] Reviewed the [documentation](https://ubiquitydotnet.github.io/Llvm.NET/).
34+
- [ ] Reviewed the [current issues](https://github.com/UbiquityDotNET/Llvm.NET/issues) to check that the issue isn't already known.
35+
36+
**Description:**
37+
38+
Provide a clear and concise description of what the bug is.
39+
40+
**Steps to reproduce the problem:**
41+
42+
- [ ] Reviewed the [documentation](https://ubiquitydotnet.github.io/Llvm.NET/).
43+
- [ ] Included Sample code or link to repository/gist to reproduce the bug (This is the fastest way to a resolution as it reduces the time to reproduce the problem. The smaller the sample is the better.)
44+
45+
**Expected Behavior**
46+
47+
Please provide a clear and concise description of what you expected to happen.
48+
49+
**Actual Behavior**
50+
51+
Please provide a clear and concise description of what actually happens.
52+
53+
**Additional context**
54+
Add any other context about the problem here.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Feature] - Title"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
> NOTE: Feature requests are intended to request a new feature or a change in the intended/designed
12+
> functionality (a.k.a. DCR). They should not be used to report bugs, which are incorrect implementations
13+
> of the designed functionality,
14+
15+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+
17+
**Describe the solution you'd like**
18+
A clear and concise description of what you want to happen.
19+
20+
**Describe alternatives you've considered**
21+
A clear and concise description of any alternative solutions or features you've considered.
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)