Merge pull request #78 from AdwCustomizerTeam/issues-template

Add ISSUE_TEMPLATE
This commit is contained in:
0xMRTT 2022-08-10 00:57:28 +02:00 committed by GitHub
commit 48476981c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 148 additions and 0 deletions

90
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,90 @@
name: Bug Report
description: File a bug report
title: "bug: "
labels: ["bug", "triage"]
assignees:
- 0xMRTT
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
validations:
required: true
- type: textarea
attributes:
label: What happened?
description: A clear and concise description of what the bug is.
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: markdown
attributes:
value: "## System"
- type: input
attributes:
label: OS
description: On which system do you run the app?
placeholder: Fedora Linux 36 (Workstation Edition)
- type: input
attributes:
label: Version
description: Which version of the app do you use?
placeholder: "1.2.0"
- type: dropdown
attributes:
label: Installation method
description: How did you install AdwCustomizer ?
options:
- Flatpak from Flathub
- Flatpak from Github Actions
- AUR
- Other
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
- type: checkboxes
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: GitHub Community
url: https://github.com/orgs/AdwCustomizerTeam/discussions
about: Please ask and answer questions here.
- name: Matrix
url: https://matrix.to/#/#AdwCustomizer:matrix.org
about: Chat on matrix.

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