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.