diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..8e8ffe1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,31 @@ + + +**Is this a bug report or feature request?** (choose one): + + + +**Python Version** (output of `python --version`): + +**Development or Deployment Environment?**: + +**Release Tag or Master**: + +**Expected Behavior**: + +**What Actually Happened**: + +**How to Reproduce the Issue** (as minimally as possible): + +**Any Additional Comments**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..eae34c21 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ + + +**What is the purpose of this pull request?**: + +**What issue does this pull request address?**: Fixes # + +**Notes for reviewers to consider**: + +**Specific reviewers for pull request**: diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000..4b870eda --- /dev/null +++ b/OWNERS @@ -0,0 +1,9 @@ +reviewers: + - alanmeadows + - v1k0d3n + - intlabs + - wilkers-steve + - larryrensing +approvers: + - alanmeadows + - v1k0d3n