From c73bfa7e2c913eff231b54d469dfdaf48d50d251 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Mon, 9 Aug 2021 13:33:02 +0530 Subject: [PATCH] chore: add code of conduct and contrubuting file --- .github/CODE_OF_CONDUCT.md | 1 + .github/CONTRIBUTING.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .github/CODE_OF_CONDUCT.md create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..1c73370 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1 @@ +# Contributor Covenant Code of Conduct diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..8d4e068 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing + +We're so excited you're interested in helping with Authorizer! We are happy to help you get started, even if you don't have any previous open-source experience :blush: + +## New to Open Source? + +1. Take a look at [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)