From dcb4c524ba035a5b85169d18c6016c89da22fee5 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Tue, 14 May 2024 14:25:41 -0400 Subject: [PATCH] Add pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++++++++++++++++ DESIGN.md | 1 - 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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