diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2022-10-19 23:39:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 23:39:37 +0200 |
commit | 2d29717e7d83f851df40410540515fae51bb7550 (patch) | |
tree | 05bc76737c5425b26c0dd2a2de050f6f7c887075 | |
parent | e4f342f879144bef938de352e5f2af542d8f5a26 (diff) | |
download | NotEnoughUpdates-2d29717e7d83f851df40410540515fae51bb7550.tar.gz NotEnoughUpdates-2d29717e7d83f851df40410540515fae51bb7550.tar.bz2 NotEnoughUpdates-2d29717e7d83f851df40410540515fae51bb7550.zip |
contributing (#381)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7c4b379..3e388cf5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,10 +2,10 @@ ## Before you contribute -- Please check your feature / bug isn't already fixed in one of our pre-releases or on [the development branch](https://github.com/NotEnoughUpdates/NotEnoughUpdates/tree/master/). +- Please check your feature / bug isn't already fixed in one of our pre-releases, on the [development branch](https://github.com/NotEnoughUpdates/NotEnoughUpdates/tree/master/) or in an open [pull request](https://github.com/NotEnoughUpdates/NotEnoughUpdates/pulls) - Consider joining our [Discord](https://discord.gg/moulberry) to check in on newest developments by other people, or to get help with problems you encounter. -- Please check that your feature idea complies with the [Hypixel Rules](https://hypixel.net/rules) -- Check that your feature idea isn't already done in other mods. (E.g. Dungeon Solver) +- Please check that your feature idea complies with the [Hypixel Rules](https://hypixel.net/rules). (See these Hypixel forum posts for extra information: [Mods in SkyBlock](https://hypixel.net/threads/regarding-the-recent-announcement-with-mods-in-skyblock.4045481/), [QoL Modifications](https://hypixel.net/threads/update-to-disallowed-modifications-qol-modifications.4043482/), [Modifications Sending Invalid Clicks](https://hypixel.net/threads/update-regarding-modifications-sending-invalid-clicks.5130489/)) +- Make sure that your feature idea is not already implemented in another non-paid mod. (E.g. Dungeon Solver) ## Setting up a development environment |