summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.adoc
AgeCommit message (Collapse)Author
2022-08-24resolves #4338 recommend separate command to configure install path for ↵Dan Allen
bundle command [no ci]
2021-10-18fix URLs in docsDan Allen
- replace default branch with HEAD where possible (or drop reference, if possible) - use readme anchor to link to README for project on GitHub - use jsdelivr to reference file from repository on GitHub - remove unused badges in README files - make badge for chat consistent across README files
2020-10-31update issue guidelines [skip ci] (PR #3710)Dan Allen
2020-10-05clarify that libxml2 and libxslt development libraries are not requiredDan Allen
2020-04-11clarify instructions about libxml2 and libxslt development packages for ↵Dan Allen
running tests [skip ci]
2020-04-11Add note about Nokogiri dependencies in contributing guide (PR #3617)Max Vilimpoc
2019-10-20Remove "simply" from the contributing guide (PR #3460)Guillaume Grossetie
2017-12-21move yard deps to Gemfile and remove rake taskDan Allen
- move yard deps to Gemfile - unset version of yard and yard-tomdoc - remove yard task from Rakefile - add missing configuration to .yardopts - fix line causing syntax error in CHANGELOG - add info about API docs to CONTRIBUTING
2017-09-19rename license text file to LICENSE [skip ci]Dan Allen
- rename license text file to LICENSE to GitHub recognized it - no change to the license itself - only the format of the license file has been changed
2016-11-29upgrade Nokogiri to 1.6.x (except on Ruby 1.8) (PR #1213)Dan Allen
- add NOKOGIRI_USE_SYSTEM_LIBRARIES=true env variable in CI - recommend NOKOGIRI_USE_SYSTEM_LIBRARIES=true env variable when running bundle - use Gemfile to downgrade Nokogiri if Ruby < 1.9.2
2016-04-22Fix step number references (#1734)Volker Diels-Grabsch
2015-12-29update contributing guidelinesDan Allen
- document how to install Bundler if the bundle command is missing - recommend using the pattern issue-XYZ for the name of the topic branch
2015-10-27Updated contributing guide to provide links to background knowledge.Matthew Savage
Fixes #1549
2015-10-06document how to use Asciidoctor in development modeDan Allen
- document that the asciidoctor command can be called directly - change attribute scheme - minor content update
2015-07-09add License Agreement section to CONTRIBUTING.adocDan Allen
2014-12-17use modern syntax in CONTRIBUTING; add note about verbose modeDan Allen
2014-10-10add reference to a workflow for pull requestsDan Allen
2014-08-28shift section levels in CONTRIBUTING.adocDan Allen
2014-08-02README revisionsDan Allen
* trim down API section * new screenshot * add Asciidoctor Project to copyright * cleanup attribute names for uris * copy edits * AsciiDoc formatting
2014-08-02Keep the URIs DRY and add suffix -uriGuillaume Grossetie
2014-08-02Rework the READMEGuillaume Grossetie
* Move contributing docs to CONTRIBUTING.adoc * Concise sentences to reduce README length * Move Contributing section below Usage * Merge Operating Systems section and Dependency and Configuration Requirements into Requirements