diff options
author | Scott <[email protected]> | 2019-01-21 18:44:45 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-01-21 18:44:45 +0000 |
commit | 2a313ee5c3e12c2f75e88f99d4ad4ce0f78f17a5 (patch) | |
tree | 8703282627f99d5bbadb638745807db156a42c56 | |
parent | 3b31b3df72d5a666a5445444ff0f03659a44cd33 (diff) |
Updating the steps on the pull request template.
Try to encourage folks to talk to use before working on code!
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c4c54e12f..90df9d7c0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,9 @@ **Before Posting:** -- [ ] For moderate to large issues, please create a new issue to discuss the change before raising a pull request. -This will allow us to confirm the change is suitable for HandBrake and make any suggestions that may be relevant. +- [ ] Create an issue describing the change. If an issue already exists, please use this. +- [ ] Discuss the issue with the HandBrake team to ensure that the idea has been accepted. (An open enhancement request does not equal acceptance). This will avoid any time wasted on features that are outside the project scope! + **Description of Change:** |