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

Create Pre-Commit Hook for Running Formatters #70

Open
brijsiyag opened this issue Jun 4, 2023 · 0 comments
Open

Create Pre-Commit Hook for Running Formatters #70

brijsiyag opened this issue Jun 4, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@brijsiyag
Copy link
Member

Issue Type: Enhancement

Description:

Currently, our project lacks an automated mechanism to enforce code formatting standards consistently. This issue aims to address this by implementing a pre-commit hook that runs formatters automatically before committing changes to the repository.

A pre-commit hook is a script or command that is triggered before a commit is finalized. In our case, the pre-commit hook should execute the necessary commands to format the codebase according to our agreed-upon formatting guidelines. By integrating this hook into our project's workflow, we can ensure that all code contributions adhere to the defined formatting standards, promoting a cleaner and more consistent codebase.

@brijsiyag brijsiyag added help wanted Extra attention is needed good first issue Good for newcomers enhancement New feature or request labels Jun 4, 2023
krishnaduttPanchagnula added a commit to krishnaduttPanchagnula/Bandhu that referenced this issue Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant