diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-12 22:10:08 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-12 22:10:08 -0400 |
commit | 959a25aabb38e8a2f21cf265bd8356b435618c31 (patch) | |
tree | f6e561cc6e14c137a8bd665d8a2142c5ecf3c9eb /CONTRIBUTING.md | |
parent | Merge pull request #25 from tylermurphy534/1.4.2 (diff) | |
download | kenshinshideandseek-959a25aabb38e8a2f21cf265bd8356b435618c31.tar.gz kenshinshideandseek-959a25aabb38e8a2f21cf265bd8356b435618c31.tar.bz2 kenshinshideandseek-959a25aabb38e8a2f21cf265bd8356b435618c31.zip |
move code of conduct and contributing guidelines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..49eb107 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +## Contributing Guidelines +- Do not send any pull requests to the master branch + - Any pull requests sent to master will be closed + - Send pull requets to the current beta branch (usually named as an unreleased version) +- Please tell us why you think this change is nessessary + - We dont want to spend lots of time browsing through your code changes + - Describe your changes +- Do not repoen a pull request if we closed it for not being a nessary feature +- Do not change credits in any of the files +- If making a new language file, follow the local naming convencion + - localization-[LANGUAGE](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes#)_[TERROTORY](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. +- Common sense, please... +- File subject to change in the future |