On Fri, Feb 15, 2019 at 5:58 AM fou fe <[email protected]> wrote: > Hi there, > > There my translation fr.json and i want to push it. >
Great! > > Somebody tell me how to do it or can push it for me please ? > I used check-translation.py to test it. > Glad you were able to use that utility. > > Have you some tips or tutorial or doc for newbie dev ? > > In general the Guacamole project uses Github forks and pull requests to handle contributions. So, to contribute this to the project, you should: - Create an issue in the Guacamole JIRA instance for the change ( https://issues.apache.org/jira/projects/GUACAMOLE/summary) - Fork the guacamole-client repository on Github. - Check out a branch for your changes. - Make the changes and put in new commits. All of your commits should be tagged with the JIRA issue (GUACAMOLE-XXX: Commit message here). - Push the changes to your copy of the repository - Submit a pull request for the changes against the apcahe/guacamole-client repository. The pull request will be reviewed and, pending approval by one of the project committers, will be merged into the repository. There are a few pages that cover guidelines: http://guacamole.apache.org/open-source/ In particular, please pay attention to the style guidelines - the code will not be merged if style does not match that used throughout the rest of the project: http://guacamole.apache.org/guac-style/ -Nick
