Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create issue templates #175

Merged
merged 2 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug Report
about: Tell us about a bug
title: ''
labels: ''
assignees: ''

---

:bug:

### :pencil: Describe the Issue

<!-- Please describe what the issue you are facing and any necessary context. -->

### :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.

<!-- Please describe the steps needed to reproduce the observed behavior. -->

### :fishing_pole_and_fish: Expected Behavior

<!-- Please describe what you expected to happen. -->

### :floppy_disk: Version Information

<!-- What workflow (if applicable) did this issue occur on?
What version of the workflow (if applicable) was being used? -->

### :information_source: Additional Information

<!-- Please describe any additional information we should know in order to address the issue.
If applicable, please add screenshots to help explain your problem.-->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature Request
about: Tell us about what you need
title: ''
labels: ''
assignees: ''

---

:cool:

### :pushpin: Explain the Request

<!--Please describe what you would like us to add.-->

### :books: Context

<!--Please describe the context about your request.-->

### :chart_with_upwards_trend: Desired Behavior

<!--Please provide a clear and concise description of what you want to happen.-->

### :information_source: Additional Information

<!--Please add any other information or screenshots about your request here.-->