mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
3c3c0262c0
* add contributing docs, fix #353 * tweaks * tweaks
22 lines
820 B
Markdown
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>`
|