aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-06 19:39:36 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-06 19:39:36 +0200
commit0387c76558965238ac94e1d46ff431859aad335f (patch)
treecec714eb5fc580a66ef45893623f550ff38060ab /CONTRIBUTING.md
parent5d894cca99cd9ac7198374ebc1fd1a93da4460cc (diff)
downloadskyhanni-0387c76558965238ac94e1d46ff431859aad335f.tar.gz
skyhanni-0387c76558965238ac94e1d46ff431859aad335f.tar.bz2
skyhanni-0387c76558965238ac94e1d46ff431859aad335f.zip
Do not use wildcards in imports
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6a857fbdb..b597de8c2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,6 +71,9 @@ 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