From 356e0516f2e59fccbe492fac5f6c97a528db3ed4 Mon Sep 17 00:00:00 2001 From: Andrew Jong Date: Thu, 16 Jan 2025 12:46:02 -0500 Subject: [PATCH] Create pull_request_template.md adds a template for PRs --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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..b5fd2490 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +# Pull Request Title + +## What does this pull request do? + +Which issue number does this address? + +Add videos and images if possible. + +## How did you implement it? + +## Testing +**How do you run the tests?** + +**What do the tests do?** + +**What are the expected results of the tests?** + +## Did you update the docs (and where)? +Docs are updated via mkdocs.yml and markdown files under `docs/`. It should render at localhost:8000 when you run `docker compose up docs`.