diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e211579..759b673 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,31 +1,33 @@ --- -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..7dd924e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,20 @@ -* **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). -* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) +**What kind of change does this PR introduce?** +* +**What is the current behavior?** +* +**What is the new behavior (if this is a feature change)?** +* -* **What is the current behavior?** (You can also link to an open issue here) +**Does this PR introduce a breaking change?** +* - - -* **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