winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit aa7f136af6f67c2030db0c570137cc5761936960
parent 5a9dc4f1b34a77c6498b8bbc53e1d1d39e848101
Author: denelon <denelon@microsoft.com>
Date:   Tue, 12 May 2020 08:29:21 -0700

Create PULL_REQUEST_TEMPLATE (#130)


Diffstat:
A.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> +## Summary of the Pull Request + +<!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> +## References + +<!-- Please review the items on the PR checklist before submitting--> +## PR Checklist +* [ ] Closes #xxx +* [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA +* [ ] Tests added/passed +* [ ] Requires documentation to be updated +* [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx + +<!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> +## Detailed Description of the Pull Request / Additional comments + +<!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> +## Validation Steps Performed