You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[Fork the repository](https://help.github.com/articles/fork-a-repo).
4
-
2.[Create a topic branch](http://learn.github.com/p/branching.html).
3
+
1.[Fork the repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).
4
+
2.[Create a topic branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches).
5
5
3. Make your changes, including tests for your changes which maintain [coverage](https://coveralls.io/r/campaignmonitor/createsend-python).
6
6
4. Ensure that all tests pass, by running `rake`.
7
7
5. It should go without saying, but do not increment the version number in your commits.
8
-
6.[Submit a pull request](https://help.github.com/articles/using-pull-requests).
8
+
6.[Submit a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).
0 commit comments