Skip to content

Commit

Permalink
new issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Aug 7, 2019
1 parent f96fd7d commit fdbd243
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug report
about: Report an issue
title: ''
labels: bug
assignees: ''

---

Please fill out as much known and relevant information as possible.

#### Version Information:
Expand All @@ -7,7 +16,7 @@ Please fill out as much known and relevant information as possible.
* CocoaPods Version:
* Xcode Version:
* Device or Emulator:
* iOS Version:
* iOS Version:
* Other Relevant Libraries:

#### Expected Results:
Expand Down
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Documentation report
about: Report a documentation issue
title: ''
labels: documentation
assignees: ''

---

**Describe the documentation issue**
A clear and concise description of what the issue is.

**Additional context**
Add any other context about the issue 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 enhancement
title: ''
labels: enhancement
assignees: ''

---

**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 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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Question
about: Ask a question
title: ''
labels: question
assignees: ''

---

**State your question**
A clear and concise question.

**Additional context**
Add any other context or screenshots related to your question.

0 comments on commit fdbd243

Please sign in to comment.