commit acf295568d49d72ab0b6b89b429ef59d065a5095 parent 53e83b21297747b4062f930f3cb5365cd0d46d36 Author: William Harrison <william@williamdavidharrison.com.au> Date: Fri, 3 Feb 2023 09:41:44 +0800 feat: update pr template (#2905) Co-authored-by: denelon <denelon@microsoft.com> Diffstat:
| M | .github/PULL_REQUEST_TEMPLATE.md | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,6 @@ -- [ ] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? -- [ ] Are you working against an Issue? +<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> + +- [ ] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). +- [ ] This pull request is related to an issue. -----