summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2018-05-01Update CONTRIBUTING.mdAdam Jones
Fix typos, simplify language
2018-01-23Add some general code contribution criteriasBjørn Erik Pedersen
2018-01-11Update CONTRIBUTING.mdVas Sudanagunta
2017-10-21Update CONTRIBUTING to reflect Go DepBjørn Erik Pedersen
Closes #3988
2017-10-05Add mage installation step to CONTRIBUTING.mddigitalcraftsman
2017-10-05Change last 'make' statements to 'mage'Hallgeir Holien
2017-10-05Replace make with mageBjørn Erik Pedersen
Fixes #3937
2017-07-28Add -u flag for go get govendor in CONTRIBUTING.mdAnthony Fok
This to to ensure the reader is not stuck with a stale version of govendor where `govendor get` may not actually build/install the final hugo binary. See kardianos/govendor#330
2017-07-21Change "hugodocs" to "hugoDocs" to match GitHub's default URLAnthony Fok
2017-07-19Clarify the repo choice in the contribution guidelinesdigitalcraftsman
2017-07-18Add note about doc-related pull requests in contribution guidedigitalcraftsman
2017-06-17Update links to new discuss URLBjørn Erik Pedersen
2017-06-13Update links in CONTRIBUTING.md due to the org transitiondigitalcraftsman
2017-04-05docs: Properly capitalize GitHubRicardo N Feliciano
2017-03-15docs: Change OS X to macOS in README and CONTRIBUTINGAnthony Fok
2017-03-15docs: Fix CONTRIBUTING.mdAlbert Nigmatzianov
2017-03-14docs: Update contributing guidesCameron Moore
Add vendoring and make targets. Require Go 1.8+ and remove mention of GOPATH (just assume $HOME/go). Due to time contraints, the contributing tutorial was only slightly updated to make obvious corrections. Fixes #3153
2017-02-24docs: Remove waffle.io graph from CONTRIBUTING.mddigitalcraftsman
Fixes #2892
2016-11-04Enhance commit message guidelinesdigitalcraftsman
2016-09-28Contributing: Link the "How to contribute" tutorialdigitalcraftsman
2016-08-16Fix command for getting hugo in CONTRIBUTING.mdStephan Kulla
2016-06-17hugo: Revert git commit message guidelinesCameron Moore
2016-06-16hugo: Update contribution guidelinesCameron Moore
Refactor the contribution guidelines in the README and CONTRIBUTING files. Simplify the contribution guide in the README and move most of the complex stuff into CONTRIBUTING. Add an explicit commit message guidelines section to CONTRIBUTING. Keep all of the guidelines from Chris Beams except for the 72 character line limit (we don't follow that, nor does the Go team). Add three new guidelines: package prefix in subject, references in body, and encouragement of message body in general. Add a new section to CONTRIBUTING on using Git Remotes.
2016-03-11Add package prefix to the commit message guidelinesBjørn Erik Pedersen
2016-02-05Add CONTRIBUTING.mdAnthony Fok
Extracted from the current README.md