From 3fcef504726b659404f2135463ef8f387aa7a887 Mon Sep 17 00:00:00 2001 From: erosselli <67162025+erosselli@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:07:37 -0300 Subject: [PATCH] Added a GitHub pull request template. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Co-authored-by: Paolo Melchiorre Co-authored-by: Adam Johnson --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 0000000000..5780ce3a80 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +# Trac ticket number + + +ticket-[number] + +# Branch description +Provide a concise overview of the issue or rationale behind the proposed changes. + +# Checklist +- [ ] This PR targets the `main` branch. +- [ ] The commit message is written in past tense, mentions the ticket number, and ends with a period. +- [ ] I have checked the "Has patch" **ticket flag** in the Trac system. +- [ ] I have added or updated relevant **tests**. +- [ ] I have added or updated relevant **docs**, including release notes if applicable. +- [ ] For UI changes, I have attached **screenshots** in both light and dark modes.