From ab03def5644ace6dfe11ecc8a0d53e624c426a58 Mon Sep 17 00:00:00 2001 From: jonpas Date: Mon, 10 Feb 2020 23:58:03 +0100 Subject: [PATCH] Add Pull Request title standard to PR Template (#7361) --- .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 69565c700e..ea83a609e3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,3 +3,4 @@ - Each change in a separate line - Include documentation if applicable - Respect the [Development Guidelines](https://ace3mod.com/wiki/development/) +- Follow title standard `Component - Add|Fix|Improve|Change|Make|Remove bananas`