FoliCon Help

Code Contribution

Feel free to contribute to the project by opening a pull request. Please make sure to follow the existing code style of the project.

General Guidelines

  1. Fork the repository

  2. Clone your fork: git clone <your-fork-url>

  3. Create a new branch from the master branch: git checkout -b <branch-name>

  4. Make your changes

  5. Commit your changes: git commit -am 'Add some feature'

  6. Push to the branch: git push origin <branch-name>

  7. Submit a pull request

  8. Wait for the pull request to be reviewed and merged

  9. Celebrate 🎉

PR merge celebration gif
Last modified: 24 July 2024