diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-06-01 20:02:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 20:02:07 -0400 |
commit | b974ff9a1cc5d476c4fb0944f96895016c95e002 (patch) | |
tree | 0cafe99d4b314c761d2621457c4a4a824e53350e | |
parent | Merge branch 'master' into 1.5.0 (diff) | |
download | kenshinshideandseek-b974ff9a1cc5d476c4fb0944f96895016c95e002.tar.gz kenshinshideandseek-b974ff9a1cc5d476c4fb0944f96895016c95e002.tar.bz2 kenshinshideandseek-b974ff9a1cc5d476c4fb0944f96895016c95e002.zip |
Update CONTRIBUTING.md
Diffstat (limited to '')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9511f3..1e992d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,5 @@ + +## Contributing Guidelines - Do not send any pull requests to the master branch - Any pull requests sent to master will be closed - Send pull requests to the current beta branch (usually named as an unreleased version) @@ -9,4 +11,4 @@ - 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. - Common sense, please... -- File subject to change in the future
\ No newline at end of file +- File subject to change in the future |