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

Submit a contribution

  1. Fork the repository on GitHub.

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

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

  4. Make your changes, following the existing code style.

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

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

  7. Submit a pull request against the master branch.

  8. The CI/CD pipeline will run automated checks on your PR. Wait for them to pass and for the review to complete.

  9. Celebrate 🎉

PR merge celebration gif
30 August 2026