Pārlūkot izejas kodu

Added a section to CONTRIBUTING.md about adding to docs

Steven Hall 8 gadi atpakaļ
vecāks
revīzija
5f97d9b178
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      CONTRIBUTING.md

+ 5 - 0
CONTRIBUTING.md

@@ -17,4 +17,9 @@ 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.
 
 
+####Add Docs
+If you add new functionality, or edit the way that current functionality works,
+add or edit the docs to reflect this so that there is documentation of the new
+changes for new users.
+
 Don't forget to add your name and your email address to the official **CONTRIBUTORS** file!
 Don't forget to add your name and your email address to the official **CONTRIBUTORS** file!