Skip to content

Contributing to Fink

A contribution does not need to be necessarily a piece of code -- we welcome new ideas, feedback from your usage of various services, contribution to the documentation... Whether you have a concrete plan or you want to brainstorm, feel free to contact us at contact(at)fink-broker.org, and we will get in touch with you.

Issues & Pull Requests

Feel free to submit ideas, issues and enhancement requests. You will find the code source for all Fink projects in GitHub .

Contributing to code

In general, we appreciate the "fork-and-pull" Git workflow.

  • Fork the repository on GitHub
  • Clone the project to your own machine and set up a new branch
  • Commit changes to your branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!