2026-08-21 16:39:54 -04:00
|
|
|
|
# Contribution policy
|
2026-08-12 10:11:20 -04:00
|
|
|
|
|
2026-08-25 17:14:33 -04:00
|
|
|
|
The straywild Dedicated Server is an owner-directed Woofmeow project and does
|
2026-08-21 16:39:54 -04:00
|
|
|
|
not accept unsolicited contributions. Do not submit pull requests, patches,
|
|
|
|
|
|
code, documentation, packages, or other implementation work. Pull requests
|
|
|
|
|
|
are disabled.
|
2026-08-12 10:11:20 -04:00
|
|
|
|
|
2026-08-21 16:39:54 -04:00
|
|
|
|
Issues remain available for reproducible bug reports and operational feedback.
|
|
|
|
|
|
An Issue is not an invitation to provide implementation work.
|
2026-08-12 10:11:20 -04:00
|
|
|
|
|
2026-08-21 16:39:54 -04:00
|
|
|
|
[`CONTRIBUTOR-TERMS.md`](CONTRIBUTOR-TERMS.md) is retained for previously
|
|
|
|
|
|
accepted work and any specific future work expressly invited in writing by the
|
2026-08-25 17:14:33 -04:00
|
|
|
|
straywild owners. It is not a standing invitation to contribute.
|
2026-08-12 10:11:20 -04:00
|
|
|
|
|
|
|
|
|
|
Keep changes focused, preserve the server’s security and update boundaries,
|
|
|
|
|
|
and do not commit game binaries, packages, credentials, deployment secrets,
|
|
|
|
|
|
logs, persistent identities, or machine-specific configuration.
|
|
|
|
|
|
|
2026-08-21 16:39:54 -04:00
|
|
|
|
Maintainers should run the relevant script syntax and packaging checks,
|
|
|
|
|
|
followed by:
|
2026-08-12 10:11:20 -04:00
|
|
|
|
|
|
|
|
|
|
```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.
|