From b0df50f0039b117b31ffcda8e8eb30db7343f5c0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Oct 2016 16:51:26 +0200 Subject: Minor changes to CONTRIBUTING.md. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97976fa09..82a0a8866 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,7 +124,7 @@ Please follow these guidelines: below under [Tests](#tests).) If you are adding a new writer or reader, you must include tests. -7. If you are adding a new feature, include updates to the README and MANUAL. +7. If you are adding a new feature, include updates to MANUAL.txt. 8. All code must be released under the general license governing pandoc (GPL v2). @@ -152,7 +152,7 @@ Tests can be run as follows: or, if you're using [stack], - stack init + stack setup stack test The test program is `tests/test-pandoc.hs`. -- cgit v1.2.3