Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo) : Improve development workflow #12

Open
5 tasks
twilson63 opened this issue Nov 7, 2024 · 1 comment
Open
5 tasks

chore(repo) : Improve development workflow #12

twilson63 opened this issue Nov 7, 2024 · 1 comment
Milestone

Comments

@twilson63
Copy link

  • Automate Formatting of code so that there is a single style of code format
  • Deprecate code comments that are no longer relevant mark as outdated
  • Create github workflow that runs all tests on PR and Merge to Main
  • Create pre-commit hooks that format code, uses conventional commits, and runs tests before commit
  • Provide debugging workflows within vscode that developers can use to add breakpoints, watch env, etc
@twilson63 twilson63 added this to the Audit Release milestone Nov 7, 2024
@twilson63 twilson63 reopened this Jan 27, 2025
@TillaTheHun0
Copy link
Member

TillaTheHun0 commented Jan 27, 2025

Much of this has been implemented, but is dormant until we decide to turn it on:

  • precommit hook for conventional commits, and simple framework for installing githooks as part of make here
  • Debugger/Launch configurations here
  • Automated Code Format will probably not be done, as the "Style Guide" sets precedence
  • CI pipeline, implemented as a Github Workflow for merges to main here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants