README: Add link to contributing guide

This commit is contained in:
Starbeamrainbowlabs 2021-07-27 00:09:05 +01:00
parent d00b5a6213
commit 2687c4a5f6
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ As far as I can tell, the saplings provided by the [`moretrees` mod](https://con
## Contributing
Contributions are welcome! Please state in your pull request(s) that you release your contribution under the _Mozilla Public License 2.0_.
Please also make sure that the logic for every new command has it's own file. For example, the logic for `//floodfill` goes in `worldeditadditions/floodfill.lua`, the logic for `//overlay` goes in `worldeditadditions/overlay.lua`, etc.
Please also make sure that the logic for every new command has it's own file. For example, the logic for `//floodfill` goes in `worldeditadditions/floodfill.lua`, the logic for `//overlay` goes in `worldeditadditions/overlay.lua`, etc. More contributing help can be found in [the contributing guide](./Contributing.md)
I, Starbeamrainbowlabs (@sbrl), have the ultimate final say.