diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8b53d56 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @josephbmanley diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md new file mode 100644 index 0000000..e4a700f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_bug_report.md @@ -0,0 +1,22 @@ +--- +name: 🐞 Bug report +about: Report a bug that has been encountered. +labels: 'bug' +--- + +**Version:** + + + +**Environment:** + + + + +**Issue description:** + + + +**Steps to reproduce:** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.md b/.github/ISSUE_TEMPLATE/2_feature_request.md new file mode 100644 index 0000000..47e72c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_feature_request.md @@ -0,0 +1,9 @@ +--- +name: 💡 Feature Request +about: Ideas to improve! +labels: 'enhancement' +--- + +**Description** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3_question.md b/.github/ISSUE_TEMPLATE/3_question.md new file mode 100644 index 0000000..f13b32d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_question.md @@ -0,0 +1,9 @@ +--- +name: ❓ Question +about: Have a question? Ask it! +labels: 'question' +--- + +**Question** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/4_guidance.md b/.github/ISSUE_TEMPLATE/4_guidance.md new file mode 100644 index 0000000..cca138b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_guidance.md @@ -0,0 +1,9 @@ +--- +name: 🧭 Guidance +about: Lost? Maybe someone can help. +labels: 'help wanted' +--- + +**Description:** + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..923e58e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +- **CHANGE #1** + + Description of change + + Testing/Implementation + +- **CHANGE #2** + + Description of change + + Testing/Implementation + \ No newline at end of file