add commit-msg-hook and edit style of scroll bar #376
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR:
Self-Review Checklist
commit-msg hook
every git commit message should contain one verb like "feat", "chore", "docs" etc and the message should be like "feat: some feature".
Please make sure that the hook is executable by
What happens when an invalid commit message is provided
![Screenshot from 2022-08-15 21-39-59](https://user-images.githubusercontent.com/65282610/184672624-96933f34-4be5-417c-8751-2c3c578beb5f.png)
scroll bar fix
before
![Screenshot from 2022-08-15 20-30-44](https://user-images.githubusercontent.com/65282610/184671717-8bb34bb8-20b0-43f4-a86e-d126a70ef300.png)
after
![Screenshot from 2022-08-15 21-06-06](https://user-images.githubusercontent.com/65282610/184671929-8820db82-9dc5-4b15-997d-78f1c97b45b6.png)