소스 검색

Fix list format

Fix format of list of modifications that need to be discussed prior to merging.
bel2125 7 년 전
부모
커밋
428f8df192
1개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  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.