Skip to content

Commit

Permalink
Merge branch 'add-contributing-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 30, 2024
2 parents fce72ad + e0d4210 commit d133394
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Notes for developers

Please read this before hacking on/contributing to `unicop`.


## Run tests

The directory [`example-files/`](example-files/) contain files for various programming languages and with various
"bad" unicode in them. These can be used to test out `unicop` while developing.

Automatic tests also run against these to verify the output of `unicop` stays consistent, and the correct
issues are raised.

## Git commit style

Please follow the guidelines at https://cbea.ms/git-commit/ for git commit message style. There is a CI
job that will enforce this.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ $ unicop example-files/homoglyph.js example-files/invisible.js

```

## Contributing to unicop

Please see the [contribution](CONTRIBUTING.md) documentation for details on how to understand, build and test
this program, as well as submitting changes.

## Todo

Things left to implement to make this usable
Expand Down

0 comments on commit d133394

Please sign in to comment.