Modify GH Issues

- Only support bug report + feature requests
- Direct people to relevant docs/question places
This commit is contained in:
Abraham Gonzalez
2021-11-02 11:19:59 -07:00
parent 15a6b9f9cf
commit ff9efb9651
7 changed files with 112 additions and 58 deletions

View File

@@ -0,0 +1,27 @@
name: Feature Request
description: File a feature request
labels: ["enhancement"]
body:
- type: checkboxes
attributes:
label: Background Work
description: Yes, I searched the following areas for a prior feature/solution to this problem.
options:
- label: Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard)
required: true
- label: Yes, I searched the [documentation](https://chipyard.readthedocs.io/)
required: true
- type: textarea
attributes:
label: Feature Description
description: Description of feature wanted
validations:
required: true
- type: textarea
attributes:
label: Motivating Example
description: A concise example demonstrating the feature.
validations:
required: true