aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2025-05-10CONTRIBUTING: fix link to discussion forum. (#10834)R. N. West (Nat)
2024-09-08Add to cli options seciton in CONTRIBUTING.John MacFarlane
2024-09-08CONTRIBUTING.md: summarize steps for adding new cli option.John MacFarlane
2024-01-05Replace references to pandoc-discuss with GitHub discussions.John MacFarlane
2023-04-17CONTRIBUTING.md: update info on ghc versions.John MacFarlane
2023-01-11Removed obsolete Templates section in CONTRIBUTING.md.John MacFarlane
2021-06-07CONTRIBUTING.md: update modules overviewAlbert Krewinkel
2021-03-17Benchmark improvements.John MacFarlane
* 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 Krewinkel
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2021-01-12CONTRIBUTING: note on GNU xargsJohn MacFarlane
2020-12-18New advice for pre-commit filter.John MacFarlane
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 Wuethrich
2020-11-27CONTRIBUTING: add section "How can I help?" (#6892)Albert Krewinkel
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 MacFarlane
2020-11-16CONTRIBUTING: describe hlint and how it's used (#6840)Albert Krewinkel
2020-09-01Remove Circle CI badge, referencesAlbert Krewinkel
CI checks run on GitHub Actions now.
2020-08-01Fix typo in CONTRIBUTING.md (#6584)Dmitry Volodin
Againt -> against And use GitHub instead of github everywhere
2020-07-02CONTRIBUTING.md: Advertise the official nightlies in GitHub actions.John MacFarlane
Replaces #6500, thanks to @ickc.
2019-10-16Add info about command test naming to CONTRIBUTINGFlorian B
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 MacFarlane
2019-07-19CONTRIBUTING: make clear that `--accept` works for all golden tests...John MacFarlane
not just docx.
2019-07-19CONTRIBUTING.md: mention command tests.John MacFarlane
2019-07-19Improve CONTRIBUTING.md with information on tests (#5652)Agustín Martín Barbero
from INSTALL.md and [elsewhere](https://github.com/jgm/pandoc/pull/4383#issuecomment-367379040)
2019-03-27Drop support for ghc < 8.John MacFarlane
2019-03-27CONTRIBUTING: replace reference to travis with circleci.John MacFarlane
2018-09-07CONTRIBUTING.md: link to lua-filters repository.John MacFarlane
See #4874.
2018-08-21Fix mistake in REPL instructions for stack. (#4849)Brian Leung
2018-07-02More spellcheckAlexander Krotov
2018-06-29Update list of supported ghc versions.John MacFarlane
2018-04-23CONTRIBUTING.md: added note about --trace.John MacFarlane
2018-01-28CONTRIBUTING.md: label was renamed. (#4310)Adam Brandizzi
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 Cheung
2017-10-26CONTRIBUTING.md: update reference to a deprecated argKolen Cheung
2017-10-26CONTRIBUTING.md: general proofreadKolen Cheung
grammar, uniform style, etc.
2017-10-26CONTRIBUTING.md: sync a quote from MANUAL.txtKolen Cheung
2017-10-26CONTRIBUTING.md: add linksKolen Cheung
2017-03-01Fixed typos in CONTRIBUTING.md (#3479)Wandmalfarbe
2017-02-26Fixed typo in CONTRIBUTING.md.John MacFarlane
Introduced by 9d91b8825f6338e415eceb1163bba95d3178a49a.
2017-02-26CONTRIBUTING.md add "ask on pandoc-discuss"Mauro Bieg
2017-02-25Fix stale references to `tests` directory (#3469)Or Neeman
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 MacFarlane
2017-01-25CONTRIBUTING: instructions for building weigh-pandoc.John MacFarlane
2017-01-25Removed PROFILING, added profiling info to CONTRIBUTING.md.John MacFarlane
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane
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 Krewinkel
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)ickc
- 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 MacFarlane
2016-09-02Bump supported ghc version in CONTRIBUTING.md.Jesse Rosenthal
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel