docs: add contribution principles

This commit is contained in:
devmobasa
2026-01-06 06:40:20 +01:00
parent 974418fcf3
commit 5296dcc232
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -3,6 +3,12 @@
Thanks for your interest in improving wayscriber. This guide covers development setup,
useful scripts, and the current project structure.
## Contribution principles
Wayscriber is shared as a gift exchange, not a contract. Requests are welcome, but there
is no guaranteed timeline or support obligation. For the full principles, see
https://wayscriber.com/docs/ethos/gift-exchange.html
## Where help is most valuable
Priority areas for contributions:
+8
View File
@@ -7,6 +7,10 @@ A ZoomIt-like real-time screen annotation tool for Linux/Wayland, written in Rus
Docs: https://wayscriber.com/docs/
Contribution principles: wayscriber is shared as a gift exchange, not a contract. Requests
are welcome, but there is no guaranteed timeline or support obligation. For the full
principles, see https://wayscriber.com/docs/ethos/gift-exchange.html
<details>
<summary>Screenshots</summary>
@@ -544,6 +548,10 @@ ui_animation_fps = 30
## Contributing
Contribution principles: wayscriber is shared as a gift exchange, not a contract. Requests
are welcome, but there is no guaranteed timeline or support obligation. For the full
principles, see https://wayscriber.com/docs/ethos/gift-exchange.html
See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, project structure, and workflow notes.
---