소스 검색

Contributing docs for Github. (#12)

Stefano Cossu 6 년 전
부모
커밋
b4e058bf84
3개의 변경된 파일34개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      .github/CONTRIBUTING.md
  2. 23 0
      .github/issue_template.md
  3. 11 0
      .github/pull_request_template.md

+ 0 - 0
CONTRIBUTING.md → .github/CONTRIBUTING.md


+ 23 - 0
.github/issue_template.md

@@ -0,0 +1,23 @@
+### Environemnt
+
+Operating system: 
+
+Python version: 
+
+LAKEsuperior release, branch, or commit #: 
+
+### Steps to reproduce
+
+(describe your actions)
+
+### Observed behavior
+
+(describe the results)
+
+### Expected behavior
+
+(describe what you expected to see)
+
+### Other notes worth mentioning
+
+(any other context details that may be affecting your outcome)

+ 11 - 0
.github/pull_request_template.md

@@ -0,0 +1,11 @@
+Fixes #
+
+Changes in this pull request:
+
+- 
+
+Notes & caveats:
+
+- 
+
+@scossu