Skip to content

Commit fa76702

Browse files
authored
chore: add issue templates (#48)
1 parent f501156 commit fa76702

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: 🚀 Feature Request
2+
description: Submit a proposal/request for a new db-ally feature.
3+
title: "feat: "
4+
labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for contributing to db-ally!
10+
- type: textarea
11+
id: feature-description
12+
attributes:
13+
label: Feature description
14+
description: A clear and concise description of the feature proposal
15+
placeholder: Tell us what you want!
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: feature-motivation
20+
attributes:
21+
label: Motivation
22+
description: A clear and concise description of what the problem is, e.g., I'm always frustrated when [...]
23+
placeholder: Why do you need this feature?
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: feature-context
28+
attributes:
29+
label: Additional context
30+
description: Add any other context or screenshots about the feature request here.
31+
placeholder: Screenshots, code snippets, etc.
32+
33+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: 🐞 Bug Report
2+
description: File a bug report
3+
title: "bug: <short_name>"
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: textarea
11+
id: what-happened
12+
attributes:
13+
label: What happened?
14+
description: Also tell us, what did you expect to happen?
15+
placeholder: Tell us what you see!
16+
value: "A bug happened!"
17+
validations:
18+
required: true
19+
- type: textarea
20+
id : how-to-reproduce
21+
attributes:
22+
label: How can we reproduce it?
23+
description: Please provide a code snippet to reproduce the bug.
24+
placeholder: import dbally
25+
render: python
26+
- type: textarea
27+
id: logs
28+
attributes:
29+
label: Relevant log output
30+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
31+
render: shell

0 commit comments

Comments
 (0)