Browse Source

Update pull_request_template.md (#1348)

* Update pull_request_template.md
Jérémie Dumas 5 years ago
parent
commit
a203de97aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/pull_request_template.md

+ 1 - 1
.github/pull_request_template.md

@@ -1,8 +1,8 @@
 [Describe your changes and what you've already done to test it.]
 
+
 #### Check all that apply (change to `[x]`)
 - [ ] All changes meet [libigl style-guidelines](https://libigl.github.io/style-guidelines/).
 - [ ] Adds new .cpp file.
 - [ ] Adds corresponding unit test.
-- [ ] Adds corresponding python binding.
 - [ ] This is a minor change.