Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1021 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1021 Bytes

Testing locally

To learn how to run the tests from Github actions locally in containers, see containers.

Spelling

One of the GitHub actions checks spelling using codespell. If you need to ignore some words, such as variable names or words in languages other than English, add them to file codespell_ignore_words.txt.

Note that codespell expects words to be lower case:

Important note: The list passed to -I is case-sensitive based on how it is listed in the codespell dictionaries.

After installing codespell, you can run it from the command line as:

codespell -I .github/codespell_ignore_words.txt

Release process

The release process is described in OpenSC wiki

TODO tarball signing: OpenSC#1129