ussserrr
ussserrr
On project setup, optionally add related things (config, `.ioc` file) to git tracked files (if there is a git repo).
Consider splitting the tests by modules they've testing – sources are growing... - Basic unit tests checks implementation - More sophisticated integration tests verifies a feature simulating real-world application (embedding,...
Research possibilities of using `/src/[module]` pattern for the project. Seems like it is more popular than others and kind of officially supported (see setuptools, build, ...). At the same time...
Seems like Python 3.6 on Windows is delaying this.
Lock ALL tools versions per a commit. CubeMX framework, PlatformIO and its build tools & libraries versions (use templates, variables and cache). Every build is dependent on: - PlatformIO -...
Migrate from Azure Pipelines to "native" GitHub Actions service. This shouldn't be hard since both are owned by Microsoft, shares similar YAML syntax and offer same running environments. See GitHub...
See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository for more information.
See GitHub stats to determine which files/pages are view the most so we can improve user experience with the tool.