Skip to content

Commit

Permalink
Create pull_request_template.md (libigl#931)
Browse files Browse the repository at this point in the history
* Create pull_request_template.md

* Update pull_request_template.md


Former-commit-id: c5dd003
  • Loading branch information
alecjacobson authored Oct 15, 2018
1 parent 99bc7bd commit 5066b5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5066b5d

Please sign in to comment.