Эх сурвалжийг харах

Create pull_request_template.md (#931)

* Create pull_request_template.md

* Update pull_request_template.md


Former-commit-id: c5dd003a1831a2cc96e2262bf0f3602d97a98e54
Alec Jacobson 6 жил өмнө
parent
commit
5066b5d253

+ 8 - 0
.github/pull_request_template.md

@@ -0,0 +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.