Skip to content
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
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/ask-question.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: 🙋‍♂️ Ask a question
description: Tell us what's on your mind
title: "[question]: "
labels: ["triage"]
# assignees:
# - onesignal/unity
labels: ["Question"]

body:
- type: markdown
attributes:
Expand All @@ -24,4 +23,4 @@ body:
description: By submitting this issue, you agree to follow our [Code of Conduct](https://onesignal.com/code-of-conduct)
options:
- label: I agree to follow this project's Code of Conduct
required: true
required: true
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/general-feedback.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: 📣 General feedback
description: Tell us what's on your mind
title: "[General]: "
labels: ["triage"]
# assignees:
# - onesignal/unity
labels: ["Feedback"]

body:
- type: markdown
attributes:
Expand All @@ -24,4 +23,4 @@ body:
description: By submitting this issue, you agree to follow our [Code of Conduct](https://onesignal.com/code-of-conduct)
options:
- label: I agree to follow this project's Code of Conduct
required: true
required: true
1 change: 0 additions & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ jobs:
# SDK Cross-Platform Project
project-url: https://github.com/orgs/OneSignal/projects/10
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
labeled: Bug
Loading