Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @regulaforensics/backend-team
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Description

<!-- Please include a summary of the changes. -->

# Ticket link

<!-- Please include all the tickets links related with this change -->

# Change type

<!-- Please select the change type -->

- [ ] Bug fix <!-- (non-breaking change which fixes an issue) -->
- [ ] New feature <!-- (non-breaking change which adds functionality) -->
- [ ] Breaking change <!-- (fix or feature that would cause existing functionality to not work as expected) -->
- [ ] Add/Update documentation

# Notes

<!-- Please include any other relavant information here -->
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
certifi = "==2023.7.22"
six = ">=1.10"
python-dateutil = ">=2.5.3"
urllib3 = "~=1.26.17"
urllib3 = "~=1.26.18"
vistir = ">=0.4.0, <=0.6.1"

[dev-packages]
Expand Down
Loading