From 9979442949923a650bed89a0546f6c97d3b6b095 Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Tue, 11 Jun 2024 11:28:56 +0200 Subject: [PATCH] added contributing.md --- CONTRIBUTING.md | 11 +++++++++++ README.md | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..f4b980afc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +## WE ARE NOT HIRING + + +## First time contributors + +If you would like to contribute to the project, you can start by looking at the issues labeled as [good first issue](https://github.com/stack-auth/stack/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) + + +## Security related issues + +Please do not open a public issue for a security related concern. Instead, please email us at [team@stack-auth.com](mailto:team@stack-auth.com]). diff --git a/README.md b/README.md index ea629ca60..2e16d8ad4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,9 @@ For further configuration and usage, refer to [our documentation](https://docs.s ## 🏗️ Development & Contribution -This is for you if you want to contribute to the Stack project. +This is for you if you want to contribute to the Stack project or run the Stack dashboard locally. + +Please read the [contribution guidelines](CONTRIBUTING.md) before contributing. ### Requirements