diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-23 02:40:29 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-23 02:40:29 +0100 |
commit | b6bb2f20227ba98fad75261fddc7125519268c05 (patch) | |
tree | c7d7490d818d0313f595e2d818cca3a68f7767a6 | |
parent | 811cd333b67ba977b35c7ed72e5c290634305253 (diff) | |
download | skyhanni-b6bb2f20227ba98fad75261fddc7125519268c05.tar.gz skyhanni-b6bb2f20227ba98fad75261fddc7125519268c05.tar.bz2 skyhanni-b6bb2f20227ba98fad75261fddc7125519268c05.zip |
Fixed formatting.
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc65dd6f4..b33db983d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,9 +74,8 @@ You can write in the description of the pr the wording for the changelog as well - Do not use `e.printStackTrace()`, use `CopyErrorCommand.logError(e, "explanation for users")` instead. - Do not use `MinecraftForge.EVENT_BUS.post(event)`, use `event.postAndCatch()` instead. - Do not use `toRegex()` or `toPattern()`, use `RepoPattern` instead. - - - See [RepoPattern.kt](https://github.com/walkerselby/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt) - for more information and usages + - See [RepoPattern.kt](https://github.com/walkerselby/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt) + for more information and usages. - Please use Regex instead of String comparison when it is likely Hypixel will change the message in the future. ## Software Used in SkyHanni |