summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* Fixed typos in CONTRIBUTING.md (#3479)Wandmalfarbe2017-03-01
|
* Fixed typo in CONTRIBUTING.md.John MacFarlane2017-02-26
| | | | Introduced by 9d91b8825f6338e415eceb1163bba95d3178a49a.
* CONTRIBUTING.md add "ask on pandoc-discuss"Mauro Bieg2017-02-26
|
* Fix stale references to `tests` directory (#3469)Or Neeman2017-02-25
| | | | | 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.
* Modified documentation now that submodule fetching isn't needed.John MacFarlane2017-02-20
|
* CONTRIBUTING: instructions for building weigh-pandoc.John MacFarlane2017-01-25
|
* Removed PROFILING, added profiling info to CONTRIBUTING.md.John MacFarlane2017-01-25
|
* Updates to use skylighting rather than highlighting-kate.John MacFarlane2016-12-23
| | | | | | | | 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.
* CONTRIBUTING: Describe labels currently used in issue trackerAlbert Krewinkel2016-12-14
| | | | | The labels have changed over time, the list of labels is updated to reflect the current set of labels used in the issue tracker.
* CONTRIBUTING.md: minor change in wording and punctuation (#3252)ickc2016-11-24
| | | | - 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.
* Minor changes to CONTRIBUTING.md.John MacFarlane2016-10-25
|
* Bump supported ghc version in CONTRIBUTING.md.Jesse Rosenthal2016-09-02
|
* Rename README to MANUAL.txtAlbert Krewinkel2016-07-20
|
* Added info on Stack to CONTRIBUTING.md.John MacFarlane2016-02-05
|
* CONTRIBUTING.md : update test enabling documentationMathieu Duponchelle2016-02-05
| | | | 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 :)
* Small tweak on CONTRIBUTING.md.John MacFarlane2015-10-10
|
* Added note to CONTRIBUTING.md about ghc versions and travis.John MacFarlane2015-08-15
|
* Clarified what is "out of scope" in README and CONTRIBUTING.md.John MacFarlane2015-08-08
|
* Added section on REPL to CONTRIBUTING.md.John MacFarlane2015-07-15
|
* replace old url with pandoc.orgPablo Rodríguez2015-06-09
|
* Typo on Text.Pandoc.GenericGrégory Bataille2015-04-18
|
* Minor reformatting of CONTRIBUTING.md.John MacFarlane2015-01-03
|
* Updated CONTRIBUTING.md with information about issue tagsMatthew Pickering2015-01-03
|
* Add .editorconfigAlbert Krewinkel2014-04-09
| | | | | | | | Use EditorConfig to define a some basic styling rules for code. This should also help to reduce the number of commits introducing trailing whitespace. See http://editorconfig.org/ for details.
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
| | | | | | | * Text.Pandoc.Writers.Shared contains shared functions used only in writers. * metaToJSON now takes a WriterOptions parameter, and will return an empty object if standalone is not specified.
* Added Text.Pandoc.Asciify utility module.John MacFarlane2013-04-23
| | | | This has functions to create ascii-only versions of identifiers.
* Improved CONTRIBUTING.md.John MacFarlane2013-04-14
|
* Added CONTRIBUTING.md.John MacFarlane2013-04-14