TwitterBot welcomes contributions from the community.
Please go through CodeofConduct.md and make sure your interaction with the project complies with our code of conduct.
- On github interface click on
Fork
button. - Clone your fork of this repo.
git clone [email protected]:YOUR_GIT_USERNAME/project_urlname.git
- Enter the directory
cd project_urlname
- Add upstream repo
git remote add upstream https://github.com/author_name/project_urlname
Run git checkout -b my_contribution
Edit the files using your preferred editor.
Ensure code coverage report shows 100%
coverage, add tests to your PR.
Run make docs
to build the docs.
Ensure your new changes are documented.
This project uses conventional git commit messages.
Example: fix(package): update setup.py arguments 🎉
(emojis are fine too)
Run git push origin my_contribution
On github interface, click on Pull Request
button.
Wait CI to run and one of the developers will review your PR.
- Be sure you are looking to add something of substance to this project, not just spam PRs. PRs must meet the Hacktoberfest Quality Standards.
- Verify that you have read the home page, and Readme.md on GitHub. You understand that this project is to connect maintainers with developers, not a way to get all the swag you can.
- Please be available to make changes within 48 hours when requested to do so. If you don't, then your PR may be closed.
- Please fix all issues flagged by the bots, including CodeClimate, GH Actions, Netlify, CircleCI or any others as soon as possible, ideally right away.