-
-
Notifications
You must be signed in to change notification settings - Fork 17
Contributing
Welcome! Thinking about contributing to the development of MenuLibre? There's several ways you can help. Pick the one(s) right for you.
The secret to a high quality project? High quality bug reports that make it easier to identify and resolve bugs. Check out the Issues page to find or submit new issues and help MenuLibre get fixed faster.
Have a fix or new feature in development? Send me a pull request! I'll review and merge or provide feedback to get everything in order. Let's make MenuLibre a better tool for everybody.
Notice a typo? Submit an issue and let me know about it! Want to expand the documentation further. Fork the wiki (instructions below), make your changes, and submit an issue with a link to your branch so I can review and merge.
Adapted from Stack Overflow
-
Manually create a fork of the MenuLibre wiki on your GitHub account:
-
Create a new repository on your GitHub account, called "MenuLibre-Wiki".
-
Clone the MenuLibre Wiki repository to your local machine:
git clone [email protected]:bluesabre/menulibre.wiki.git
-
Remove the original "origin" remote and add your github repository as new "origin":
git remote rm origin
git remote add origin [email protected]:<YOUR_USERNAME>/MenuLibre-Wiki.git
-
-
Make your proposed changes locally, then push them to your GitHub account:
git push -u origin master
-
Submit an issue to the MenuLibre issue tracker so I can review your changes and merge them in. Please be sure to include a link to your repository and describe what you've changed.
MenuLibre translations are managed on Transifex. To contribute, you can submit your translations to Transifex (preferred) or by submitting a pull request on GitHub.
Adapted from GeoNode's Documentation (CC-SA)
The first workflow for contributing to MenuLibre's translations is by using Transifex. The following steps will demonstrate how to update the translations directly on the Transifex website.
- Create your account.
- Go to https://www.transifex.com and click Try it for free and enter the needed information to create your free account.
- Join the MenuLibre project.
- After activating the link you’ve got in your email, you will be asked whether you want to start a new project or to join an existing project.
- Click join an existing project and type menulibre into the search bar. Select the MenuLibre project from the Bluesabre.org organization. You will be directed to the MenuLibre project site on Transifex.
- To join the team, click on the Join team button, then click on the language you want to add a translation in.
- Wait for permission to update translations from the translation leader. You will receive an email or automatically have the ability to submit translations.
- Start a translation.
- Click on the Translate button, then select the language where you want to add a translation.
- Click untranslated and add your translations.
- When finished, be sure to click the green save button at the top right of the screen!
- See your translations in the next release of MenuLibre!
The second workflow for contributing to MenuLibre's translations is by translating the files on your local machine and send the translation to the MenuLibre official repository in GitHub with pull requests.
Using this option it is assumed that you have a local MenuLibre GitHub repository forked.
-
Update (or create from menulibre.pot) your language template in the po/ directory.
-
After you've made your changes, push them to your remote repository using:
$ git commit
$ git push
-
Now make a pull request and I will push your changes to Transifex to be included in the official repository.
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Noncommercial-Share Alike 4.0 International