Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit a4888ef

Browse files
feat(.github): adds codeowners and the hashicorp code of conduct.
1 parent 3ff16a9 commit a4888ef

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GitHub Code Owners
2+
# More info about this file can be found in the GitHub documentation:
3+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
4+
5+
# Default reviewers for all files
6+
* @matthewhartstonge
7+
8+
# Request a review from devops team members for github related changes.
9+
.github/ @matthewhartstonge

.github/CODE_OF_CONDUCT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Code of Conduct
2+
3+
This project adheres to the HashiCorp Community Guidelines and will apply to you when interacting with the community
4+
here on GitHub and contributing code.
5+
6+
Please read the full text at https://www.hashicorp.com/community-guidelines

0 commit comments

Comments
 (0)