From c39ba5713c939ddb50e916971bc999b7256d89c9 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 6 Nov 2019 13:38:41 -0800 Subject: [PATCH] split issue templates [skip ci] --- .github/ISSUE_TEMPLATE.md | 28 ----------------------- .github/ISSUE_TEMPLATE/bug-report.md | 23 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 11 +++++++++ .github/ISSUE_TEMPLATE/other.md | 6 +++++ .github/ISSUE_TEMPLATE/question.md | 13 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +--- 6 files changed, 54 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index df4daa2e..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ - -**Type of issue**: bug report | feature request | question | other enhancement - - - - -**Impact**: no rtl change | rtl refactoring | new rtl | unknown - - -**Development Phase**: request | proposal - -**Other information** - - - - -**What is the current behavior?** - -**What is the expected behavior?** - -**Please tell us about your environment:** - - -**What is the use case for changing the behavior?** diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..4da4667e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,23 @@ +--- +name: Bug Report +about: Report a problem with Chipyard +labels: bug + +--- + + +**Impact**: rtl | software | unknown | other + +**What is the current behavior?** + +**What is the expected behavior?** + +**Please tell us about your environment:** + + +**Other information** + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..66e68155 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,11 @@ +--- +name: Feature Request +about: Propose a change to Chipyard + +--- + + +**Impact**: rtl | software | unknown | other + +**Description** + diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 00000000..b41a5e5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,6 @@ +--- +name: Other +about: Something else! + +--- + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..b8c3f482 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,13 @@ +--- +name: Question +about: Ask a question +labels: question + +--- + + + + + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fe031ca1..4949e777 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,10 +4,7 @@ **Type of change**: bug fix | new feature | other enhancement -**Impact**: no rtl change | rtl refactoring | new rtl | unknown - - -**Development Phase**: proposal | implementation +**Impact**: rtl change | software change | unknown | other **Release Notes**