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

chore: Add issue templates #75

Merged
merged 1 commit into from
Dec 5, 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
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/1-feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "💡 Feature request"
description: Suggest an idea for this project
labels: [
"feature",
"pending"
]
body:
- type: textarea
attributes:
label: "Tell us about your concept"
description: "Provide a small description of the feature you want to have added."
placeholder: "My idea is ..."
validations:
required: true
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: "🐛 Bug report"
description: Create a report to help us improve
labels: [
"bug",
"pending"
]
body:
- type: textarea
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
attributes:
label: "To Reproduce"
description: "Steps to reproduce the behavior."
validations:
required: true
- type: textarea
attributes:
label: "Expected behavior"
description: "A clear and concise description of what you expected to happen."
validations:
required: true
- type: textarea
attributes:
label: "Actual behavior"
description: "A clear and concise description of what actually happens."
validations:
required: true
- type: textarea
attributes:
label: "Version"
description: "On which addon version did the error occur. You can execute `/gt` to see the version"
validations:
required: true
- type: textarea
attributes:
label: "Additional context"
description: "Add any other context about the problem here."
validations:
required: false
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/3-blank-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: "📝 Blank issue"
about: Create a new issue without a template
assignees: RappyTV
labels: pending

---
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Read the documentation
url: https://docs.globaltags.xyz
about: Check out our documentation to understand our API better.
- name: Join our Discord
url: https://globaltags.xyz/discord
about: Join our Discord where you can get help from our community.
Loading