From 30e00777c22f195d70c5896af793904b6d4665f4 Mon Sep 17 00:00:00 2001 From: Kral Date: Tue, 19 May 2026 08:24:54 +0800 Subject: [PATCH] docs: add CONTRIBUTING.md guide --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..f0d605b0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Contributing to EverOS + +Thank you for contributing! + +## Getting Started + +1. Clone the repository +2. Install dependencies +3. Make your changes +4. Run tests +5. Submit a PR + +## Making Changes + +1. Create a feature branch +2. Make your changes +3. Test thoroughly +4. Submit a PR with description + +## License + +By contributing, you agree your contributions are licensed under the project license.