Prechádzať zdrojové kódy

Fix list format

Fix format of list of modifications that need to be discussed prior to merging.
bel2125 7 rokov pred
rodič
commit
428f8df192
1 zmenil súbory, kde vykonal 8 pridanie a 7 odobranie
  1. 8 7
      docs/Contribution.md

+ 8 - 7
docs/Contribution.md

@@ -11,10 +11,11 @@ However, a pull request would be preferred.
 - Contributor names are listed in CREDITS.md, unless you explicitly state you don't want your name to be listed there. This file is occasionally updated, adding new contributors, using author names from git commits and GitHub comments.
 - Contributor names are listed in CREDITS.md, unless you explicitly state you don't want your name to be listed there. This file is occasionally updated, adding new contributors, using author names from git commits and GitHub comments.
 
 
 
 
-- In case your modifications
--- modify or extend the API
--- affect multi-threading
--- imply structural changes
--- have significant influence on maintenance
-please first create an issue on GitHub or create a thread on the CivetWeb discussion group, to discuss the planned changed.
-
+- In case your modifications either
+  1. modify or extend the API,
+  2. affect multi-threading,
+  3. imply structural changes,
+  or
+  4. have significant influence on maintenance,
+  
+  please first create an issue on GitHub or create a thread on the CivetWeb discussion group, to discuss the planned changed.