Skip to content

Commit c120739

Browse files
authored
Merge pull request #1025 from dacadeorg/chore/issue-template
Add template for bug, issue and pull request
2 parents dbe071b + 6c79869 commit c120739

File tree

4 files changed

+80
-0
lines changed

4 files changed

+80
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Describe the bug\*\*
2+
3+
A clear and concise description of what the bug is.
4+
5+
**To Reproduce**
6+
Steps to reproduce the behavior:
7+
8+
1. Go to '...'
9+
2. Click on '....'
10+
3. Scroll down to '....'
11+
4. See error
12+
13+
**Expected behavior**
14+
A clear and concise description of what you expected to happen.
15+
16+
**Screenshots**
17+
If applicable, add screenshots to help explain your problem.
18+
19+
**Environment:**
20+
21+
- Operating System: [e.g. iOS]
22+
- Browser and version: (To be filled based on the specific browser used)
23+
- Application or software version: (The specific version of the application where the issue is discovered)
24+
25+
**Additional context**
26+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
5+
6+
---
7+
8+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**Is your feature request related to a problem? Please describe.**
2+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
3+
4+
**Describe the solution you'd like**
5+
A clear and concise description of what you want to happen.
6+
7+
**Describe alternatives you've considered**
8+
A clear and concise description of any alternative solutions or features you've considered.
9+
10+
**Additional context**
11+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Submit a pull request
2+
3+
- [ ] This is not a duplicate of an existing pull request.
4+
- [ ] No existing features have been broken without good reason.
5+
- [ ] Your commit messages are detailed
6+
- [ ] The code style guideline have been followed.
7+
- [ ] Documentation has been updated to reflect your changes.
8+
- [ ] Tests have been added or updated to reflect your changes.
9+
- [ ] All tests pass.
10+
11+
---
12+
13+
Replace any ":question:" below with information about your pull request.
14+
15+
## Pull Request Details
16+
17+
Provide details about your pull request and what it adds, fixes, or changes.
18+
19+
:question:
20+
21+
## Breaking Changes
22+
23+
Describe what features are broken by this pull request and why, if any.
24+
25+
:question:
26+
27+
## Issues Fixed
28+
29+
Enter the issue numbers resolved by this pull request below, if any.
30+
31+
1. :question:
32+
33+
## Other Relevant Information
34+
35+
Provide any other important details below.

0 commit comments

Comments
 (0)