-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'add-contributing-docs'
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters