kenshinshideandseek/CONTRIBUTING.md

15 lines
871 B
Markdown
Raw Normal View History

2022-06-02 00:02:07 +00:00
## Contributing Guidelines
2021-12-21 14:27:59 +00:00
- Do not send any pull requests to the master branch
- Any pull requests sent to master will be closed
2022-05-13 17:13:07 +00:00
- Send pull requests to the current beta branch (usually named as an unreleased version)
- Please tell us why you think this change is necessary
- We don't want to spend lots of time browsing through your code changes
2021-12-21 14:27:59 +00:00
- Describe your changes
2022-05-13 17:13:07 +00:00
- Do not reopen a pull request if we closed it for not being a necessary feature
2021-12-21 14:27:59 +00:00
- Do not change credits in any of the files
2022-05-13 17:13:07 +00:00
- If making a new language file, follow the local naming convention
- localization-[LANGUAGE](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes#)_[TERRITORY](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements).yml. You can find the 2-letter codes in the links.
2021-12-21 14:27:59 +00:00
- Common sense, please...
2022-06-02 00:02:07 +00:00
- File subject to change in the future