浏览代码

Update CONTRIBUTING.md

Marco Bambini 8 年之前
父节点
当前提交
7a76bb6d23
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      CONTRIBUTING.md

+ 2 - 0
CONTRIBUTING.md

@@ -16,3 +16,5 @@ Feel free to expand this section with a more formal description of the syntax ru
 If you fix a bug or if you add a new functionality then a unit-test is required.
 If you fix a bug or if you add a new functionality then a unit-test is required.
 A unit-test is a single source code file that is able to run under the unittest executable file.
 A unit-test is a single source code file that is able to run under the unittest executable file.
 You are free to test your functionalities/fixes into a single unit-test file or split the test in more files.
 You are free to test your functionalities/fixes into a single unit-test file or split the test in more files.
+
+Don't forget to add your name and your email address to the official **CONTRIBUTORS** file!