Skip to content

Commit

Permalink
Merge pull request dekart-xyz#5 from dekart-xyz/config/repo-setups
Browse files Browse the repository at this point in the history
Add CODEOWNERS and pull request template
  • Loading branch information
kevinjamesparks authored Mar 9, 2023
2 parents d442123 + a010dd3 commit af4ecc4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# PRs will be automatically assigned for review to the associated
# team(s) or person(s) that touches any files that are mapped to them.
#
# A statement takes precedence over the statements above it so more general
# assignments are found at the top with specific assignments being lower in
# the ordering (i.e. catch all assignment should be the first item)
#
# Consult GitHub documentation for formatting guidelines:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file

# As a default for areas with no assignment,
# the core team as a whole will be assigned
* @dekart-xyz/core

# Changes to GitHub configurations including Actions
/.github/ @delfrrr
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
resolves #

<!---
Include the number of the issue addressed by this PR above if applicable.
-->

### Description

<!---
Describe the Pull Request here. Add any references and info to help reviewers
understand your changes. Include any tradeoffs you considered.
-->

### Checklist

- [ ] I have run this code in development and it appears to resolve the stated issue
- [ ] This PR includes tests, or tests are not required/relevant for this PR
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
functions
node_modules
public
resources
resources
.vscode/

0 comments on commit af4ecc4

Please sign in to comment.