File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,23 @@ Use package
92
92
# Development
93
93
94
94
1 . Clone, create new branch.
95
+
95
96
` git clone https://github.com/ProAngular/ngx-scroll-top.git `
97
+
96
98
` git checkout -b username/feature `
99
+
97
100
2 . Bump version of package in ` package.json ` and ` package-lock.json ` , commit all changes, push.
101
+
98
102
` git add -A `
103
+
99
104
` git commit -m "My commit message" `
105
+
100
106
` git push origin username/feature `
107
+
101
108
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 )
109
+
110
+ [ Create a new pull request] ( https://github.com/ProAngular/ngx-scroll-top/compare ) .
111
+
103
112
4 . Allow CI actions to completely run and verify files.
104
113
5 . Add/ping reviewers and await approval.
105
114
You can’t perform that action at this time.
0 commit comments