Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.6 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.6 KB

Some studies proves that developers should not review more than 400 lines of code at time, but work in small batches is hard, mostly when you're not used to it.

This extension helps you to create more commits and smaller pull requests based on git modifications :octocat:

How it works

The default configuration checks every five seconds for your changes, and if you have more than 200 modifications between insertions and deletions the extension will ask you if It Is a Pull Request Time

Then, you will have options for

Trigger a commit with the Open It option:

Or snooze it for five, ten or a custom amount minutes:

Instalation

Search for pull request time on VSCode Extensions

Or

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install gabriielbs0673.pull-request-time

Improvements