Skip to content

Commit c8010e4

Browse files
committed
Update contributing section
1 parent 608ec4d commit c8010e4

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -208,16 +208,15 @@ The following repository secrets must be set on [GitHub Actions]:
208208

209209
## Contributing
210210

211-
Please submit and comment on bug reports and feature requests.
212-
213-
To submit a patch:
214-
215-
1. Fork it (https://github.com/seamapi/makenew-tsmodule/fork).
216-
2. Create your feature branch (`git checkout -b my-new-feature`).
217-
3. Make changes.
218-
4. Commit your changes (`git commit -am 'Add some feature'`).
219-
5. Push to the branch (`git push origin my-new-feature`).
220-
6. Create a new Pull Request.
211+
1. Create your feature branch (`git checkout -b my-new-feature`).
212+
2. Make changes.
213+
3. Commit your changes (`git commit -am 'Add some feature'`).
214+
4. Push to the branch (`git push origin my-new-feature`).
215+
5. Create a new draft pull request.
216+
6. Ensure all checks pass.
217+
7. Mark your pull request ready for review.
218+
8. Wait for the required approval from the code owners.
219+
9. Merge when ready.
221220

222221
## License
223222

0 commit comments

Comments
 (0)