If you have questions about how to install or use ThesauRex, please send us an email.
- The issue template can be found here. Please always use the issue template when reporting issues.
- Please search the existing issues first, it's likely that your issue was already reported or even fixed.
- Click Issues and type any word in the top search/command bar.
- You can also filter by appending e. g.
label:to-do
to the search string. - More info on search syntax within github
- Report the issue using our template, it includes all the information we need to track down the issue.
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
Use your real name (sorry, no pseudonyms or anonymous contributions).
If you set your user.name
and user.email
git configs, you can sign your
commit automatically with git commit -s
. You can also use git aliases
like git config --global alias.ci 'commit -s'
. Now you can commit with
git ci
and the commit will be signed.