1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-30 01:47:44 +00:00

Add Issue Templates

- Added Bug Report Template
- Added Feature Request Template
- Added Issue Menu Config
This commit is contained in:
RGBCube 2022-06-21 18:41:25 +03:00
parent f38f253de0
commit ad784f87cb
3 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,46 @@
name: Feature Request
description: Suggest a feature for this library
labels:
- enhancement
body:
- type: input
attributes:
label: Summary
description: A short summary of what your feature request is.
validations:
required: true
- type: dropdown
attributes:
multiple: false
label: What is the feature request for?
options:
- The library
- The documentation
validations:
required: true
- type: textarea
attributes:
label: The Problem
description: |
What problem is your feature trying to solve?
What becomes easier or possible when this feature is implemented?
validations:
required: true
- type: textarea
attributes:
label: The Ideal Solution
description: |
What is your ideal solution to the problem?
What would you like this feature to do?
validations:
required: true
- type: textarea
attributes:
label: The Current Solution
description: What is the current solution to the problem, if any?
validations:
required: false
- type: textarea
attributes:
label: Additional Context
description: If there is anything else to say, please do so here.