From 0fec6e73f1efb76117c1a49d84b302c26ed688e7 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Fri, 22 Feb 2019 10:49:05 -0800 Subject: [PATCH] Created .github; Added CoC --- .github/CODE_OF_CONDUCT.md | 5 +++++ ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 2 files changed, 5 insertions(+) create mode 100644 .github/CODE_OF_CONDUCT.md rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..0c8b092c4 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +# Code of Conduct + +HashiCorp Community Guidelines apply to you when interacting with the community here on GitHub and contributing code. + +Please read the full text at https://www.hashicorp.com/community-guidelines diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md