-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve merge conflict and minor readme clean ups
- Loading branch information
Showing
3 changed files
with
126 additions
and
13 deletions.
There are no files selected for viewing
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,61 @@ | ||
name: Bug Report | ||
description: "Found a bug? We'd appreciate if you'd first search through our open issues and docs, to make sure the issue isn't already known." | ||
labels: ['bug'] | ||
title: 'bug: ' | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: 'Duplicate Check' | ||
options: | ||
- label: 'I have [searched R6StatsAPI bugs](https://github.com/CalumW1/R6StatAPI/issues?q=is%3Aissue+label%3Abug+) and there are no duplicates' | ||
required: true | ||
- type: textarea | ||
id: 'describe-the-bug' | ||
attributes: | ||
label: 'Describe the bug' | ||
description: 'A clear and concise description of what the bug is.' | ||
placeholder: Tell us what you see. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: 'to-reproduce' | ||
attributes: | ||
label: 'To reproduce' | ||
description: 'Bug reports with clear reproduction will get prioritized higher and addressed more quickly.' | ||
placeholder: "Steps to reproduce: 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See error '...'" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: 'expected-behavior' | ||
attributes: | ||
label: 'Expected behavior' | ||
description: 'A clear and concise description of what you expected to happen.' | ||
placeholder: Tell us what you expect to see. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: 'screenshots' | ||
attributes: | ||
label: 'Screenshots' | ||
description: 'If applicable, add screenshots/videos to help explain your problem. While optional, screenshots help expedite the time in which your bug is addressed.' | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: 'os' | ||
attributes: | ||
label: 'Platform' | ||
multiple: false | ||
options: | ||
- Pc | ||
- console | ||
- both | ||
- not testet | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: 'additional-context' | ||
attributes: | ||
label: 'Additional context' | ||
description: 'Add any other context about the problem here' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: Feature Request | ||
description: "Have a great new idea? We'd love to know, please search through our existing feature requests, and upvote it if it's already been filed." | ||
labels: ['enhancement'] | ||
title: 'rfc: ' | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: 'Duplicate Check' | ||
options: | ||
- label: 'I have [searched R6StatsAPI feature requests](https://github.com/CalumW1/R6StatAPI/issues?q=label%3Aenhancement+) and there are no duplicates' | ||
required: true | ||
- type: textarea | ||
id: 'describe-solution' | ||
attributes: | ||
label: "Describe the solution you'd like?" | ||
description: 'A clear and concise description of what you want to happen.' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: 'expected-responsoe' | ||
attributes: | ||
label: 'Do you have a expected response? Please describe.' | ||
description: 'A clear example response in json format' | ||
placeholder: '{...' | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: 'related-to-problem' | ||
attributes: | ||
label: 'Is your feature request related to a problem? Please describe.' | ||
description: 'A clear and concise description of what the problem is.' | ||
placeholder: "I'm always frustrated when [...]" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: 'additional-context' | ||
attributes: | ||
label: 'Additional context' | ||
description: 'Add any other context or screenshots about the feature request here. If you want to upload a picture you can drag one in from Finder.' | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: 'importance' | ||
attributes: | ||
label: 'How important is this feature to you?' | ||
multiple: false | ||
options: | ||
- '1 (Not too important)' | ||
- '2' | ||
- '3' | ||
- '4' | ||
- "5 (Can't work without it!)" | ||
validations: | ||
required: true |
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