From 164d0781d446ca49ddc7c9a6e2fbecff83d5bc11 Mon Sep 17 00:00:00 2001 From: CynthiaKamau Date: Thu, 23 Mar 2023 16:38:50 +0300 Subject: [PATCH] (docs) Add guidance for including conventional commit labels in PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3d108269b..b9f205ed4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ ## Requirements -- [ ] This PR has a title that briefly describes the work done, including the ticket number if there is a ticket. +- [ ] This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a [conventional commit](https://o3-dev.docs.openmrs.org/#/getting_started/contributing?id=your-pr-title-should-indicate-the-type-of-change-it-is) label. See existing PR titles for inspiration. #### For changes to apps - [ ] My work conforms to the [**OpenMRS 3.0 Styleguide**](https://om.rs/styleguide) and [**design documentation**](https://zeroheight.com/23a080e38/p/880723-introduction).