Skip to content
Adán Sánchez de Pedro Crespo edited this page Jan 19, 2014 · 7 revisions

There are many ways to contribute, sending a Pull Request, testing the latest changes in the repository, filling a new issue or just confirming an issue reported by other user. If you have a problem and you are going to create a new issue, first check if another user have not been reported yet an issue similar to the yours, if not create a new issue.

Code

  1. Fork this project
  2. Create a different branch to work on the fix or feature that you will push. (ex: Fix-for-issue-#XXX)
  3. Make your changes on the branch that you created before.
  4. Commit the changes (Try to be descriptive with descriptions on your commits).
  5. Create a Pull Request.
  6. The changes in the Pull Request must be for dev branch, not for master.
  7. Explain as best as you can why and what are the changes in the Pull Request.
  8. Wait for an owners to know if it is good to be landed in Loqui or needs changes.

For more detail, you can read the Basic git guide.

Localization

We have set up a convenient localization platform in http://translate.loqui.im/. Please report a new issue if you need your language to be added.

Reporting an issue

  1. info...

Spread your love

If you have submitted a Pull Request that needs attention and no owners have commented it, ping us (@aesedepece or @Gioyik) and we will take a look the Pull Request as soon as possible.

Clone this wiki locally