Skip to content

Commit

Permalink
[skip ci] Merge pull request #75 from Global-Tags/development
Browse files Browse the repository at this point in the history
chore: Add issue templates
  • Loading branch information
RappyTV authored Dec 5, 2024
2 parents 2cfcabe + f04d4e5 commit 5843ff6
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
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.

0 comments on commit 5843ff6

Please sign in to comment.