diff options
Diffstat (limited to 'pull_request_template.md')
-rw-r--r-- | pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pull_request_template.md b/pull_request_template.md index dba81f46b..02769a0f8 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,6 +1,6 @@ <!-- remove all unused parts -The title of your PR should be descriptive and concise. It should be in the format of `Type: Description`. For example, `Feature: Add new command` or `Fix: Bug in command`. If there are multiple types of changes these can be separated by an ampersand. For example, `Feature & Fix: Add new command and fix bug in command`. +The title of your PR should be descriptive and concise. It should be in the format of `Type: Description`. For example, `Feature: Add new command` or `Fix: Bug in command`. If there are multiple types of changes these can be separated by a plus. For example, `Feature + Fix: Add new command and fix bug in command`. ## PR Reviews |