From 2e430fcaaf0f1b8e8945edc589fe6c5a6d5f0413 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Wed, 4 Oct 2023 14:01:42 -0400 Subject: [PATCH 1/2] github: add issue template for bugs --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..2d9a637c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Create a report to help us improve. +title: "Bug" +labels: bug +assignees: '' + +--- + +**Describe the bug** + +Describe what went wrong and what you expected to happen. + + +**To Reproduce** + +Steps to reproduce the behavior: + + +**Config** + +If relevant, please provide the config that you ran SimLN with. From 5424edd8674729326b0290b65e9adea58adf9e1e Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Wed, 4 Oct 2023 14:05:04 -0400 Subject: [PATCH 2/2] github: add feature request issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..e3a3a988 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature Request +about: Suggest and idea for the project. +title: "Feature Request" +labels: feature +assignees: '' + +--- + +**Describe desired feature** + +What would you like SimLN to do that it currently does not? + +**Use case for feature** + +What would you use this feature for? + +**Would you like to contribute code for this feature?** + +If you're interested and able to contribute code for the feature - let us know! +If not, no problem! +