diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index b69984dc..48d5b0a5 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -15,7 +15,7 @@ body: attributes: label: Version Number description: Can be found at the beginning of your log file - placeholder: eg. 1.16.0 + placeholder: eg. 2.1.0 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/2.defaults.yml b/.github/ISSUE_TEMPLATE/2.defaults.yml index aabf6869..0dd2e728 100644 --- a/.github/ISSUE_TEMPLATE/2.defaults.yml +++ b/.github/ISSUE_TEMPLATE/2.defaults.yml @@ -24,7 +24,7 @@ body: attributes: label: Version Number description: Can be found at the beginning of your log file - placeholder: eg. 1.18.0 + placeholder: eg. 2.1.0 validations: required: true - type: dropdown diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7304ed07..93a032c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,24 +1,63 @@ -## Description - -Please include a summary of the changes. - -### Issues Fixed or Closed - -- Fixes #(issue) - -## Type of Change + + +## What type of PR is this? + + +- [] Bug Fix (non-breaking change which fixes an issue) +- [] Feature/Tweak (non-breaking change which adds new functionality or enhances existing functionality) +- [] Breaking Change (fix or feature that would break any existing functionality for users) +- [] Documentation Update +- [] Other -Please delete options that are not relevant. - -- [] Bug fix (non-breaking change which fixes an issue) -- [] New feature (non-breaking change which adds functionality) -- [] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [] Documentation change (non-code changes affecting only the wiki) -- [] Infrastructure change (changes related to the github repo, build process, or the like) - -## Checklist - -Please delete options that are not relevant. +## Description -- [] Updated Documentation to reflect changes -- [] Updated the CHANGELOG with the changes +_Please replace this line with a meaningful description of your PR. What does it do? Why? Has it been tested? What were the results?_ + +## Related Issues [optional] + + +- Related Issue # +- Closes # + +## Have you updated the Documentation to reflect changes (if necessary)? + + +- [] Yes +- [] No + +## Have you updated the CHANGELOG? + + +- [] Yes +- [] No