Marco Hinz 12 лет назад
Родитель
Сommit
a4dd91e175
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      CONTRIBUTING.md

+ 4 - 0
CONTRIBUTING.md

@@ -11,12 +11,16 @@ mind:
       merging into master)
       merging into master)
     - it's always a good idea to have a look at 'git log' to get an idea how to
     - it's always a good idea to have a look at 'git log' to get an idea how to
       format its own commits
       format its own commits
+    - if you have questions about a certain patch or feature requests, just open
+      a Github issue
 
 
 Examples
 Examples
 --------
 --------
 
 
+```
 Bad:  "fixed loop to start from 0 instead of 1"
 Bad:  "fixed loop to start from 0 instead of 1"
 Good: "Avoid off-by-one issue in skiplist loop"
 Good: "Avoid off-by-one issue in skiplist loop"
 
 
 Bad:  "fixed typo"
 Bad:  "fixed typo"
 Good: "Docs: typo"
 Good: "Docs: typo"
+```