From e0d0f1f7cd4e8644e09c1bf6a3c41ed428336774 Mon Sep 17 00:00:00 2001 From: Emma Blue <90632321+emmambd@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:00:10 -0500 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#1622) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c9ea8c0f4e..c4d260c08c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ Explain and/or show screenshots for how you expect the pull request to work in y Please make sure these boxes are checked before submitting your pull request - thanks! - [ ] Run the unit tests with `gradle test` to make sure you didn't break anything +- [ ] Add or update any needed [documentation](https://github.com/MobilityData/gtfs-validator/tree/master/docs) to the repo - [ ] Format the title like "feat: [new feature short description]". Title must follow the Conventional Commit Specification(https://www.conventionalcommits.org/en/v1.0.0/). - [ ] Linked all relevant issues - [ ] Include screenshot(s) showing how this pull request works and fixes the issue(s)