aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorWalker Selby <git@walkerselby.com>2023-10-21 07:36:12 +0100
committerGitHub <noreply@github.com>2023-10-21 08:36:12 +0200
commit244903403ab2a2fc5a9eaa2ccc48f06cd6a824b8 (patch)
treedeee9a51aac076108f4ca3a2f4fb37b769277348 /CONTRIBUTING.md
parent68abc8ade546de62aee76e0b786993fc59fbc3cc (diff)
downloadskyhanni-244903403ab2a2fc5a9eaa2ccc48f06cd6a824b8.tar.gz
skyhanni-244903403ab2a2fc5a9eaa2ccc48f06cd6a824b8.tar.bz2
skyhanni-244903403ab2a2fc5a9eaa2ccc48f06cd6a824b8.zip
Internal Change: Add .editorconfig (#556)
Internal Change: Add .editorconfig #556
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 997a6c68d..c347f761a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -73,9 +73,6 @@ You can write in the description of the pr the wording for the changelog as well
- Don't forget to add `@FeatureToggle` to new standalone features (not options to that feature) in the config.
- 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 wildcards in imports (see the imgae below for setting this up in IntelliJ)
-- ![image](https://github.com/hannibal002/SkyHanni/assets/24389977/84c3a640-b39a-407e-a73c-12e548f33e88)
-
## Software Used in SkyHanni