From c8c6d121e023524a0cf901c4e1732dc9e62d0f1d Mon Sep 17 00:00:00 2001 From: Faisal Salman Date: Tue, 10 Oct 2023 11:44:18 +0700 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f1a3b8d --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +# Prerequisites + +- [ ] I have read and follow the contributing guidelines +- [ ] I have read and accept the [Contributor License Agreement (CLA)](https://gist.github.com/faisalman/2ed16621ebb544157eba85a7f7381417) Document and I hereby sign the CLA + +# Type of Change + +Bug fix, feature, docs update, ... + +# Description + +Please include a summary of the change (current behavior vs new behavior), which issue is fixed (you can also link to an open issue here), and why this change is necessary. + +# Test + +Please describe the tests that you ran to verify your changes. + +# Impact + +Does this PR introduce a breaking change? What changes might users need to make due to this PR? + +# Other Info \ No newline at end of file