code-pull-requestContribute


This category is made to explain how to add functionalities to Dispy so you don't code blind.

How to make a Pull Request?

Before doing some modifications, I really recommend you to make an issue on the github talking about the modifications you wanna make. (to not waste your time)

  1. Create a branch (git checkout -b featureName) with an unique name.

  2. Commit your Changes (git commit -m "description")

  3. Push to the Branch (git push origin featureName)

  4. Open a pull request.

If this doesn't help you, this videoarrow-up-right might.

Articles

There is 1 article at the moment, more will be added.

Adding an API functionchevron-right

Last updated