Skip to content

Commit

Permalink
Merge pull request #85 from infinum/update-github-templates
Browse files Browse the repository at this point in the history
Update github templates
  • Loading branch information
KCeh authored Oct 8, 2024
2 parents 2ff4786 + f565855 commit 605b584
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 69 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

0 comments on commit 605b584

Please sign in to comment.