-
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.
Merge pull request #21 from CalumW1/marketplace
Marketplace APIs
- Loading branch information
Showing
14 changed files
with
2,523 additions
and
80 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
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 |
---|---|---|
@@ -1,54 +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: " | ||
labels: ['enhancement'] | ||
title: 'rfc: ' | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: "Dupe Check" | ||
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" | ||
- 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" | ||
id: 'describe-solution' | ||
attributes: | ||
label: "Describe the solution you'd like?" | ||
description: "A clear and concise description of what you want to happen." | ||
description: 'A clear and concise description of what you want to happen.' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: "expected-responsoe" | ||
id: 'expected-responsoe' | ||
attributes: | ||
label: "Do you have a expected response? Please describe." | ||
description: "A clear example response in json format" | ||
placeholder: "{..." | ||
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" | ||
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." | ||
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" | ||
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." | ||
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" | ||
id: 'importance' | ||
attributes: | ||
label: "How important is this feature to you?" | ||
label: 'How important is this feature to you?' | ||
multiple: false | ||
options: | ||
- "1 (Not too important)" | ||
- "2" | ||
- "3" | ||
- "4" | ||
- '1 (Not too important)' | ||
- '2' | ||
- '3' | ||
- '4' | ||
- "5 (Can't work without it!)" | ||
validations: | ||
required: true | ||
required: true |
Oops, something went wrong.