diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-21 11:31:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 11:31:00 -0500 |
commit | a5a7af37fb45a75fece1093d3efc26131366ce3f (patch) | |
tree | 16ec865e9e1530b9b846f70dbc8a122ef3a1e533 /.github/CONTRIBUTING.md | |
parent | make beta branch use every branch besides master (diff) | |
parent | finalize docs (diff) | |
download | kenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.tar.gz kenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.tar.bz2 kenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.zip |
Merge pull request #15 from tylermurphy534/1.3.1
1.3.1
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..49eb107 --- /dev/null +++ b/.github/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 |