Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Create ISSUE_TEMPLATE.md #699

Merged
merged 2 commits into from
Dec 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
This repository's issues are reserved for feature requests and bug reports.

* **Type of issue**
- [ ] Bug report
- [ ] Feature request
- [ ] Other enhancement

* **If the current behavior is a bug, please provide the steps to reproduce the problem:**
* **What is the current behavior?**
* **What is the expected behavior?**
* **Please tell us about your environment:**
(examples)
- version: `3.0-SNAPSHOT`
- OS: `Linux knight 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 09:04:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux`
- verilator version (if relevant)

* **What is the use case for changing the behavior?**

* **Impact**
- [ ] no functional change
- [ ] API addition (no impact on existing code)
- [ ] API modification
- [ ] unknown

* **Development Phase**
- [ ] request
- [ ] proposal

* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. Stack Overflow, gitter, etc)