Merge pull request #1029 from abejgonzalez/master

Modify GH Issues (All Feedback Welcome)
This commit is contained in:
Abraham Gonzalez
2021-11-03 10:45:09 -07:00
committed by GitHub
7 changed files with 112 additions and 58 deletions

View File

@@ -1,21 +0,0 @@
---
name: Bug Report
about: Report a problem with Chipyard
labels: bug
---
<!-- choose one -->
**Impact**: rtl | software | unknown | other
**Tell us about your environment:**
*Chipyard Version:* <!-- 1.2.0, Hash: 2c0928 -->
*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` -->
*Other:* <!-- `prior steps taken/documentation followed/...` -->
**What is the current behavior?**
**What is the expected behavior?**
**Other information**
<!-- include detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, ... -->

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/chipyard)
required: true
- label: Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues)
required: true
- label: Yes, I searched the [documentation](https://chipyard.readthedocs.io/)
required: true
- type: textarea
attributes:
label: Chipyard Version and Hash
description: Repository version for reproducibility
placeholder: Version + Hash
value: |
Release: 1.5.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

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

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

View File

@@ -1,13 +0,0 @@
---
name: Feature Request
about: Propose a change to Chipyard
---
<!-- choose one -->
**Impact**: rtl | software | unknown | other
**Description**
<!-- include detailed explanation, related issues, links for us to have context, ... -->
**What is a motivating example for changing the behavior?**

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

View File

@@ -1,6 +0,0 @@
---
name: Other
about: Something else!
---

View File

@@ -1,18 +0,0 @@
---
name: Question
about: Ask a question
labels: question
---
<!--
this type of issue is more for "how-tos", understanding chipyard, etc.
if you find an error or issue with chipyard, please use the "Bug Report Issue".
-->
<!-- have you looked at the Chipyard documentation? -->
<!-- have you looked at the subproject documentation/githubs? -->
<!-- for example: -->
<!-- rocketchip: https://github.com/chipsalliance/rocket-chip/issues -->
<!-- boom: https://github.com/riscv-boom/riscv-boom/issues -->
<!-- firesim: https://github.com/firesim/firesim/issues -->