Dispy Documentation
  • Documentation
    • Getting started
      • Installation
      • Create a bot
    • Examples
  • Informations
    • Contribute
      • Adding an API function
    • Changelogs
      • 0.1.1
      • 0.1.0.7
      • 0.1.0.6
      • 0.1.0.5
      • 0.1.0
      • 0.0.1
    • Roadmap
    • Support
Powered by GitBook
On this page
  • How to make a Pull Request?
  • Articles
  1. Informations

Contribute

Last updated 2 months ago


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. Fork the .

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

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

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

  5. Open a pull request.

If this doesn't help you, this might.

Articles

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

repository
video
Adding an API function