summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: f2af1cc616ed6d6f14f96d0512a13a06a3d38450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
If you're interested in contributing and making [tessen](https://github.com/ayushnix/tessen) better,
please ensure that

- your bash code doesn't trigger errors or warnings from
  [shellcheck](https://github.com/koalaman/shellcheck)

  if you've used `# shellcheck disable` in your bash code, there should be a very good reason for it

- your bash code has been formatted using [shfmt](https://github.com/mvdan/sh) with the following
  settings

  `-i 2 -ci -sr -bn`

Please raise an [issue](https://github.com/ayushnix/tessen/issues/new/choose) if you have any
questions.

Thanks!