Skip to content

Commit

Permalink
Merge pull request #39 from hashicorp/f-codeowners
Browse files Browse the repository at this point in the history
Initial codeowners file
  • Loading branch information
dadgar authored Mar 19, 2024
2 parents 16f754c + 939c3e4 commit e19eba7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Individual command groups will be owned by product teams but the overall CLI
# will be owned as follows.
* @dadgar

# Waypoint Owned
internal/commands/waypoint @hashicorp/cloud-waypoint
internal/pkg/waypoint @hashicorp/cloud-waypoint
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
-->

### Checklist:
- [ ] Tests added
- [ ] CHANGELOG entry added
- [ ] Tests added if applicable
- [ ] CHANGELOG entry added or label 'pr/no-changelog' added to PR
> Run `make changelog-entry` for guidance in authoring a changelog entry, and
> commit the resulting file, which should have a name matching your PR number.
> Entries should use imperative present tense (e.g. Add support for...)

0 comments on commit e19eba7

Please sign in to comment.