From 99f4394f8e71f636f6e090ecb508672f672205e8 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 30 May 2021 08:22:02 -0700 Subject: [PATCH] Added CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..65269039 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing + +Contributions of all kinds are welcome! You don't need to know python to contribute to this project. For example, documentation updates are just as welcome as code! + +Please explore open [issues](https://github.com/RhetTbull/osxphotos/issues), [discussions](https://github.com/RhetTbull/osxphotos/discussions), and the project [wiki](https://github.com/RhetTbull/osxphotos/wiki) to learn more about the project. + +If you want to contribute source code, I recommend you explore the [wiki](https://github.com/RhetTbull/osxphotos/wiki/Structure-of-the-code) to learn about the source structure first. + +See the [README.md](tests/README.md) in the tests directory before running any tests. + +## Code of Conduct + +Be nice to each other. Treat everyone with dignity and respect. + +Abusive behavior of any kind will not be tolerated here. \ No newline at end of file