summaryrefslogtreecommitdiffstats
path: root/vendor/unicode-bom/CONTRIBUTING.md
blob: 7701e0cf1c97c883d1851da436c9237326e9aeab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contribution guidelines

* Make sure all of the tests pass:

  ```
  cargo t
  ```

* New code must have new unit tests.

* Format the code:

  ```
  cargo fmt
  ```

* Adhere to the coding conventions
  used elsewhere in the codebase.

* Update the [readme file](README.md) if necessary.