From 03b61ba08beae080dcd1e72a50c0d4211bdd2e7d Mon Sep 17 00:00:00 2001 From: ksneab7 Date: Tue, 8 Aug 2023 11:31:16 -0400 Subject: [PATCH 1/2] addded the issue templates for issue creation --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++ .github/ISSUE_TEMPLATE/documentation_issue.md | 10 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 +++++++++++++ .github/ISSUE_TEMPLATE/open_issue.md | 8 ++++++ 4 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation_issue.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/open_issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6b5bf0bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Bug +assignees: JGSweets, ksneab7, micdavis, taylorfturner + +--- + +**General Information:** + - OS: + - Python version: + - Library version: + +**Describe the bug:** + + +**To Reproduce:** + + +**Expected behavior:** + + +**Screenshots:** + + +**Additional context:** diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md b/.github/ISSUE_TEMPLATE/documentation_issue.md new file mode 100644 index 00000000..b0802a94 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_issue.md @@ -0,0 +1,10 @@ +--- +name: Documentation Issue +about: Is there an issue with the documentation? +title: '' +labels: Documentation +assignees: JGSweets, ksneab7, micdavis, taylorfturner + +--- + +**Please provide the issue you face regarding the documentation** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..33697919 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: New Feature +assignees: JGSweets, ksneab7, micdavis, taylorfturner + +--- + +**Is your feature request related to a problem? Please describe.** + + + +**Describe the outcome you'd like:** + + + +**Additional context:** diff --git a/.github/ISSUE_TEMPLATE/open_issue.md b/.github/ISSUE_TEMPLATE/open_issue.md new file mode 100644 index 00000000..126e83d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/open_issue.md @@ -0,0 +1,8 @@ +--- +name: Open Issue +about: Open an issue other than a bug, feature, or documentation issue +title: '' +labels: '' +assignees: JGSweets, ksneab7, micdavis, taylorfturner + +--- From eac1d3703f3a64e847fb98d6faad98e110df3719 Mon Sep 17 00:00:00 2001 From: ksneab7 Date: Tue, 8 Aug 2023 12:42:41 -0400 Subject: [PATCH 2/2] Modified admins --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation_issue.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/open_issue.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6b5bf0bb..65372a51 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: '' labels: Bug -assignees: JGSweets, ksneab7, micdavis, taylorfturner +assignees: ssharpe42, tazitoo, danielbarcklow, ksneab7, micdavis, taylorfturner --- diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md b/.github/ISSUE_TEMPLATE/documentation_issue.md index b0802a94..481a65b9 100644 --- a/.github/ISSUE_TEMPLATE/documentation_issue.md +++ b/.github/ISSUE_TEMPLATE/documentation_issue.md @@ -3,7 +3,7 @@ name: Documentation Issue about: Is there an issue with the documentation? title: '' labels: Documentation -assignees: JGSweets, ksneab7, micdavis, taylorfturner +assignees: ssharpe42, tazitoo, danielbarcklow, ksneab7, micdavis, taylorfturner --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 33697919..05158f13 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: '' labels: New Feature -assignees: JGSweets, ksneab7, micdavis, taylorfturner +assignees: ssharpe42, tazitoo, danielbarcklow, ksneab7, micdavis, taylorfturner --- diff --git a/.github/ISSUE_TEMPLATE/open_issue.md b/.github/ISSUE_TEMPLATE/open_issue.md index 126e83d8..80525bf3 100644 --- a/.github/ISSUE_TEMPLATE/open_issue.md +++ b/.github/ISSUE_TEMPLATE/open_issue.md @@ -3,6 +3,6 @@ name: Open Issue about: Open an issue other than a bug, feature, or documentation issue title: '' labels: '' -assignees: JGSweets, ksneab7, micdavis, taylorfturner +assignees: ssharpe42, tazitoo, danielbarcklow, ksneab7, micdavis, taylorfturner ---