Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDan64 committed Jun 16, 2018
1 parent 4ef6045 commit 7bdd870
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug Report
about: Create a report to help us improve

---

**Describe the Bug**
A clear and concise description of what the bug is.

**To Reproduce**
Please provide a simple sample of code which reproduces the issue on your machine.

**Expected Behavior**
A clear and concise description of what you expected to happen.

**LLVM Version (please complete the following information):**
- LLVM Version: [e.g. 6.0]
- Inkwell Branch Used: [e.g. llvm6-0]

**Desktop (please complete the following information):**
- OS: [e.g. Ubuntu 16.04, Windows 10]

**Additional Context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe possible drawbacks to your solution**
How might this solution hinder other components or users if implemented?

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 7bdd870

Please sign in to comment.