Contributing
Learn how to contribute to Remède !
Last updated
Was this helpful?
Learn how to contribute to Remède !
Last updated
Was this helpful?
To contribute, you can:
Open an issue ()
Choose an issue or an enhancement idea, fork the repository, resolve it and open a pull request ! ()
Contact us to become part of our team (software@camarm.dev)
So you'll have access to this repository
Open or choose an issue on our
Fork and clone the repository on your computer
Read , and contact us for more informations (at software@camarm.dev).
Make your changes, and separate your work in multiple commits
Open a pull request
Wait and make requested changes
You're now a contributor ! Thank you very much !
You can see some example fo enhancement ideas you can make above.
Remède fetches words from the Wiktionary but sometimes, words are not in our list so, you can add custom words...
You can add custom or missing word in our wordlists with ease.
If it is not referenced on the Wiktionary, add it to data/custom_words.json
as JSON (using Remède Document Schema). The data/custom_words.json
file looks like { "you-word": { /* Remède document */}" }
Don't forget to cite your sources (link of your resources) in sources
field.
Using the script add_word.py
, quickly add you word to the database. It will also add it to the Dataset files.
Remède needs contributors who can add sheets (for french grammar) !
Add a new translation for the interface
Enhance a translation
Or build a new database for a new language !
Full documentation at Translation
Check on the if your word exist (or the Wiktionary in the language you want to add the word).
Check also
You can find a documentation about writing sheets
You can browse the documentation on the left-side menu. Do not hesitate to contact me us at for more information.