Fix typos in PR template

This commit is contained in:
Andrii Shvaika 2022-02-02 08:50:17 +02:00
parent 94bcd14647
commit ef8286754f

View File

@ -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