Skip to content

Guide to contributing to a GitHub project

Yan Justino edited this page Dec 26, 2019 · 1 revision

This is a guide to contributing to this open source project that uses GitHub. It’s mostly based on how many open sorce projects operate. That’s all there is to it. The fundamentals are:

  • Fork the project & clone locally.
  • Create an upstream remote and sync your local copy before you branch.
  • Branch for each separate piece of work.
  • Do the work, write good commit messages, and read the CONTRIBUTING file if there is one.
  • Push to your origin repository.
  • Create a new PR in GitHub.
  • Respond to any code review feedback.

If you want to contribute to an open source project, the best one to pick is one that you are using yourself. The maintainers will appreciate it!

Locales Avaliables

Polyjuice is avaliable in PT-BR and Generic Values. New versions will bring more locale values. Help us!

Roadmap

Feature Date
Ergo Sum 2020 - firstQ
More locales 2020
  • Ergo Sum - It's a feature to auto fill Models.
  • More locales - USA,

Clone this wiki locally