If you have an idea of a feature you wish to impelement, please create an issue for it first, so we can discuss it.
If you find a bug, please create an issue for it first, so we can discuss it.
- Fork this repository
- Clone your forked repository
- Create a new branch for your feature/bug fix with name
feature-<feature-name>
orbug-<bug-name>
- Make your changes
- Commit your changes
- Push your changes to your forked repository
- Create a pull request to this repository
- Wait for your pull request to be reviewed and merged
- Celebrate 🎉
- tag me at @popestrings on twitter
- tag me at fola-oluwafemi on Linkedin
- Repeat
- Profit from life
- Buy me a coffee ☕
Note that your pull request will be reviewed and merged if it meets the following criteria:
- It is not a duplicate of an existing issue
- It is not a duplicate of an existing pull request
- It is not a duplicate of an existing feature/bug fix
- Your code implementation follows these guidelines
- It does not break existing features (unless properly discussed)