Skip to content

Commit 2df8089

Browse files
sg-geky
authored andcommitted
add templates for issues and pull requests. Moved from previous repo and simplified template since people seemed to not understand all that was expected.
1 parent cc34a65 commit 2df8089

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/issue_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Description
2+
- Type: <Bug | Enhancement | Question>
3+
- Related Issue: <#abc>
4+
- Priority: <Blocker | Major | Minor>
5+
6+
---------------------------------------------------------------
7+
## Details
8+
9+
<About the issue here>

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Status
2+
**<READY | IN DEVELOPMENT | HOLD>**
3+
4+
## Migrations
5+
<YES | NO>
6+
Steps:
7+
8+
## Description
9+
<About the change>
10+
11+
12+
## Todos
13+
- [ ] Tests
14+
- [ ] Reviews
15+
- [ ] Documentation

0 commit comments

Comments
 (0)