File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -208,16 +208,15 @@ The following repository secrets must be set on [GitHub Actions]:
208
208
209
209
## Contributing
210
210
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.
221
220
222
221
## License
223
222
You can’t perform that action at this time.
0 commit comments