- Fork the repository.
- Clone the repository using
git clone https://github.com/{yourUsername}/ickle.git
-
If you're planning to implement a new feature please discuss with us before you start coding so you won't end up working on something that we don't want to implement. Create an Issue with proper name and content for discussion.
-
Need help in understanding the code? Reach out via Email or Discord -
carishma#3453
-
For Contributing to this repository
- Fork the repository.
- Create a branch with the name of the feature you're working on (e.g.
to-json
). - Once you're done make a pull request from your new branch to our
develop
branch. (Read the Local Development section above for local setup guidelines)
- Please write comments wherever necessary.
- Write unit tests wherever possible.
- Please write proper commit messages explaining your changes.