diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..403b6a3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +@jinyoungbang +@IvanYangg \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..27f7ef8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Purpose of PR + + + + +## Type of change + +- [ ] User Update: Adding/Delete/Modifying users in vault + +- [ ] Fix: Bug fix (non-breaking change which fixes an issue) +- [ ] Refactor: Any code refactoring +- [ ] Chore: technical debt, workflow improvements +- [ ] Feature: New feature (non-breaking change which adds functionality) +- [ ] Documentation: This change requires a documentation update + + +## Additional Comments \ No newline at end of file