Skip to content

Commit 4d67407

Browse files
committed
add github action templates
1 parent f6f5375 commit 4d67407

File tree

6 files changed

+117
-0
lines changed

6 files changed

+117
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'Found a bug'
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Desktop (please complete the following information):**
28+
29+
- OS: [e.g. iOS]
30+
- Browser [e.g. chrome, safari]
31+
- Version [e.g. 22]
32+
33+
**Smartphone (please complete the following information):**
34+
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser [e.g. stock browser, safari]
38+
- Version [e.g. 22]
39+
40+
**Additional context**
41+
Add any other context about the problem here.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Create a feature request to help us improve
4+
title: 'Feature Request'
5+
labels: 'feature-request'
6+
assignees: ''
7+
8+
---
9+
10+
**Description:**
11+
A clear and concise description of the feature you are proposing.
12+
13+
**Use Case:**
14+
Please provide an example of how this feature would be used or why it is needed.
15+
16+
**Additional Information:**
17+
Any additional information or context that may be helpful.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Idea Proposal
3+
about: Create an idea to help us improve
4+
title: 'Eureka!'
5+
labels: 'idea-proposal'
6+
assignees: ''
7+
8+
---
9+
10+
**Description:**
11+
A clear and concise description of your idea or proposal.
12+
13+
**Benefits:**
14+
Explain the potential benefits or improvements that would result from implementing this idea.
15+
16+
**Implementation Details:**
17+
If you have any specific details or suggestions on how to implement this idea, please provide them here.
18+
19+
**Additional Information:**
20+
Any additional information or context that may be helpful.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Maintenance Request
3+
about: Create a maintenance request to help us improve
4+
title: 'Maintenance needed!'
5+
labels: 'maintenance-request'
6+
assignees: ''
7+
8+
---
9+
10+
**Description:**
11+
A clear and concise description of the maintenance request.
12+
13+
**Affected Component:**
14+
Specify the component or area of the project that requires maintenance.
15+
16+
**Current Behavior:**
17+
A description of the current behavior or issue that needs attention.
18+
19+
**Suggested Solution:**
20+
If you have any suggestions for how to address the maintenance request, please describe them here.

.github/PULL_REQUEST_TEMPLATE.MD

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### What is this and why does it exist?
2+
3+
Provide a description of what is being changed, and why. Reference any relevant issues, link to project plans or docs, provide screenshots, etc. Anything necessary to explain and justify what's happening.
4+
5+
### Testing instructions
6+
7+
Please provide a thorough explanation of how to test these changes.
8+
9+
### Screenshots and GIFs
10+
11+
If applicable, provide screenshots and/or GIFs to demonstrate the changes.
12+
13+
### Checklist
14+
15+
- [ ] I have tested these changes
16+
- [ ] I have updated the documentation
17+
- [ ] I have updated the tests
18+
- [ ] I have updated the changelog

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
*.map
33
*.yml
44
.npmignore
5+
.DS_Store

0 commit comments

Comments
 (0)