split issue templates [skip ci]
This commit is contained in:
28
.github/ISSUE_TEMPLATE.md
vendored
28
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,28 +0,0 @@
|
|||||||
<!-- choose all that apply -->
|
|
||||||
**Type of issue**: bug report | feature request | question | other enhancement
|
|
||||||
|
|
||||||
<!-- if the issue is NOT a question, fill out the following sections -->
|
|
||||||
|
|
||||||
<!-- choose one -->
|
|
||||||
**Impact**: no rtl change | rtl refactoring | new rtl | unknown
|
|
||||||
|
|
||||||
<!-- choose one -->
|
|
||||||
**Development Phase**: request | proposal
|
|
||||||
|
|
||||||
**Other information**
|
|
||||||
<!-- include detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context -->
|
|
||||||
|
|
||||||
<!-- if the current behavior is a bug, please provide the following steps to reproduce the problem -->
|
|
||||||
|
|
||||||
**What is the current behavior?**
|
|
||||||
|
|
||||||
**What is the expected behavior?**
|
|
||||||
|
|
||||||
**Please tell us about your environment:**
|
|
||||||
<!-- (examples)
|
|
||||||
- version: `chipyard git commit hash`
|
|
||||||
- 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 use case for changing the behavior?**
|
|
||||||
23
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Report a problem with Chipyard
|
||||||
|
labels: bug
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- choose one -->
|
||||||
|
**Impact**: rtl | software | unknown | other
|
||||||
|
|
||||||
|
**What is the current behavior?**
|
||||||
|
|
||||||
|
**What is the expected behavior?**
|
||||||
|
|
||||||
|
**Please tell us about your environment:**
|
||||||
|
<!-- (examples)
|
||||||
|
- version: `chipyard git commit hash`
|
||||||
|
- 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/...`
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Other information**
|
||||||
|
<!-- include detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, ... -->
|
||||||
11
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
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, ... -->
|
||||||
6
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
name: Other
|
||||||
|
about: Something else!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
13
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Ask a question
|
||||||
|
labels: question
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- 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 -->
|
||||||
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -4,10 +4,7 @@
|
|||||||
**Type of change**: bug fix | new feature | other enhancement
|
**Type of change**: bug fix | new feature | other enhancement
|
||||||
|
|
||||||
<!-- choose one -->
|
<!-- choose one -->
|
||||||
**Impact**: no rtl change | rtl refactoring | new rtl | unknown
|
**Impact**: rtl change | software change | unknown | other
|
||||||
|
|
||||||
<!-- choose one -->
|
|
||||||
**Development Phase**: proposal | implementation
|
|
||||||
|
|
||||||
**Release Notes**
|
**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. -->
|
<!-- 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. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user