Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.03 KB

If you're interested in contributing and making tessen better, please ensure that

  • you've opened a ticket or an issue if you think you've found a bug or opened a discussion if you want to add a new feature

  • your bash code doesn't trigger errors or warnings from shellcheck

    if you've used # shellcheck disable, there should be a compelling reason for it

  • your bash code has been formatted using shfmt with the following settings

    -s -i 2 -ci -sr -bn

Please raise a ticket on SourceHut or an issue on Codeberg or GitHub for reporting bugs. If you have any questions or other comments, send an email on SourceHut or start a discussion on GitHub.

Thanks!