When contributing to this repository, please first discuss the change you wish to make via an issue.
- via HTTPS:
git clone https://github.com/ummahusla/PotatoCSS.git
- via SSH:
git clone [email protected]:ummahusla/PotatoCSS.git
You can request a new feature by submitting it in the feature
branch.
- Fork it!
- Create your feature branch:
git checkout -b feature/NEW_FEATURE
- Commit your changes:
git commit -am 'Added feature/NEW_FEATURE'
- Push to the branch:
git push origin feature/NEW_FEATURE
- Submit a pull request!
Found a critical bug in the source code or a mistake in the documentation? Please consider submitting a new issue and with a description what went wrong. Moreover, if you know how to fix it, please don't hesitate and send me a Pull Request
.
- Fork it!
- Create your hotfix branch:
git checkout -b hotfix/POTATO_BUG
- Commit your changes:
git commit -am 'Fixed hotfix/POTATO_BUG'
- Push to the branch:
git push origin hotfix/POTATO_BUG
- Submit a pull request!
All current issues are listed here.
Please reference issues by issue id (e.g. #1337
) and write a detailed Pull Request
description.