Quellcode durchsuchen

Add contribution guidelines

Talha Mansoor vor 11 Jahren
Ursprung
Commit
d255e04871
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      CONTRIBUTING.md

+ 5 - 0
CONTRIBUTING.md

@@ -0,0 +1,5 @@
+Follow the code style of the existing codebase
+==============================================
+
+1. Use single ('') rather than double ("") quotation marks for Jinja strings. 
+1. Use double ("") quotation marks around HTML attributes.