Close project to unsolicited contributions
This commit is contained in:
parent
0675d9dfb0
commit
481997b42c
3 changed files with 26 additions and 19 deletions
|
|
@ -1,20 +1,23 @@
|
|||
# Contributing
|
||||
# Contribution policy
|
||||
|
||||
Coordinate substantial work with the NETfishing owners before beginning.
|
||||
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.
|
||||
|
||||
By intentionally submitting material for inclusion, you agree to
|
||||
[`CONTRIBUTOR-TERMS.md`](CONTRIBUTOR-TERMS.md). Pull requests should include an
|
||||
affirmative statement such as:
|
||||
Issues remain available for reproducible bug reports and operational feedback.
|
||||
An Issue is not an invitation to provide implementation work.
|
||||
|
||||
> I have read and agree to the repository’s contributor terms and have the
|
||||
> right to submit this contribution.
|
||||
[`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 server’s security and update boundaries,
|
||||
and do not commit game binaries, packages, credentials, deployment secrets,
|
||||
logs, persistent identities, or machine-specific configuration.
|
||||
|
||||
Before review, run the relevant script syntax and packaging checks, followed
|
||||
by:
|
||||
Maintainers should run the relevant script syntax and packaging checks,
|
||||
followed by:
|
||||
|
||||
```bash
|
||||
git diff --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue