Skip to content

Commit 47be403

Browse files
committed
Add PR template and CODEOWNERS file
- Add pull request template with checklist - Add CODEOWNERS file assigning @softservedata as code owner
1 parent e326aec commit 47be403

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CODEOWNERS file
2+
# This file defines code ownership for the repository
3+
# Reference: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4+
5+
# All files in the main branch are owned by softservedata
6+
* @softservedata

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Describe your changes
2+
3+
## Issue ticket number and link
4+
5+
## Checklist before requesting a review
6+
- [ ] I have performed a self-review of my code
7+
- [ ] If it is a core feature, I have added thorough tests
8+
- [ ] Do we need to implement analytics?
9+
- [ ] Will this be part of a product update? If yes, please write one phrase about this update

0 commit comments

Comments
 (0)