From 51f9596649959182b29d591f89c004fca170d37e Mon Sep 17 00:00:00 2001 From: Andrii Siriak Date: Fri, 21 Oct 2022 22:05:14 +0300 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c3e1a8c36..42dece844 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,4 @@ -### **Describe your change:** - -- [ ] Add an algorithm? -- [ ] Fix a bug or typo in an existing algorithm? -- [ ] Documentation change? - -#### References - - - -### **Checklist:** - - + - [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [ ] This pull request is all my own work -- I have not plagiarized it.