Skip to content

Commit 68ff93c

Browse files
Merge pull request #102 from regulaforensics/SP-12206/Add_codeowners_and_pr_template
SP-12206: Add codeowners and PR template
2 parents fc131d6 + 3e76bf5 commit 68ff93c

File tree

5 files changed

+130
-109
lines changed

5 files changed

+130
-109
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 -->

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
certifi = "==2023.7.22"
88
six = ">=1.10"
99
python-dateutil = ">=2.5.3"
10-
urllib3 = "~=1.26.17"
10+
urllib3 = "~=1.26.18"
1111
vistir = ">=0.4.0, <=0.6.1"
1212

1313
[dev-packages]

0 commit comments

Comments
 (0)