Skip to content

Commit 8f8f7d8

Browse files
committed
Add contributing, issue_template and pull_request_template
1 parent 6c76952 commit 8f8f7d8

3 files changed

Lines changed: 32 additions & 0 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributing to ESSArch Tools Archive (ETA)
2+
3+
### Did you find a bug?
4+
5+
* Make sure that the bug hasn't already been reported in [ETA](https://github.com/ESSolutions/ESSArch_Tools_Archive/issues) or [ESSArch Core](https://github.com/ESSolutions/ESSArch_Core/issues).
6+
7+
* If no issue describing the same problem exists, [open a new one](https://github.com/ESSolutions/ESSArch_Tools_Archive/issues/new) with as much information as possible:
8+
* A title along with a description that explains the problem as clear as possible
9+
* A code sample or test case demonstrating the unexpected behavior
10+
11+
### Do you have a new feature or a fix for a bug?
12+
13+
* [Open a new GitHub pull request](https://github.com/ESSolutions/ESSArch_Tools_Archive/compare) with the update
14+
15+
* Reference any applicable issues

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*Before submitting this issue, please review our [contributing guidelines](https://github.com/ESSolutions/ESSArch_Tools_Archive/blob/master/.github/CONTRIBUTING.md)*
2+
3+
## Steps to reproduce and/or test case demonstrating the problem
4+
5+
## Expected behavior
6+
7+
## Actual behavior

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*Before submitting this pull request, please review our [contributing guidelines](https://github.com/ESSolutions/ESSArch_Tools_Archive/blob/master/.github/CONTRIBUTING.md)*
2+
3+
## Description
4+
5+
Please describe your pull request.
6+
7+
*Patches should be made against master.*
8+
9+
*If it fixes a bug or resolves a feature request,
10+
be sure to link to that issue, eg. "fixes #6789".*

0 commit comments

Comments
 (0)