diff options
author | xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> | 2022-04-09 17:21:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 17:21:17 +0200 |
commit | 9a7849c65136227c38f34fac06a0aed06a51df01 (patch) | |
tree | 1e0d237720f345413595a81d7d80a0eff9925e9a | |
parent | Rename ccoc.md to CODE_OF_CONDUCT.md (diff) | |
download | xManager-9a7849c65136227c38f34fac06a0aed06a51df01.tar xManager-9a7849c65136227c38f34fac06a0aed06a51df01.tar.gz xManager-9a7849c65136227c38f34fac06a0aed06a51df01.tar.bz2 xManager-9a7849c65136227c38f34fac06a0aed06a51df01.tar.lz xManager-9a7849c65136227c38f34fac06a0aed06a51df01.tar.xz xManager-9a7849c65136227c38f34fac06a0aed06a51df01.tar.zst xManager-9a7849c65136227c38f34fac06a0aed06a51df01.zip |
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..9050fe5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +**CODE CHANGE:** Pull request should be done on the **"Developer"** branch. + +**TRANSLATION CHANGE/UPDATE:** Pull request should be done on the **"Developer"** branch. The translations can be found at `resource/values/strings.xml`. + +**SUBMIT TRANSLATIONS:** Pull request should be done on the **"Developer"** branch. Please follow the `<--DEFAULT LANGUAGE-->` format that can be found at `resource/values/strings.xml`. |