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 templates #205

Merged
merged 7 commits into from
Aug 29, 2022
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
84 changes: 84 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
name: Bug Report
description: File a bug report
labels: ["bug", "triage"]
assignees:
- anthonyronda
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: Give us the details of the steps taken, and the unexpected result you experienced.
placeholder: |
Reproduction steps:
1. I clicked the token.
2. The token jumped across the scene 10 spaces to the left.
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: What is the expected behaviour?
description: If this is a bug, what would you expect the fix to do?
placeholder: |
When I click the token, it becomes selected and stays in its current position.
- type: textarea
id: logs
attributes:
label: Relevant Errors and Warnings
description: Is there an error message or warning in the browser console when you experienced this behaviour? Right after triggering the bug, press F12 and copy anything relevant in the console window. Paste that here.
render: shell
- type: textarea
id: debug
attributes:
label: Additional Support Details
description: With your Foundry VTT game active, you may click the Game Settings tab, then click the Support button. Please copy the debug information and paste it below.
placeholder: |
Foundry Virtual Tabletop: Version 9, 9.269
Game System: ose, 1.5.1
Active Modules: 9
Performance Mode: 1

OS: Intel Mac OS X 10.15
Client: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0
GPU: Apple M1
Max Texture Size: 8192
...
- type: dropdown
id: core-version
attributes:
label: Foundry VTT Core Version
description: Which version of Foundry VTT is installed? Skip this if you provided Additional Support Details.
options:
- V10
- V9
- 0.8.6-0.8.10
- Earlier than 0.8.6
- type: input
id: system-version
attributes:
label: Old-School Essentials Core Version
description: Which version of Old-School Essentials Foundry VTT Edition are you using? Skip this if you provided Additional Support Details.
- type: dropdown
id: browsers
attributes:
label: Please update your browser regularly. Which (updated) browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other
- type: checkboxes
id: code-of-conduct
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/vttred/.github/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
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: true
contact_links:
- name: User Documentation
url: https://vtt.red/ose
about: "Learn how to get started with Old-School Essentials on Foundry VTT."
- name: Old-School Essentials FVTT Edition Discord Community
url: https://discord.gg/y6RM86YgNY
about: "Ask a question in our #foundryvtt-help channel."
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Enhancement Request
description: Request a new feature or improvement to the current functionality.
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this enhancement request!
- type: textarea
id: new-behaviour
attributes:
label: New Feature or Changed Behaviour
description: Describe your proposed enhancement in detail, and provide examples.
placeholder: |
Example: Create a new character sheet field called "Race" which automatically changes the naked AC based on the race chosen.
validations:
required: true
- type: textarea
id: explanation-of-change
attributes:
label: Why?
description: Would this improve/shorten a player's workflow? Would this be more intuitive? Explain with details and examples.
placeholder: |
Players will be able to make AC modifications without having to use Tweaks, saving them time and removing an extra field from the Tweaks menu.
- type: checkboxes
id: code-of-conduct
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/vttred/.github/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true