diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-02 11:48:44 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-02 11:48:44 +0200 |
commit | 65b5057955dcf67c91ac8e95746f48c5fffae0b7 (patch) | |
tree | 6ec2c22d0883b4197f2ebe5fbe1e07db5e544d2c /CONTRIBUTING.md | |
parent | 642a89735f1c6b8f8cba9cecfd6446689988b1ea (diff) | |
download | skyhanni-65b5057955dcf67c91ac8e95746f48c5fffae0b7.tar.gz skyhanni-65b5057955dcf67c91ac8e95746f48c5fffae0b7.tar.bz2 skyhanni-65b5057955dcf67c91ac8e95746f48c5fffae0b7.zip |
added reminder about FeatureToggle to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d8cd5827..fc635335e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,6 +124,7 @@ We use the [auto update library](https://repo.nea.moe/#/releases/moe/nea/libauto - Try to avoid using kotlin's `!!` (catch if not null) feature. - Replace it with `?:` (ff null return this). - This will most likely not be possible to avoid when working with obects from java. +- Don't forget to add `@FeatureToggle` to new standalone features (not options to that feature) in the config. # Additional Useful Developement Tools |