Skip to content

Commit 8041559

Browse files
committedJul 14, 2018
Add a github issue template.
When a new issue is opened, request that the reporter leave a description, and a reproducer for the issue.
1 parent 9eb2649 commit 8041559

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug report
3+
about: Let us know if something is broken on Mesa
4+
5+
---
6+
7+
**Describe the bug**
8+
<!-- A clear and concise description the bug -->
9+
10+
**Expected behavior**
11+
<!-- A clear and concise description of what you expected to happen -->
12+
13+
**To Reproduce**
14+
<!-- Steps to reproduce the bug, or a link to a project where the bug is visible -->
15+
16+
**Additional context**
17+
<!--
18+
Add any other context here.
19+
Any details about your specific platform:
20+
* If the problem is in the browser, what browser, version, and OS?
21+
-->
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature for Mesa
4+
5+
---
6+
7+
**What's the problem this feature will solve?**
8+
<!-- A clear and concise description of what the problem is. -->
9+
10+
**Describe the solution you'd like**
11+
<!-- A clear and concise description of what you want to happen. -->
12+
13+
**Additional context**
14+
<!-- Add any other context, links, etc. about the feature here. -->

0 commit comments

Comments
 (0)
Please sign in to comment.