From d46ccd03a54aae413a3a9cbeca5a4defe7e7f28c Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Fri, 20 Oct 2023 04:59:51 -0400 Subject: [PATCH 1/2] updated github templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 ++++++++++-------- .github/ISSUE_TEMPLATE/feature_request.md | 21 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 34 ++++++++++------------- 3 files changed, 51 insertions(+), 31 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e211579..58879fc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,31 +1,34 @@ --- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' +name: Bug Report +about: Create a report to help us improve! +title: '[BUG]' +labels: 'kind/bug' assignees: '' - --- - + -**Environmental Info:** +**Environmental Info:** +* **Hauler Version:** +* **System CPU architecture, OS, and Version:** - +* **Describe the bug:** - +* **Steps To Reproduce:** +* **Expected behavior:** - + +* **Actual behavior:** - +* **Additional context / logs:** - +* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..6f65bf9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +about: Create a report to help us improve! +title: '[RFE]' +labels: 'kind/rfe' +assignees: '' +--- + + + +**Is your feature request related to a problem? Please describe.** +* + +**Describe the solution you'd like** +* + +**Describe alternatives you've considered** +* + +**Additional context** +* \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ada5359..5464298 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,19 @@ -* **Please check if the PR fulfills these requirements** -- [ ] The commit message follows our guidelines -- [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Docs have been added / updated (for bug fixes / features) +**Please check below, if the PR fulfills these requirements:** +- [ ] The commit message follows the guidelines. +- [ ] Tests for the changes have been added (for bug fixes / features). +- [ ] Docs have been added / updated (for bug fixes / features). +s +**What kind of change does this PR introduce?** +* +**What is the current behavior?** +* -* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) +**What is the new behavior (if this is a feature change)?** +* +**Does this PR introduce a breaking change?** +* - -* **What is the current behavior?** (You can also link to an open issue here) - - - -* **What is the new behavior (if this is a feature change)?** - - - -* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) - - - -* **Other information**: \ No newline at end of file +**Other information**: +* \ No newline at end of file From b7a8fc0a607af1eb8d4f108b4ea88c23b1d6130c Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Fri, 20 Oct 2023 12:32:31 -0400 Subject: [PATCH 2/2] fixed typos --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 58879fc..759b673 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,8 +24,7 @@ assignees: '' * **Expected behavior:** - -* +* **Actual behavior:** * diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5464298..7dd924e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,8 @@ - [ ] The commit message follows the guidelines. - [ ] Tests for the changes have been added (for bug fixes / features). - [ ] Docs have been added / updated (for bug fixes / features). -s + + **What kind of change does this PR introduce?** *