-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
90 changed files
with
50,274 additions
and
35,880 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Bug report | ||
description: Create a bug report to help us improve | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for reporting an issue. | ||
Please try to fill in as much of the form below as you're able to. Some of the fields marked with an asterisk (*) are required. | ||
- type: checkboxes | ||
id: version | ||
attributes: | ||
label: Check version | ||
options: | ||
- label: I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/master/CHANGELOG.md) | ||
required: true | ||
- type: checkboxes | ||
id: duplicates | ||
attributes: | ||
label: Check for duplicates | ||
options: | ||
- label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What is the expected behaviour/value? | ||
description: Please write a clear and concise description of what should happen. | ||
placeholder: E.g. When I'm clicking on [...], I expect [...]. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual | ||
attributes: | ||
label: What is the actual behaviour/value? | ||
description: Please write a a clear and concise description of what actually happens. | ||
placeholder: E.g. When I'm hovering over [...], PoB displays [...]. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: How to reproduce the issue | ||
description: Please provide step-by-step instructions. | ||
placeholder: | | ||
E.g. | ||
1. Select [...] as main skill. | ||
2. Switch to the items tab. | ||
3. Remove the main skill group. | ||
4. [...]. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: build_code | ||
attributes: | ||
label: Build code | ||
description: Always provide a build code that exhibits the bug you want to report, even if it is not specific to a particular build. This helps us greatly to reproduce bugs faster. | ||
placeholder: Build codes can be either Base64 encoded text, or pastebin.com links to this text. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Screenshots | ||
description: If you receive an error or experience graphical bugs, include one or multiple screenshots. GIFs or short videos are also okay, if the bug cannot be displayed in a still image. | ||
placeholder: In this text area, you can attach files directly, or link to them if they're hosted elsewhere instead. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: [feature] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for suggesting a feature. | ||
Please try to fill in as much of the form below as you're able to. Some of the fields marked with an asterisk (*) are required. | ||
- type: checkboxes | ||
id: duplicates | ||
attributes: | ||
label: Check for duplicates | ||
options: | ||
- label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues) | ||
required: true | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Is your feature request related to a problem? | ||
description: Please write a clear and concise description of what the problem is. | ||
placeholder: E.g. I'd like to be able to do [...], but there currently is no support for [...]. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: Please write a a clear and concise description of what you want to happen. | ||
placeholder: E.g. When I'm creating a new item, there should be an option to [...]. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: Please write a clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: Currently, the same functionality can be achieved be combining [...] with [...]. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
placeholder: In this text area, you can attach files directly, or link to them if they're hosted elsewhere instead. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.