From f2361f549ff4578a1928bfa228217780c98495fe Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 23 Oct 2022 13:56:19 +0200 Subject: [PATCH] TOOLS: Add CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..bd1eb4f1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +Thank you for considering contributing to ScummVM. + +Please make sure to read our guidelines for contributions on our +[wiki](https://wiki.scummvm.org/index.php/Developer_Central). In particular: + +* [Coding style](https://wiki.scummvm.org/index.php/Code_Formatting_Conventions) +* [Portability](https://wiki.scummvm.org/index.php/Coding_Conventions) +* [Commit message style](https://wiki.scummvm.org/index.php/Commit_Guidelines) +* License: GPLv3+ + +If you have any questions about code, style, procedure, or anything else, feel +free to contact us on our mailing list at scummvm-devel@lists.scummvm.org.