add feature request

This commit is contained in:
0xMRTT 2022-08-10 00:22:14 +02:00
parent bf26c7a153
commit 00ac97d0d5
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB
2 changed files with 51 additions and 1 deletions

View file

@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
title: "bug: "
labels: ["bug", "triage"]
assignees:
- 0xMRTT

View file

@ -0,0 +1,50 @@
name: "💡 Feature request"
description: Suggest an idea for this project
title: "feat: "
labels: ["enhancement", "feature-request"]
body:
- type: markdown
attributes:
value: |
First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
- type: input
id: description
attributes:
label: Feature description
description: A clear and concise description of what the feature request is. Please include if your feature request is related to a problem
validations:
required: true
- type: textarea
id: code-snippet
attributes:
label: Related Code
description: "If you are able to illustrate the bug or feature request with an example, please provide it here"
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Context
description: "List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc."
validations:
required: false
- type: checkboxes
attributes:
label: Self-service
description: |
If you feel like you could contribute to this issue, please check the box below. This would tell us and other people looking for contributions that someone's working on it.
If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else.
options:
- label: I'd be willing to address this documentation request myself.
- type: checkboxes
attributes:
label: Have you read the Contributing Guidelines?
options:
- label: I have read the [Contributing Guidelines](https://github.com/AdwCustomizerTeam/community/blob/main/CONTRIBUTING_GUIDELINES.md).
required: true
- type: checkboxes
attributes:
label: Are you familiar with Contributor Covenant Code of Conduct?
options:
- label: I have read the [Contributor Covenant Code of Conduct](https://github.com/AdwCustomizerTeam/community/blob/main/CODE_OF_CONDUCT.md).
required: true