Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 1.35 KB

Submitting issues

If you have questions about how to install or use ThesauRex, please send us an email.

Short version

Guidelines

  • Please search the existing issues first, it's likely that your issue was already reported or even fixed.
    1. Click Issues and type any word in the top search/command bar.
    2. You can also filter by appending e. g. label:to-do to the search string.
    3. 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.