소스 검색

Add contribution guidelines

Talha Mansoor 11 년 전
부모
커밋
d255e04871
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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.