diff --git a/README.md b/README.md index 6e9ba47..491904e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ However, if you are on macOS, you will need to install Linux. If you are not building on Linux and are instead using macOS, do not expect any support for problems that are encountered. +## Ways to Contribute + +While Arikoto is my personal OS project, helping to fix bugs and issues in Arikoto helps a lot. Any major changes to functionality or any new features to be added need to be discussed in GitHub Issues. + +Main conversation related to Arikoto will take place on the [Zed code editor channel](https://zed.dev/channel/Arikoto-19596). Eventually, more areas will be set up. + ## Why CMake for an OS project? It's expansive and flexible for me. It's something I wanted to experiment and use more, so why not use it with a personal experimental project?