Skip to content

Commit

Permalink
Merge pull request #102 from regulaforensics/SP-12206/Add_codeowners_…
Browse files Browse the repository at this point in the history
…and_pr_template

SP-12206: Add codeowners and PR template
  • Loading branch information
GubinAlexander authored Nov 1, 2023
2 parents fc131d6 + 3e76bf5 commit 68ff93c
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 109 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit 68ff93c

Please sign in to comment.