From 933cc84c350d28ef765e7c6f82c8ebdb1320a089 Mon Sep 17 00:00:00 2001 From: Eddie Knight Date: Mon, 2 Oct 2023 12:29:07 -0500 Subject: [PATCH] Added simple contribution policy (#63) * Added simple contribution policy Signed-off-by: Eddie Knight * typofix Signed-off-by: Eddie Knight --------- Signed-off-by: Eddie Knight --- CONTRIBUTING.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8137be0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,29 @@ +Thank you for your interest in contributing to the Security Insights Specification! + +## How to Contribute + +1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the repository to your own GitHub account. +2. Make changes or improvements to the specification document in your forked repository. +3. Create a [Pull Request](https://docs.github.com/en/get-started/quickstart/opening-a-pull-request) with a clear title and description of your changes. + +## Issue Reporting + +If you find issues or inconsistencies in the specification, please [open an issue](https://docs.github.com/en/get-started/quickstart/opening-an-issue) with a detailed description. + +## Review Process + +Our team will review your contributions and provide feedback. Once approved, we'll merge your changes. + +Reach out to us on [Slack](https://openssf.slack.com/messages/security_insights) or join a [community meeting](https://calendar.google.com/calendar?cid=czYzdm9lZmhwNWk5cGZsdGI1cTY3bmdwZXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) for the Identifying Security Threats Working Group. + +## Code of Conduct + +Please adhere to our [Code of Conduct](https://github.com/ossf/.github/CODE_OF_CONDUCT.md) when participating in this project. + +## Licensing + +By contributing, you agree that your contributions will be licensed under the [project's license](LICENSE.md). + +## Thanks! + +Thank you for helping improve the Security Insights Specification!