Browse Source

Contributing docs for Github. (#12)

Stefano Cossu 6 years ago
parent
commit
b4e058bf84
3 changed files with 34 additions and 0 deletions
  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