mirror of
https://git.shipoclu.com/moon/plspace.git
synced 2026-08-13 02:42:30 +00:00
41 lines
1.6 KiB
Markdown
41 lines
1.6 KiB
Markdown
# Contributing to plspace
|
|
|
|
Contributions are welcome when they follow all of the rules below. By submitting
|
|
a contribution, you agree to these requirements.
|
|
|
|
## Be nice
|
|
|
|
Be nice to everyone, no matter who they are. Harassment, hostility, personal
|
|
attacks and discriminatory behavior are not acceptable in project discussions,
|
|
reviews or any other project space.
|
|
|
|
## Project governance
|
|
|
|
The original author retains sole discretion over the project. They may accept or
|
|
reject contributions and include or exclude anyone from project participation
|
|
or maintainer-managed project spaces using any criteria they choose.
|
|
|
|
This governance rule does not limit anyone's rights to use, modify or distribute
|
|
the released software under its license.
|
|
|
|
## LLM assistance is required
|
|
|
|
You are required to use a large language model (LLM) to at least partially write
|
|
and test every contribution. The LLM must assist with both implementation and
|
|
testing; merely asking it a general question does not satisfy this requirement.
|
|
|
|
In your contribution description, briefly identify the LLM or LLM-powered tool
|
|
you used and explain how it assisted with the implementation and tests. You
|
|
remain responsible for reviewing the generated work and for the correctness,
|
|
security and licensing of everything you submit.
|
|
|
|
## License
|
|
|
|
All contributions must be licensed under the same license as the original
|
|
project: the GNU Affero General Public License, version 3 (AGPLv3), as provided
|
|
in [`LICENSE.txt`](LICENSE.txt).
|
|
|
|
Only submit work that you have the right to contribute under that license.
|
|
Third-party code, assets and dependencies must also be compatible with the
|
|
project's license.
|