Skip to content

Commit

Permalink
chore: add issue templates
Browse files Browse the repository at this point in the history
Relates to #2
  • Loading branch information
DDtKey committed Sep 25, 2023
1 parent 36112a8 commit 6347c1c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Bug report
description: Create a bug report to let us fix it
labels: bug
body:
- type: textarea
attributes:
label: Describe the bug
description: Describe the bug.
placeholder: >
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
placeholder: >
Steps to reproduce the behavior.
- type: textarea
attributes:
label: Expected behavior
placeholder: >
What you expected to happen.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Feature request
description: Suggest an idea for this project
labels: bug
body:
- type: textarea
attributes:
label: Feature request description
description: Please describe what you are trying to do.
placeholder: >
A clear and concise description of what the problem is.
Ex. I'd like to have image `x` as part of modules.
- type: textarea
attributes:
label: Image reference
placeholder: >
The name of the module to which the request relates (i.e: `postgres`).
Links to possible Docker images in case of a request to add a new module.

0 comments on commit 6347c1c

Please sign in to comment.