-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue and pull_request templates. (#713)
* Add issue and pull_request templates. * Scratch itches * Respond to review comments. * Add Stack Overflow link. * Add impact to issue template, type-of-change to pr. * Reorder impact, development phase; add development phase to issue.
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
**Note: for support questions, you are strongly advised to use [Stack Overflow](https://stackoverflow.com/questions/tagged/chisel)**. | ||
|
||
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` | ||
|
||
* **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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
* **Related issue** (if applicable) | ||
|
||
* **Type of change** | ||
- [ ] Bug report | ||
- [ ] Feature request | ||
- [ ] Other enhancement | ||
|
||
* **Impact** | ||
- [ ] no functional change | ||
- [ ] API addition (no impact on existing code) | ||
- [ ] API modification | ||
|
||
* **Development Phase** | ||
- [ ] proposal | ||
- [ ] implementation | ||
|
||
* **Release Notes** | ||
|
||
Text from here to the end of the body will be considered for inclusion in the release notes for the version containing this pull request. |