From 6244e440332efaec00a523c9dce5315f99f85721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Vi=E1=BB=87t=20H=C6=B0ng?= Date: Thu, 18 Oct 2018 12:29:47 +0700 Subject: [PATCH] added pr template --- PULL_REQUEST_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 00000000..c769d23e --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +# Description + + +# Issue fixed + + +# Type of changes + +- [ ] Bug fix (Change that fixed an issue) +- [ ] Breaking change (Change that can cause existing functionality to change) +- [ ] Improvement (Change that improve the code. Maybe performance or development improvement) +- [ ] Feature (Change that add new functionality) +- [ ] Documentation change (Change that modify documentation. Maybe typo fixes) + +# Checklist: + +- [ ] My code follow the project code style +- [ ] I have written test for my code and it has been tested +- [ ] All existing tests has been passed +- [ ] I have attached a screenshot / video to visualize my change if possible