From 5675ecdeace17eab73d7cf370326891b2884d297 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Tue, 18 Mar 2025 01:32:05 -0400 Subject: [PATCH] chore: add 'community' things --- README.md | 5 +++++ docs/CONTRIBUTING.md | 47 ++++++++++++++++++++++++++++++++++++++++++++ docs/SECURITY.md | 9 +++++++++ 3 files changed, 61 insertions(+) create mode 100644 docs/CONTRIBUTING.md create mode 100644 docs/SECURITY.md diff --git a/README.md b/README.md index d0125c1..8e1ba1b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ There are 2 ways to deploy Headplane: Simple mode does not include the automatic management of DNS and Headplane settings, requiring manual editing and reloading when making changes. +## Contributing +Headplane is an open-source project and contributions are welcome! If you have +any suggestions, bug reports, or feature requests, please open an issue. Also +refer to the [contributor guidelines](./docs/CONTRIBUTING.md) for more info. + All of these guidelines are fairly simple to follow and are flexible if needed. +> I won't automatically close PRs or issues if they don't follow these rules, +> but instead we can discuss them and see if we can come to a compromise. diff --git a/docs/SECURITY.md b/docs/SECURITY.md new file mode 100644 index 0000000..8386d90 --- /dev/null +++ b/docs/SECURITY.md @@ -0,0 +1,9 @@ +# Reporting Security Issues + +If you discover a security vulnerability within Headplane, please report it +directly via the GitHub security advisory system. Please include as much +information as possible, what the implications are, and a deterministic way +to reproduce the issue. This will help me to quickly assess and address the +vulnerability. + +> [Open a New Vulnerability Report](https://github.com/tale/headplane/security/advisories/new)