Contributing
May 22, 2020 ยท View on GitHub
How to improve this project
Either raise things you think need improving, or make a change and submit it.
Tweepy Discord
If you have a very specific problem to solve, consider asking on the Tweepy Discord channel #support section.
If want a tutorial on how to do Direct Messages with Tweepy and this is not covered in this guide yet, then make a request using Issues.
Issues
To request new content or fixes, create an issue on Github here:
Please use the labels provided - usually enhancement, bugfix or docs.
Note that any new functionality or bugs around Tweepy itself should go directly to the Tweepy repo issues or the Discord channel.
Submit changes
How to submit a Pull Request
Note: If you are unsure if a change is needed or how to do it, create an issue first and we can discuss it there.
- Create a fork in your own Github account.
- Set the project up locally or on Github Pages - see the Development doc instructions.
- Switch to a feature branch on your fork.
- Test your changes.
- Create a Pull Request on your repo which points to the original repo's
masterbranch.