aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorFilesLines
2021-06-07CONTRIBUTING.md: update modules overviewAlbert Krewinkel1-5/+6
2021-03-17Benchmark improvements.John MacFarlane1-3/+0
* Build `+RTS -A256m -RTS` into default ghc-options for benchmark, so we don't have to specify this separately on the command line. This is necessary to get accurate benchmark results; otherwise we are largely measuring garbage collecting, some not related to the current benchmark. * Switch back from gauge to tasty-bench. * Allow specifying BASELINE file in 'make bench' for comparison (otherwise the latest is chosen by default). * Remove obsolete reference to weigh-pandoc from CONTRIBUTING.md. * Remove `-Rghc-timing` from 'make bench'.
2021-03-16CONTRIBUTING: suggest using a `cabal.project.local` file (#7153)Albert Krewinkel1-3/+10
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-8/+8
2021-01-12CONTRIBUTING: note on GNU xargsJohn MacFarlane1-0/+3
2020-12-18New advice for pre-commit filter.John MacFarlane1-1/+2
Without `--diff-filter=MA` it will try to lint deletions, and fail because the file is not present.
2020-12-18Fix typo in CONTRIBUTING.mdBenjamin Wuethrich1-1/+1
2020-11-27CONTRIBUTING: add section "How can I help?" (#6892)Albert Krewinkel1-5/+68
Also adds a paragraph aimed at highlighting the importance of feature maintenance.
2020-11-25Fix pre-commit hook so it doesn't catch .latex+lhs extensions.John MacFarlane1-1/+1
2020-11-16CONTRIBUTING: describe hlint and how it's used (#6840)Albert Krewinkel1-0/+27
2020-09-01Remove Circle CI badge, referencesAlbert Krewinkel1-1/+1
CI checks run on GitHub Actions now.
2020-08-01Fix typo in CONTRIBUTING.md (#6584)Dmitry Volodin1-4/+3
Againt -> against And use GitHub instead of github everywhere
2020-07-02CONTRIBUTING.md: Advertise the official nightlies in GitHub actions.John MacFarlane1-3/+9
Replaces #6500, thanks to @ickc.
2019-10-16Add info about command test naming to CONTRIBUTINGFlorian B1-0/+3
Added a paragraph about naming conventions for tests in `test/command/` to the contributors guide. Advises to include issue number and/or feature being tested.
2019-09-05Small cleanups in Makefile.John MacFarlane1-4/+3
2019-07-19CONTRIBUTING: make clear that `--accept` works for all golden tests...John MacFarlane1-6/+8
not just docx.
2019-07-19CONTRIBUTING.md: mention command tests.John MacFarlane1-1/+2
2019-07-19Improve CONTRIBUTING.md with information on tests (#5652)Agustín Martín Barbero1-0/+29
from INSTALL.md and [elsewhere](https://github.com/jgm/pandoc/pull/4383#issuecomment-367379040)
2019-03-27Drop support for ghc < 8.John MacFarlane1-1/+1
2019-03-27CONTRIBUTING: replace reference to travis with circleci.John MacFarlane1-2/+1
2018-09-07CONTRIBUTING.md: link to lua-filters repository.John MacFarlane1-0/+7
See #4874.
2018-08-21Fix mistake in REPL instructions for stack. (#4849)Brian Leung1-1/+1
2018-07-02More spellcheckAlexander Krotov1-1/+1
2018-06-29Update list of supported ghc versions.John MacFarlane1-5/+2
2018-04-23CONTRIBUTING.md: added note about --trace.John MacFarlane1-0/+4
2018-01-28CONTRIBUTING.md: label was renamed. (#4310)Adam Brandizzi1-2/+2
See https://groups.google.com/forum/#!msg/pandoc-discuss/mrFsj5RzNFA/Pnd3zubWBwAJ;context-place=searchin/pandoc-discuss/%22good$20first$20issue%22%7Csort:date
2017-10-26partially undo b851c2aKolen Cheung1-1/+1
2017-10-26CONTRIBUTING.md: update reference to a deprecated argKolen Cheung1-1/+1
2017-10-26CONTRIBUTING.md: general proofreadKolen Cheung1-12/+10
grammar, uniform style, etc.
2017-10-26CONTRIBUTING.md: sync a quote from MANUAL.txtKolen Cheung1-4/+4
2017-10-26CONTRIBUTING.md: add linksKolen Cheung1-10/+15
2017-03-01Fixed typos in CONTRIBUTING.md (#3479)Wandmalfarbe1-2/+2
2017-02-26Fixed typo in CONTRIBUTING.md.John MacFarlane1-1/+1
Introduced by 9d91b8825f6338e415eceb1163bba95d3178a49a.
2017-02-26CONTRIBUTING.md add "ask on pandoc-discuss"Mauro Bieg1-1/+7
2017-02-25Fix stale references to `tests` directory (#3469)Or Neeman1-2/+2
Some of the benchmarks were failing due to references to files in the `tests` directory, which is now called `test`. A search found other references to it also. This commit updates all these references.
2017-02-20Modified documentation now that submodule fetching isn't needed.John MacFarlane1-15/+17
2017-01-25CONTRIBUTING: instructions for building weigh-pandoc.John MacFarlane1-0/+5
2017-01-25Removed PROFILING, added profiling info to CONTRIBUTING.md.John MacFarlane1-0/+17
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-1/+1
So far this just reproduces capacity. Later we'll be able to add features like warning messages, dynamic loading of xml syntax definitions, and dynamic loading of themes.
2016-12-14CONTRIBUTING: Describe labels currently used in issue trackerAlbert Krewinkel1-17/+25
The labels have changed over time, the list of labels is updated to reflect the current set of labels used in the issue tracker.
2016-11-24CONTRIBUTING.md: minor change in wording and punctuation (#3252)ickc1-13/+13
- em-dash should be used here, not en-dash (which is for, e.g., ranges). - unicode em-dash is used because GitHub don’t do SmartyPants on dashes.
2016-10-25Minor changes to CONTRIBUTING.md.John MacFarlane1-2/+2
2016-09-02Bump supported ghc version in CONTRIBUTING.md.Jesse Rosenthal1-1/+1
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel1-4/+4
2016-02-05Added info on Stack to CONTRIBUTING.md.John MacFarlane1-4/+24
2016-02-05CONTRIBUTING.md : update test enabling documentationMathieu Duponchelle1-0/+1
On my end, in a clean sandbox, I had to run this before I could run the tests, I'm a cabal / haskell noob so that might not be the best way to do so but :)
2015-10-10Small tweak on CONTRIBUTING.md.John MacFarlane1-4/+5
2015-08-15Added note to CONTRIBUTING.md about ghc versions and travis.John MacFarlane1-0/+7
2015-08-08Clarified what is "out of scope" in README and CONTRIBUTING.md.John MacFarlane1-0/+26
2015-07-15Added section on REPL to CONTRIBUTING.md.John MacFarlane1-0/+14