When developing a project, it's important to establish metrics and standards for workflow.Here are some steps to set up a GitHub repository like a professional:- Configure Commit Lint for consistent commit messages.- Use Prettier for consistent code formatting.- Set up Lint Staged to run scripts on files about to be committed.- Generate a changelog automatically with Conventional Changelog.- Automate tasks before commits with Husky.