From 08a7cff24458fe478cc7982397623129e717f79c Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Sun, 26 Sep 2021 12:09:37 -0500 Subject: [PATCH] Add CONTRIBUTING.md and CODE_OF_CONDUCT.md (#800) --- CODE_OF_CONDUCT.md | 3 +++ CONTRIBUTING.md | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..fb033ef6b --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# Code of Conduct + +The Anchor repository follows the Rust [Code of Conduct](https://www.rust-lang.org/conduct.html). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..bef20c82d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to Anchor + +Thank you for your interest in contributing to Anchor! All contributions are welcome no +matter how big or small. This includes (but is not limited to) filing issues, +adding documentation, fixing bugs, creating examples, and implementing features. + +If you'd like to contribute, please claim an issue by commenting, forking, and +opening a pull request, even if empty. This allows the maintainers to track who +is working on what issue as to not overlap work. If you're looking to get started, +check out [good first issues](https://github.com/project-serum/anchor/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) +or issues where [help is wanted](https://github.com/project-serum/anchor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). +For simple documentation changes, feel free to just open a pull request. + +If you're considering larger changes or self motivated features, please file an issue +and engage with the maintainers in [Discord](https://discord.com/channels/889577356681945098).