Add pull request guidelines and template. by aucampia · Pull Request #1767 · RDFLib/rdflib (original) (raw)
Summary of changes
This PR adds pull request guidelines to the developers guide, it also adds a pull
request template that makes reference to these guidelines with a checklist to remind
people of the most essential preconditions for merging a PR and some less essential
but useful things.
This is mainly to help people understand how we process PRs and what
they can do to make it more likely for their PRs to be processed quickly.
Checklist
- Checked that there aren't other open pull requests for
the same change. - Checked that all tests pass.
- Considered granting push permissions to the PR branch,
so maintainers can fix minor issues and keep your PR up to date.