File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,17 @@ Use package
9191
9292# Development
9393
94- 1 . Pull, create new branch, add changes.
94+ 1 . Clone, create new branch.
95+ ` git clone https://github.com/ProAngular/ngx-scroll-top.git `
96+ ` git checkout -b username/feature `
95972 . Bump version of package in ` package.json ` and ` package-lock.json ` , commit all changes, push.
96- 3 . Submit code in published PR for review and approval.
98+ ` git add -A `
99+ ` git commit -m "My commit message" `
100+ ` git push origin username/feature `
101+ 3 . Submit code in published PR for review and approval. Add a good description and link any possible user stories or bugs.
102+ [ Create a new Pull Request] ( https://github.com/ProAngular/ngx-scroll-top/compare )
971034 . Allow CI actions to completely run and verify files.
104+ 5 . Add/ping reviewers and await approval.
98105
99106Thank you for your contributions!
100107
You can’t perform that action at this time.
0 commit comments