From 8e0a6c359345a2b2bfecdfc986f4bd8a49d43155 Mon Sep 17 00:00:00 2001 From: Sage Wright <40403716+sage-wright@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:56:44 -0400 Subject: [PATCH 1/2] Create issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 26 ++++++++++++++++++ 2 files changed, 58 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 000000000..b4be0fb98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,32 @@ +--- +name: Bug Report +about: Tell us about a bug +title: '' +labels: '' +assignees: '' + +--- + +:bug: + +### :pencil: Describe the Issue + + + +### :repeat: How to Reproduce + + + +### :fishing_pole_and_fish: Expected Behavior + + + +### :floppy_disk: Version Information + + + +### :information_source: Additional Information + + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..6db95cf8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Tell us about what you need +title: '' +labels: '' +assignees: '' + +--- + +:cool: + +### :pushpin: Explain the Request + + + +### :books: Context + + + +### :chart_with_upwards_trend: Desired Behavior + + + +### :information_source: Additional Information + + From 435e6565a14fc7a16272a3f0736bcab410491397 Mon Sep 17 00:00:00 2001 From: kapsakcj Date: Tue, 29 Aug 2023 15:30:35 -0400 Subject: [PATCH 2/2] added some helpful questions to bug report template --- .github/ISSUE_TEMPLATE/bug-report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b4be0fb98..6c432dc80 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -15,6 +15,12 @@ assignees: '' ### :repeat: How to Reproduce +- Was this run on the Terra platform? + - Terra on GCP or Azure? +- Or were the workflows run locally using `miniwdl` or `cromwell`? + - **What was the exact command was used to launch the workflow?** +- If possible, we may ask you to share your Terra workspace with us. Usually READER access is sufficient, but we may ask for WRITER access if we need to make changes to the workspace to reproduce the issue. + ### :fishing_pole_and_fish: Expected Behavior