Skip to content

Commit f4b890d

Browse files
SP-12206: Add codeowners and PR template
1 parent fc131d6 commit f4b890d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @regulaforensics/backend-team

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Description
2+
3+
<!-- Please include a summary of the changes. -->
4+
5+
# Ticket link
6+
7+
<!-- Please include all the tickets links related with this change -->
8+
9+
# Change type
10+
11+
<!-- Please select the change type -->
12+
13+
- [ ] Bug fix <!-- (non-breaking change which fixes an issue) -->
14+
- [ ] New feature <!-- (non-breaking change which adds functionality) -->
15+
- [ ] Breaking change <!-- (fix or feature that would cause existing functionality to not work as expected) -->
16+
- [ ] Add/Update documentation
17+
18+
# Notes
19+
20+
<!-- Please include any other relavant information here -->

0 commit comments

Comments
 (0)