Skip to content

Commit 64d5394

Browse files
committed
Quick code examples
1 parent 3c55a3f commit 64d5394

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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`
9597
2. 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)
97103
4. Allow CI actions to completely run and verify files.
104+
5. Add/ping reviewers and await approval.
98105

99106
Thank you for your contributions!
100107

0 commit comments

Comments
 (0)