Contributing

Contributions are always welcome! You can send us any patch you want.

Below we list some steps to make the integration of patches easier.

1) Fork the project

First of all, fork the project. If you don’t have a Github account, please, make one.

Log in Github, go to Should-DSL’s project page, click Fork button.

2) Add the changes to your fork

After forking the project, you will have a should-dsl project under your account.

Clone it, add your changes, commit, commit and push.

$ git clone git://git@github.com:YOURUSERNAME/should-dsl.git
# add changes, commit and etc
$ git push origin master

3) Pull Request

After adding your changes, go to your fork page and click Pull Request button.

Then, add a reasonable message explaining briefly what you have done and why.

After these steps, we will contact you as soon as possible! And if accepted, apply your changes.


Powered by

Table Of Contents

Previous topic

Custom Matchers

Next topic

License

This Page