Issue template update

This commit is contained in:
abejgonzalez 2022-02-22 19:34:48 -08:00
parent 351793cb4b
commit 361013e07b
3 changed files with 115 additions and 0 deletions

74
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View File

@ -0,0 +1,74 @@
name: Bug Report
description: File a bug report
labels: ["bug"]
body:
- type: checkboxes
attributes:
label: Background Work
description: Yes, I searched the following areas for a prior solution.
options:
- label: Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/firesim)
required: true
- label: Yes, I searched [prior issues](https://github.com/firesim/firesim/issues)
required: true
- label: Yes, I searched the [documentation](https://docs.fires.im/en/stable/)
required: true
- type: textarea
attributes:
label: FireSim Version and Hash
description: Repository version for reproducibility
placeholder: Version + Hash
value: |
Release: 1.13.0
Hash: a6a6a6
validations:
required: true
- type: textarea
attributes:
label: OS Setup
description: OS setup for reproducibility
placeholder: OS information
value: |
Ex: Output of `uname -a` and `lsb_release -a`
validations:
required: true
- type: textarea
attributes:
label: Other Setup
description: Any other setup relevant
placeholder: Other setup
value: |
Ex: Prior steps taken / Documentation Followed / etc...
validations:
required: false
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Other Information
description: Other information needed to reproduce the issue.
placeholder: |
Detailed explanations
Stack traces
Log files. Tip - You can add images / log files by clicking this area to highlight it and then dragging files in
Related issues
Suggestions on fixes
Other links
validations:
required: false

14
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: FireSim Mailing List
url: https://groups.google.com/forum/#!forum/firesim
about: Please ask and answer FireSim questions here.
- name: Chipyard Mailing List
url: https://groups.google.com/forum/#!forum/chipyard
about: Please ask and answer Chipyard related questions here.
- name: Rocket Chip Support
url: https://github.com/chipsalliance/rocket-chip/issues
about: Please ask and answer Rocket Chip questions here.
- name: Chisel Support
url: https://www.chisel-lang.org/community.html
about: Please ask and answer Chisel questions here.

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/firesim)
required: true
- label: Yes, I searched the [documentation](https://docs.fires.im/en/stable/)
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