-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
I'd like to make a .github
directory with a PULL_REQUEST_TEMPLATE.md
file. The XArray/Pandas template would work for me:
- [ ] Closes #xxxx
- [ ] Tests added / passed
- [ ] Passes ``git diff upstream/master | flake8 --diff``
- [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API
https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/
Later, we might consider adding a CONTRIBUTING.md, ISSUE_TEMPLATE.md, or CODE_OF_CONDUCT.md files to the .github
directory. I'll leave those to separate issues.