Skip to content

Commit

Permalink
chore: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fieztazica committed May 11, 2024
1 parent 4143fc5 commit 50bcdbb
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Bug Report
description: File a bug report
title: "[Bug] "
labels: [bug, "unverified"]
assignees:
- Owlvernyte
- fieztazica
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: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: Reproduction
description: You should provide a way to reproduce the problem.
placeholder: Repo link or code

- 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

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Owlvernyte/Hoot/blob/master/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord Server
url: https://discord.gg/dcpNtKRYs4
about: For questions and support requests, please visit our Discord Server.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Feature request
description: Request a new feature
title: "[Feature] "
labels: [enhancement]
assignees:
- Owlvernyte
- fieztazica
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: feature
attributes:
label: Feature
description: Please describe the feature you are requesting in detail
placeholder: describe....
validations:
required: true
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@
"format": "prettier --write \"src/**/*.ts\"",
"type:check": "tsc --pretty --skipLibCheck --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/Owlvernyte/Hoot.git"
},
"prettier": "@sapphire/prettier-config"
}

0 comments on commit 50bcdbb

Please sign in to comment.