diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md deleted file mode 100644 index c4a6b41f..00000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Bug Report -description: Use this if you've found a bug -title: "Bug Report: [Short description of the bug]" -labels: 🐛bug -assignees: '' - ---- - - - -## About Me - - -## Observed Behavior - - -## Expected Behavior - - -## Version - - -## Severity / Impact - - diff --git a/.github/ISSUE_TEMPLATE/OTHER.md b/.github/ISSUE_TEMPLATE/OTHER.md deleted file mode 100644 index 9b597cd7..00000000 --- a/.github/ISSUE_TEMPLATE/OTHER.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Other Issue -description: Use this for other issues -title: "Other: [Short description of the issue]" -labels: "Other" -assignees: '' - ---- - - - -## About Me - - -## Issue - diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md deleted file mode 100644 index 39d6f48f..00000000 --- a/.github/ISSUE_TEMPLATE/QUESTION.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Question -description: Use this if you have a question to the Sofie team -title: "Question: [Short summary of the question]" -labels: ❓ Question -assignees: '' - ---- - - - -## About Me - - -## My Question - diff --git a/.github/ISSUE_TEMPLATE/RFC.md b/.github/ISSUE_TEMPLATE/RFC.md deleted file mode 100644 index 4cc485cd..00000000 --- a/.github/ISSUE_TEMPLATE/RFC.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: Request for Comments -description: Use this to initiate a discussion about a new feature or a larger change -title: "RFC: [Short description of the feature/change]" -labels: RFC, Contribution -assignees: '' - ---- - - - -## About Me - - -## Background - - - -## Proposal - - - -## Status - - -The Sofie Team will evaluate this RFC and open up a discussion about it, usually within a week. - -- [x] RFC created -- [ ] Sofie Team has evaluated the RFC -- [ ] A workshop has been planned -- [ ] RFC has been discussed in a workshop -- [ ] A conclusion has been reached, see comments in thread.