Skip to content

Commit

Permalink
Add feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored May 1, 2019
1 parent bc98c8f commit f790b23
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ labels: 'type: bug'
assignees: ''

---

> If you're not reporting a bug, please use the [forum](https://dartsim.discourse.group/) to ask questions.
### Bug Report
> Please answer the following questions for yourself before reporting a bug.
- [ ] I checked the [documentation](http://dartsim.github.io/) and found no answer.
- [ ] I checked the [documentation](http://dartsim.github.io/) and the [forum](https://dartsim.discourse.group/) but found no answer.
- [ ] I checked to make sure that this issue has not already been filed.

#### Environment
> Select the following information.
* DART version: [e.g., master, 6.8.0]
* OS name and version name(or number): [e.g., Ubuntu 16.04, macOS Sierra, Windows 10]
* Compiler name and version number: [e.g., GCC 4.8.5, Clang 3.9.1]
* DART version: [e.g., master, 6.8.3]
* OS name and version name(or number): [e.g., Ubuntu 18.04, macOS Mojav, Windows 10]
* Compiler name and version number: [e.g., GCC 7.4.0, Clang 3.9.1]

#### Expected Behavior
> Please describe the behavior you are expecting.
Expand Down
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
title: ''
labels: ''
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.

0 comments on commit f790b23

Please sign in to comment.