diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md new file mode 100644 index 0000000..cdd0818 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -0,0 +1,14 @@ +### Requirements for Contributing a Bug Fix +* Read + [CONTRIBUTING.md](https://github.com/wil3/gymfc/blob/master/CONTRIBUTING.md) +* The pull request must only fix an existing bug. To contribute other changes, you must use a different template. +* Open an issue. Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request. +* Fill out the template below, any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. + +### Identify the Bug + +Closes: #XXX + +### Description of the Change + +### Verification and Validation of the Change diff --git a/.github/PULL_REQUEST_TEMPLATE/feature_change.md b/.github/PULL_REQUEST_TEMPLATE/feature_change.md new file mode 100644 index 0000000..6a59222 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature_change.md @@ -0,0 +1,29 @@ +### Requirements for Adding, Changing, or Removing a Feature +* Read + [CONTRIBUTING.md](https://github.com/wil3/gymfc/blob/master/CONTRIBUTING.md) +* Open an issue. Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request. +* Fill out the template below, any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. + +### Description of the Change + +Closes: #XXX + + + +### Verification Process + +