From 2a1c63a0fcc3e163b3a90b4ddabf40a37cbd4cd3 Mon Sep 17 00:00:00 2001 From: dzalkind Date: Tue, 13 Feb 2024 10:14:19 -0700 Subject: [PATCH] Add message about use case --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e142ac6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Desired use case +_If you are able, please provide some background about your ROSCO use case. It helps guide our development and could help us better fix your issue._ + +## Description +_Describe the bug here_ + +### Steps to reproduce issue +_Please provide a minimum working example (MWE) if possible_ + +1. … +2. … +3. … + +### Current behavior +… + +### Expected behavior +… + + +### Code versions +_List versions only if relevant_ +- Python +- … \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..7cecc72c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +# Description of feature +Describe the feature here and provide some context. Under what scenario would this be useful? + +# Potential solution +Can you think of ways to implement this? \ No newline at end of file