Skip to content

Commit

Permalink
Merge pull request #23 from AckeeCZ/feat/89873-github-templates
Browse files Browse the repository at this point in the history
✨ Add github issue forms and PR template
  • Loading branch information
pavelsvagr committed Jun 3, 2024
2 parents a7c3451 + 3447459 commit 613f835
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: 🐛 Bug Report
description: File a bug report.
title: "🐛 "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## 🐛 Bug
- type: textarea
id: bug_description
attributes:
label: What happened?
description: Describe the bug what you encountered.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction steps
description: Please provide the steps to reproduce the bug.
value: |
-
-
-
validations:
required: true
- type: markdown
attributes:
value: |
## 💡 Solution
- type: textarea
id: solution_description
attributes:
label: What would you like to happen?
description: Describe the solution you'd like.
validations:
required: true
- type: markdown
attributes:
value: |
## 🔧 Environment
- type: textarea
id: context
attributes:
label: Additional context
description: Please provide any relevant information about your environment.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: ✨ Feature Request
description: Request a new feature.
title: ""
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
## ⚠️ Problem
- type: textarea
id: related_problem
attributes:
label: Is your feature request related to a problem?
description: Please describe the problem you are facing.
validations:
required: true
- type: markdown
attributes:
value: |
## 💡 Solution
- type: textarea
id: solution_description
attributes:
label: What feature would you like to see?
description: Describe the solution.
validations:
required: true
- type: textarea
id: alternative_solution
attributes:
label: What alternatives have you considered?
description: Describe any alternative features you've considered.
- type: markdown
attributes:
value: |
## 🔧 Environment
- type: textarea
id: context
attributes:
label: Additional context
description: "Please provide any relevant information about your environment."
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### PR addresses:

-

Fixes #

0 comments on commit 613f835

Please sign in to comment.