add code of conduct and contributing guidelines

This commit is contained in:
Kevin Jahns
2026-04-02 18:49:58 +02:00
parent 16824d324c
commit 12ecc79ede
2 changed files with 14 additions and 0 deletions

5
CODE_OF_CONDUCT.md Normal file
View File

@@ -0,0 +1,5 @@
# Contributor Covenant Code of Conduct
This project follows the [Contributor Covenant v2.1](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).
By participating, you agree to uphold this code. Report unacceptable behavior to [kevin.jahns@protonmail.com](mailto:kevin.jahns@protonmail.com).

9
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,9 @@
# Contributing
1. **Open an issue first.** Discuss your idea or bug report before writing code.
2. **Submit a PR** that references the issue.
3. **Include tests.** Every PR must include tests covering the change. Test-only PRs are welcome too.
Yjs is free to use, but not free to maintain. Companies that rely on Yjs are expected to support the project — through [sponsorship](https://github.com/sponsors/dmonad), contributions, or both — if they want issues, bug reports, and PRs addressed.
Every contribution becomes maintenance work for the project maintainers. Priority is given to features that serve the project's financial supporters. Other contributions may not be accepted solely for this reason.