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

Issue Template #86

Merged
merged 5 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Bug report
description: Create a report to help us improve
labels: 'bug'

body:
- type: markdown
attributes:
value: |
Before reporting an issue make sure you are running the latest build of Leaf and checked for duplicate issues!

- type: textarea
attributes:
label: What behaviour is observed?
description: A clear and concise description of what the behavior is.
validations:
required: true

- type: textarea
attributes:
label: Expected behaviour
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce this behaviour
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Plugin list
description: This can be found by running `/pl`
validations:
required: true

- type: input
attributes:
label: Leaf Version
description: What version of Leaf are you running? (`/version`)
validations:
required: true

- type: input
attributes:
label: Error log (if applicable)
description: If you are reporting a console error, upload any relevant log excerpts to either https://mclo.gs/ or https://gist.github.com, save and the paste the link in this box.
HaHaWTH marked this conversation as resolved.
Show resolved Hide resolved

- type: input
attributes:
label: Configuration
description: Link of your Leaf & Gale config files, upload any relevant log excerpts to either https://paste.gg/ or https://gist.github.com, save and the paste the link in this box.
HaHaWTH marked this conversation as resolved.
Show resolved Hide resolved
validations:
required: true
HaHaWTH marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Feature request
description: Suggest an idea for Leaf
labels: 'enhancement'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request for Leaf! Fill out the following form to your best ability to help us understand your feature request and greately improve the change of it getting added.

- type: textarea
attributes:
label: What feature do you want to see added?
description: A clear and concise description of your feature request.
validations:
required: true
Loading