we're thrilled to have you contribute to safetext! your efforts help enhance a powerful tool for content moderation.
- create a folder: make a new folder in the
languages
directory with the ISO 639-1 code of the language (e.g.,fr
for French). - add
words.txt
: in this folder, add awords.txt
file containing a list of profanity words/phrases, one per line.
- improve a language's
words.txt
by adding new words or refining the list by removing false positives.
- use the discussions section for bug reports, feature requests and any questions.
- share your feedback or suggestions to help us improve.
- fork the repo: click 'Fork' on GitHub to copy the repository.
- create a branch: make a branch in your fork, e.g.,
add-spanish
. - make changes: update or add files.
- commit: commit your changes with a clear message.
- push: upload your changes to your Github fork.
- open a PR: go to the original
safetext
repository, click 'New Pull Request', pick your branch, then submit it with a clear description of your changes.
Contributions are under the MIT License.