From e4a29085f30b8d2747f980d9d4ffe1f89f82231c Mon Sep 17 00:00:00 2001 From: Claire Kuang Date: Wed, 29 Jan 2025 12:56:17 +0000 Subject: [PATCH] chore(template): amends pr template to be more descriptive (#535) * Update pull_request_template.md * Update pull_request_template.md --- .github/pull_request_template.md | 67 ++++++++++++++------------------ 1 file changed, 29 insertions(+), 38 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1efeba6a8..49d7d2d32 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,30 +1,46 @@ -## Description & motivation +## Description +## User Value + + + + ## Changes: - -- [ ] My pull request follows the guidelines in the [Contributing guide](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md)? -- [ ] My pull request does not duplicate any other open [Pull Requests](../../pulls) for the same update/change? - [ ] My commits are related to the pull request and do not amend unrelated code or documentation. -- [ ] My code follows a similar style to existing code. - [ ] I have added appropriate tests. - [ ] I have updated or added relevant documentation. -## References - -