diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..6412c1d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +> ### Description +> * [ ] Added a summary of the changes and the issue addressed. +> +> ### Type of Change +> * [ ] Bug fix +> * [ ] New feature +> * [ ] Documentation update +> * [ ] Breaking change +> +> ### Checklist +> * [x] My code follows the [guidelines](https://github.com/vatsalsinghkv/easy-fix/blob/main/CONTRIBUTING.md) of this project. +> * [ ] I have tested my code. +> * [ ] I have commented my code, particularly in hard to understand areas. +> * [x] I checked and didn't find similar [Pull request](https://github.com/vatsalsinghkv/easy-fix/pulls) +> +> ### Screenshots +> +> * [ ] Added Screenshots +> +> ### Issue Related +> - Closes #[IssueNumber]