Browse Source

Fix list format

Fix format of list of modifications that need to be discussed prior to merging.
bel2125 8 năm trước cách đây
mục cha
commit
428f8df192
1 tập tin đã thay đổi với 8 bổ sung7 xóa
  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.
 
 
-- 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.