straywild-dedicated-server/CONTRIBUTING.md

28 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contribution policy
The NETfishing Dedicated Server is an owner-directed Woofmeow project and does
not accept unsolicited contributions. Do not submit pull requests, patches,
code, documentation, packages, or other implementation work. Pull requests
are disabled.
Issues remain available for reproducible bug reports and operational feedback.
An Issue is not an invitation to provide implementation work.
[`CONTRIBUTOR-TERMS.md`](CONTRIBUTOR-TERMS.md) is retained for previously
accepted work and any specific future work expressly invited in writing by the
NETfishing owners. It is not a standing invitation to contribute.
Keep changes focused, preserve the servers security and update boundaries,
and do not commit game binaries, packages, credentials, deployment secrets,
logs, persistent identities, or machine-specific configuration.
Maintainers should run the relevant script syntax and packaging checks,
followed by:
```bash
git diff --check
git status --short
```
New source files should use `SPDX-License-Identifier: GPL-3.0-or-later` where
their format permits comments.