diff options
author | xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> | 2022-04-04 15:47:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 15:47:17 +0200 |
commit | 0571aa84d7d3c6466a1e3b6fe85575b6b11884e5 (patch) | |
tree | bcde4761010c2739c3d6f0d395f1514fb972a020 | |
parent | (no commit message) (diff) | |
download | xManager-0571aa84d7d3c6466a1e3b6fe85575b6b11884e5.tar xManager-0571aa84d7d3c6466a1e3b6fe85575b6b11884e5.tar.gz xManager-0571aa84d7d3c6466a1e3b6fe85575b6b11884e5.tar.bz2 xManager-0571aa84d7d3c6466a1e3b6fe85575b6b11884e5.tar.lz xManager-0571aa84d7d3c6466a1e3b6fe85575b6b11884e5.tar.xz xManager-0571aa84d7d3c6466a1e3b6fe85575b6b11884e5.tar.zst xManager-0571aa84d7d3c6466a1e3b6fe85575b6b11884e5.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`. |