-
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 #85 from infinum/update-github-templates
Update github templates
- Loading branch information
Showing
4 changed files
with
79 additions
and
69 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
labels: bug | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 📖 Description | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: ℹ️ Environment | ||
description: | | ||
An environment information where issue occurred. Try to provide as much information as possible, including: | ||
- device name, model and manufacturer (e.g. Google Pixel 9) | ||
- operating system version (e.g. Android 12) | ||
- software name, version and build number (e.g The Library 4.2.1) | ||
- additional information (e.g. dependencies, IDE, etc.) | ||
value: | | ||
- Device: | ||
- Operating system: | ||
- Software information: | ||
- Additional information: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: 💣 Steps to reproduce | ||
description: Steps to reproduce the behavior. | ||
value: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: 🔧 Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: 📄 Additional information | ||
description: Any additional information that might be helpful in solving the issue. Including screenshots, logs, etc. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Feature request | ||
description: Propose a new feature or an idea for this project | ||
labels: enhancement | ||
body: | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: 💡 Feature description | ||
description: A clear and concise description of the feature request, including what problem it solves. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: ℹ️ Additional information | ||
description: An additional information or screenshots about the feature request. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: 🤔 Describe alternatives you've considered | ||
description: Can you think of alternative approaches to achieve same goal? | ||
validations: | ||
required: false |