From 881595c284dcd2f50e66c82c4c452121f6ab5871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djalma=20Ara=C3=BAjo?= Date: Wed, 10 Dec 2025 15:01:35 -0300 Subject: [PATCH] Create pull_request_template.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a pull request template to standardize submissions. Signed-off-by: Djalma Araújo --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 00000000..607269b3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ + + +## Related issue + + +Related to #[issue number] + + +## Description + + + +Before | After +:-------------------------:|:-------------------------: +replace me with screenshot of `main` or prod (if applicable) | replace me with screenshot of this branch's changes + + +## Testing instructions + +