Skip to content

Commit

Permalink
Add Github Issue Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezp committed Oct 3, 2022
1 parent 33d378e commit 6d6dd60
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 0 deletions.
Empty file modified .github/ISSUE_TEMPLATE.md
100644 → 100755
Empty file.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 🙋 Ask a question
description: Tell us what's on your mind
title: "[question]: "
labels: ["triage"]
assignees:
- OneSignal/eng-developer-sdk
body:
- type: markdown
attributes:
value: |
Having issues integrating the plugin?
- type: textarea
id: question
attributes:
label: How can we help?
description: Specific question regarding integrating this plugin.
placeholder: How do I...?
validations:
required: true
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: 🪳 Bug report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
assignees:
- OneSignal/eng-developer-sdk
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Provide a thorough description of whats going on.
placeholder: The latest version of the plugin causes a runtime error.
validations:
required: true
- type: textarea
id: reproduction-steps
attributes:
label: Steps to reproduce?
description: Provide as much detail as posible to reproduce the issue.
placeholder: |
1. Install and set up the plugin (version X.Y.Z), etc...
2. Visit website
3. Click on the notification prompt
4. Note that this causes a runtime error and a failed subscription.
render: Markdown
validations:
required: true
- type: textarea
id: what-are-expectations
attributes:
label: What did you expect to happen?
description: Also tell us, what did you expect to happen?
placeholder: I expected the notification prompt to cause a native permission change in the browser.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: Shell
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/general-feedback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 📣 General feedback
description: Tell us what's on your mind
title: "[Bug]: "
labels: ["triage"]
assignees:
- OneSignal/eng-developer-sdk
body:
- type: markdown
attributes:
value: |
Thanks for sharing your valuable feedback!
- type: textarea
id: feedback
attributes:
label: What's on your mind?
description: Feedback regarding this SDK.
placeholder: Share your feedback...
validations:
required: true

0 comments on commit 6d6dd60

Please sign in to comment.