Skip to content

Commit

Permalink
Added hint for signed commits in contribution docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Oct 5, 2024
1 parent 065c5cb commit 723c93b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

First off, thanks for taking the time to contribute!

This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are
expected to uphold this code. Please report unacceptable behavior to [email protected].

The following is a set of guidelines for contributing to Ueli. These are just guidelines, not rules, use your best judgment and feel free to propose changes to this document in a pull request.
The following is a set of guidelines for contributing to Ueli. These are just guidelines, not rules, use your best
judgment and feel free to propose changes to this document in a pull request.

## Issues

Expand All @@ -24,8 +26,14 @@ Please create one PR per purpose. If you want to fix multiple things, create sep

### Languages

We accept pull requests only in English. When a pull request is posted in a language besides English, it will be rejected.
We accept pull requests only in English. When a pull request is posted in a language besides English, it will be
rejected.

### Coding style

Please use [eslint](.eslintrc.json) to verify that your contribution matches our coding style. Additionally, we use [prettier](.prettierrc) to auto-format the code. All pull requests that don't match the coding style won't be accepted.
Please use [eslint](.eslintrc.json) to verify that your contribution matches our coding style. Additionally, we use
[prettier](.prettierrc) to auto-format the code. All pull requests that don't match the coding style won't be accepted.

### Commit signing

Make sure all commits are signed. Pull requests that contain unsigned commits won't be accepted.

0 comments on commit 723c93b

Please sign in to comment.