blob: cc2d4cd162e20ba1269b0047c32418cb8961640a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
If you're interested in contributing and making [tessen][1] 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][2]
if you've used `# shellcheck disable`, there should be a compelling reason for it
- your bash code has been formatted using [shfmt][3] with the following settings
`-s -i 2 -ci -sr -bn`
Please raise a [ticket on SourceHut][4] or an issue on [Codeberg][5] or [GitHub][6] for reporting
bugs. If you have any questions or other comments, [send an email on SourceHut][7] or [start a
discussion on GitHub][8].
Thanks!
[1]: https://sr.ht/~ayushnix/tessen
[2]: https://github.com/koalaman/shellcheck
[3]: https://github.com/mvdan/sh
[4]: https://todo.sr.ht/~ayushnix/tessen
[5]: https://codeberg.org/ayushnix/tessen/issues
[6]: https://github.com/ayushnix/tessen/issues
[7]: mailto:~ayushnix/tessen@lists.sr.ht
[8]: https://github.com/ayushnix/tessen/discussions
|