Skip to content

Commit efbb926

Browse files
committed
Add spacing
1 parent 64d5394 commit efbb926

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,23 @@ Use package
9292
# Development
9393

9494
1. Clone, create new branch.
95+
9596
`git clone https://github.com/ProAngular/ngx-scroll-top.git`
97+
9698
`git checkout -b username/feature`
99+
97100
2. Bump version of package in `package.json` and `package-lock.json`, commit all changes, push.
101+
98102
`git add -A`
103+
99104
`git commit -m "My commit message"`
105+
100106
`git push origin username/feature`
107+
101108
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+
103112
4. Allow CI actions to completely run and verify files.
104113
5. Add/ping reviewers and await approval.
105114

0 commit comments

Comments
 (0)