Guys,

GitHub just announced support for Issues and PR templates[1]. I think this
is even better than updating our CONTRIBUTING[2] file, so I was thinking of
adding those for pytest.

For issues:

* include a good description
* include py.test, operating system versions
* pip list of the venv used
* minimal example if possible

For PR:

* where to target the PR: master vs feature branch
* make sure to include one or more tests
* add yourself to AUTHORS
* add a new CHANGELOG entry

What do you guys think? Anything else you would like to add?

[1] https://github.com/blog/2111-issue-and-pull-request-templates
[2] https://github.com/pytest-dev/pytest/issues/1282
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to