Create CONTRIBUTING.md

This commit is contained in:
creeper123123321 2021-07-13 07:15:49 -03:00 committed by GitHub
parent 04b4f4a0e1
commit 5ff1667655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,13 @@
# Contributing
## Language Files
Language files are under ``src/main/resources/assets/viafabric/lang/``. Please create/edit both ``.json`` and ``.lang`` files.
Use capitalization rules from your language. Try to be consistent with Minecraft language files.
Please check in-game string length. Note that abbreviations may cause issues with the screen reader.
Take a look at UN's guidelines for Gender-inclusive language: https://www.un.org/en/gender-inclusive-language/guidelines.shtml
## Source Code
Use 4 spaces, run code cleanup and ``optipng`` on new png files.