Skip to content

Commit

Permalink
Add link to issue reference for convenience in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
GitHub doesn't automatically link to issues or pull requests when
using the #N format which works in comments.
  • Loading branch information
aplaice authored and axelboc committed Dec 29, 2019
1 parent feb1107 commit 873901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Anki requires each note to have a unique identifier. When you add a note to the

### Quotes normalisation

Anki Deck Manager has a very specific way of wrapping fields with double quotes in `data.csv` to escape special characters (cf. #129). Whether you edit the file by hand or through an editor, chances are you won't end up with double quotes in the same places. If you commit the file as is, the diff will be cluttered with changes that have nothing to do with your edits. To avoid this, run `composer index` before commiting your changes. This command has the side effect of normalising the escaping of fields in the entire file.
Anki Deck Manager has a very specific way of wrapping fields with double quotes in `data.csv` to escape special characters (cf. [#129](https://github.com/axelboc/anki-ultimate-geography/issues/129)). Whether you edit the file by hand or through an editor, chances are you won't end up with double quotes in the same places. If you commit the file as is, the diff will be cluttered with changes that have nothing to do with your edits. To avoid this, run `composer index` before commiting your changes. This command has the side effect of normalising the escaping of fields in the entire file.

## Maintainer's guide

Expand Down

0 comments on commit 873901a

Please sign in to comment.