diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..181bb4b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/* @RightBrain-Networks/maintainers \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md new file mode 100644 index 0000000..c1b0b6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_bug_report.md @@ -0,0 +1,21 @@ +--- +name: 🐞 Bug report +about: Report a bug in auto-semver +labels: 'bug' +--- + +**Version of Auto-Semver:** + + + +**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..704c8eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_feature_request.md @@ -0,0 +1,9 @@ +--- +name: 💡 Feature Request +about: Ideas to improve auto-semver +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..c76a46a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3_question.md @@ -0,0 +1,9 @@ +--- +name: ❓ Question +about: Ask a question about auto-semver +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..9797677 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4_guidance.md @@ -0,0 +1,13 @@ +--- +name: 🧭 Guidance +about: Ideas to improve auto-semver +labels: 'help wanted' +--- + +**Environment:** + + + +**Description:** + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..8f2572d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +#### Summary + + +#### Purpose of change + + +#### Testing + + +#### Additional context +