diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..305157f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ +## Description + + + +## Motivation and context + + + + +Resolves #??? + +## How has this been tested? + + + +## Change log + + +``` + +``` + +## Checklist: + +- [ ] I have reviewed the [**Contributor Guidelines**](https://github.com/glotzerlab/row/blob/trunk/doc/src/developers/contributing.md). +- [ ] I agree with the terms of the [**Row Contributor Agreement**](https://github.com/glotzerlab/row/blob/trunk/ContributorAgreement.md). +- [ ] My name is on the list of contributors (`doc/src/contributors.md`) in the pull request source branch. diff --git a/DESIGN.md b/DESIGN.md index 4d3e55b..f6a2dbd 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -294,7 +294,6 @@ status may take a long time, so it should display a progress bar. without applying the additional submission filters. - **workspace**: The location on the file system that contains **directories**. -# TODO: Pull request template # TODO: Issue templates? # TODO: Dependabot configuration # TODO: readthedocs builds