From ef8286754f13b6c04c570645d79878b697c20b26 Mon Sep 17 00:00:00 2001 From: Andrii Shvaika Date: Wed, 2 Feb 2022 08:50:17 +0200 Subject: [PATCH] Fix typos in PR template --- pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index c77ee54748..6e7c31967e 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -9,14 +9,14 @@ Put your PR description here instead of this sentence. - [ ] Description references specific [issue](https://github.com/thingsboard/thingsboard/issues). - [ ] Description contains human-readable scope of changes. - [ ] Description contains brief notes about what needs to be added to the documentation. -- [ ] No merge conficts, commented blocks of code, code formatting issues. +- [ ] No merge conflicts, commented blocks of code, code formatting issues. - [ ] Changes are backward compatible or upgrade script is provided. - [ ] Similar PR is opened for PE version to simplify merge. Required for internal contributors only. ## Front-End feature checklist - [ ] Screenshots with affected component(s) are added. The best option is to provide 2 screens: before and after changes; -- [ ] If you change widget or other API, ensure it is backward-compatible or upgrade script is present. +- [ ] If you change the widget or other API, ensure it is backward-compatible or upgrade script is present. - [ ] Ensure new API is documented [here](https://github.com/thingsboard/thingsboard-ui-help) ## Back-End feature checklist