Преглед изворни кода

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