From a885284c94e27c77095bff2428cab0321231d6ef Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 30 Jan 2025 13:32:58 +0100 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/Bug report.md | 38 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_proposal.md | 38 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Question.md | 44 ++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_proposal.md create mode 100644 .github/ISSUE_TEMPLATE/Question.md diff --git a/.github/ISSUE_TEMPLATE/Bug report.md b/.github/ISSUE_TEMPLATE/Bug report.md new file mode 100644 index 0000000..f142781 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug report.md @@ -0,0 +1,38 @@ +--- +name: "\U0001F41B Bug Report" +about: If something isn't working as expected. +title: '' +labels: '' +assignees: '' + +--- + +## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE) + + + +### What I did: + + + +### What I expect to happen: + + + +### What actually happened: + + + +### Versions used: + + diff --git a/.github/ISSUE_TEMPLATE/Feature_proposal.md b/.github/ISSUE_TEMPLATE/Feature_proposal.md new file mode 100644 index 0000000..d8c730e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_proposal.md @@ -0,0 +1,38 @@ +--- +name: "\U0001F680 Feature proposal" +about: Feature Proposal +title: '' +assignees: '' + +--- + +## Feature Proposal + + +## Motivation + + + +## Assumptions + + + +## Proposal & Implementation + + + +## Risks + + + diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md new file mode 100644 index 0000000..89f9e1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -0,0 +1,44 @@ +--- +name: "\U0010067 Question" +about: Question +title: '' +assignees: '' + +--- + +## Feature Proposal + + +## Motivation + + + +## Assumptions + + + +## Proposal & Implementation + + + +## Risks + + + +## Versions used + +