From b09736aeade4b1fa82b37c5820bde79853254994 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 23 Jan 2019 17:25:05 +0100 Subject: [PATCH] .github: Add minimal issue template Closes #11042 --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 12 +++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..03ae4b34c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: For bugs and general problems +title: +labels: '' +assignees: '' + +--- + +Cockpit version: xxx +OS: +Page: + + + + + +Steps to reproduce + +1. +2. +3. + + diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..dafce0bc0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,12 @@ +--- +name: Enhancement +about: For feature requests and discussion of ideas +title: +labels: 'enhancement' +assignees: '' + +--- + +Page: + +