From 4251308a89cda292e312af759fc3c8c6e8ac4162 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 20 Dec 2019 14:02:43 -0500 Subject: [PATCH] `.github` files --- .github/CODEOWNERS | 1 + .github/ISSUE_TEMPLATE/1_bug_report.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/2_feature_request.md | 9 +++++++++ .github/ISSUE_TEMPLATE/3_question.md | 9 +++++++++ .github/ISSUE_TEMPLATE/4_guidance.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 6 files changed, 64 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE/1_bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/2_feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/3_question.md create mode 100644 .github/ISSUE_TEMPLATE/4_guidance.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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 +