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

first draft of task/support issue tempaltes #37

Merged
merged 1 commit into from
Dec 12, 2024
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
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/redapp_simple_task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: REDapp Project Task
description: Creates a task for the REDapp Team
title: "[REDapp TASK]: "
labels: ["task", "triage", "REDapp"]
assignees:
- spydmobile
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! By submitting this issue, you agree to follow our [Code of Conduct](https://firegrowthmodel.ca/pages/conduct.html)
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/redapp_support_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: REDapp Support Request
description: Request a new feature in REDapp
title: "[REDapp help]: "
labels: ["support", "triage", "REDapp"]
assignees:
- emdiaz0031
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this supportrequest !
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: false
- type: textarea
id: what-happend
attributes:
label: What happend?
description: Also tell us, what you may have already tried to do!
placeholder: Tell us what did!
value: "I pushed the go button but nothing happend, I tried restarting but it still did not go!"
validations:
required: true
- type: textarea
id: what-expected
attributes:
label: what did you expect/was supposed to happen?
description: Proivide additional context.