Skip to content

Commit 8cb9acb

Browse files
committed
Add Issue templates
1 parent d28ce60 commit 8cb9acb

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Module version
11+
12+
Which tagged version (or commit hash) are you using?
13+
14+
## Problem statement
15+
16+
A clear and concise description of what the bug is.
17+
18+
## Steps to reproduce
19+
20+
Consider providing information like:
21+
22+
- Example of the `DataObject/s` you're using
23+
- What relationships your `DataObject/s` have
24+
- What steps in the CMS can be taken to reproduce the issue
25+
- Etc
26+
27+
## Additional context
28+
29+
Add any other context about the problem here.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Is your feature request related to a problem? Please describe
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
## Describe the solution you'd like
15+
16+
A clear and concise description of what you want to happen.
17+
18+
## Describe alternatives you've considered
19+
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
## Additional context
23+
24+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)