Files
pydantic/.github/PULL_REQUEST_TEMPLATE.md
T
Samuel Colvin 3c3c0262c0 add contributing docs, (#354)
* add contributing docs, fix #353

* tweaks

* tweaks
2019-01-11 21:08:14 +00:00

22 lines
820 B
Markdown

<!-- Thank you for your contribution! -->
<!-- See https://pydantic-docs.helpmanual.io/#contributing-to-pydantic for help on Contributing -->
<!-- Don't worry about making lots of commits on a pull request, they'll be squashed on merge anyway -->
## Change Summary
<!-- Please give a short summary of the changes. -->
## Related issue number
<!-- Are there any issues opened that will be resolved by merging this change? -->
## Checklist
* [ ] Unit tests for the changes exist
* [ ] Tests pass on CI and coverage remains at 100%
* [ ] Documentation reflects the changes where applicable
* [ ] `HISTORY.rst` has been updated
* if this is the first change since a release, please add a new section
* include the issue number or this pull request number `#<number>`
* include your github username `@<whomever>`