mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
<!----------------------------------------------------------------------------
|
|
Please make sure you've read and understood our contributing guidelines;
|
|
https://github.com/4-20ma/ModbusMaster/blob/master/CONTRIBUTING.md
|
|
|
|
Provide the following information for all issues. Replace [brackets] and placeholder text with your responses.
|
|
(QUESTIONS, BUG REPORTS, FEATURE REQUESTS).
|
|
-->
|
|
### Description
|
|
[Describe what this change achieves]
|
|
|
|
### Issues Resolved
|
|
[List any existing issues this PR resolves; include Fixes #xxx or Closes #xxx (where xxx is issue number)]
|
|
|
|
### Check List
|
|
|
|
General
|
|
|
|
- [ ] Code follows coding style defined in STYLE.md
|
|
- [ ] Doxygen comments are included inline with code
|
|
- [ ] No unnecessary whitespace; check with `git diff --check` before committing.
|
|
|
|
The following have been modified to reflect new features, if warranted
|
|
|
|
- [ ] README.md
|
|
- [ ] keywords.txt (use tabs as whitespace separators)
|
|
- [ ] library.properties
|
|
- [ ] examples/ - update or create new ones, as warranted
|
|
|
|
The following have **NOT** been modified
|
|
|
|
- [ ] doc/ - will be updated upon versioned release
|
|
- [ ] .ruby-gemset
|
|
- [ ] .ruby-version
|
|
- [ ] CHANGELOG.md - will be updated upon versioned release (HISTORY.md is deprecated)
|
|
- [ ] Gemfile
|
|
- [ ] LICENSE
|
|
- [ ] VERSION - will be updated upon versioned release
|