Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

38 lines (21 loc) · 1.5 KB

Contributing

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.

  1. Create a fork in your own Github account.
    • Repo forks
  2. Set the project up locally or on Github Pages - see the Development doc instructions.
  3. Switch to a feature branch on your fork.
  4. Test your changes.
  5. Create a Pull Request on your repo which points to the original repo's master branch.