-
Notifications
You must be signed in to change notification settings - Fork 9
Home
roesekoSICKAG edited this page Dec 16, 2024
·
7 revisions
- general fixes and improvements
- MQTT extensions
- Async API specification for MQTT
- Wireless additions
- in general git branching model is applied (see https://nvie.com/posts/a-successful-git-branching-model/)
- very editor can be used to apply changes, e.g. visual studio code (https://code.visualstudio.com/)
- VS Code has also a git extension (see https://code.visualstudio.com/docs/sourcecontrol/overview)
- Open API extension (https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi)
- Linter extension (spectral) (https://marketplace.visualstudio.com/items?itemName=stoplight.spectral)
-
Must:
- Include a short descriptive summary in imperative present tense
- Use Hyphens for separating words
-
May:
- Include the work type: feature, refactor, bugfix, hotfix, etc.
- Include corresponding ticket/story id (e.g. from Jira, GitHub issue, etc.)
- Suggested Forma: {work type e.g.}/{2-3 word summary}/{story or ticket id}_
Example: git checkout -b feature/oauth-migration/ATL-244