Skip to content

Commit

Permalink
Merge pull request #21 from CalumW1/marketplace
Browse files Browse the repository at this point in the history
Marketplace APIs
  • Loading branch information
CalumW1 authored Oct 11, 2024
2 parents 1b28572 + a5d41ee commit 9140913
Show file tree
Hide file tree
Showing 14 changed files with 2,523 additions and 80 deletions.
42 changes: 21 additions & 21 deletions .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
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: "
labels: ['bug']
title: 'bug: '
body:
- type: checkboxes
attributes:
label: "Dupe Check"
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"
- 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"
id: 'describe-the-bug'
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
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"
id: 'to-reproduce'
attributes:
label: "To reproduce"
description: "Bug reports with clear reproduction will get prioritized higher and addressed more quickly."
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"
id: 'expected-behavior'
attributes:
label: "Expected behavior"
description: "A clear and concise description of what you expected to happen."
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"
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."
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"
id: 'os'
attributes:
label: "Platform"
label: 'Platform'
multiple: false
options:
- Pc
Expand All @@ -53,9 +53,9 @@ body:
validations:
required: true
- type: textarea
id: "additional-context"
id: 'additional-context'
attributes:
label: "Additional context"
description: "Add any other context about the problem here"
label: 'Additional context'
description: 'Add any other context about the problem here'
validations:
required: false
46 changes: 23 additions & 23 deletions .github/ISSUE_TEMPLATE/02_feature_request.yml
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
Loading

0 comments on commit 9140913

Please sign in to comment.