summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2016-08-16Remove broken Bitdeli badge from README.mdAnthony Fok
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-04-15Improve build labels in READMEBjørn Erik Pedersen
2016-04-10Add GoDocs badgeBjørn Erik Pedersen
2016-04-09docs: Document how to install dependencies for testsAditya Bhargava
Fixes #919
2016-04-09docs: Remove remaining Mercurial referencesdigitalcraftsman
2016-04-08docs: Add "How to contribute to Hugo" tutorialdigitalcraftsman
2016-04-08docs: Use HTTPS links in README where appropriateNik Nyby
2016-04-07Remove Wercker badgeBjørn Erik Pedersen
See #2054
2016-03-17Revert "Add Codebeat badge"Bjørn Erik Pedersen
Will have to review the rules on this code report before people start sending PRs based on this. This reverts commit c50c66879d7140311bcd6bfcb3fb5122d2b3f809.
2016-03-17Add Codebeat badgeTomasz Korzeniowski
2016-03-17Add Go Report Card badge to READMEBjørn Erik Pedersen
2016-03-15Remove CircleCI badge for nowBjørn Erik Pedersen
2016-03-11Add package prefix to the commit message guidelinesBjørn Erik Pedersen
2016-02-17Go 1.6 is out!Bjørn Erik Pedersen
2016-02-13Link Gitter as Dev Chat in READMEdigitalcraftsman
2016-02-13Restore the wercker status badge to original small sizeAnthony Fok
Fix my brown paper bag bug in commit a0eec02. Sorry for not double-checking before pushing!
2016-02-13Set the wercker badge to track the aaster branch onlyAnthony Fok
2016-02-10Fix git commit blog article linkMorton Fox
The blog article linked in the README misses the trailing forward slash which produces a 404 error instead of redirecting to the correct URL.
2016-02-06Fix README.md to list the correct -ldflags for Go 1.5+Michael Faille
Also remove extraneous trailing space (whitespace-mode from emacs). See also #1365
2016-02-05Revise README.md emphasizing "good commit message"Anthony Fok
plus some trivial changes.
2016-02-05Update Travis CI status in README.md to track master branch onlyAnthony Fok
2016-01-03Change Gitter badge to "gitter | dev chat" in README.mdAnthony Fok
using the badges-as-a service provided by Shields.io
2015-12-08Update "Join Chat" to "Dev Chat"Steve Francia
2015-11-20fixed documentation linkkmonsoor
2015-11-15Emphasize that commit message titles should start with a capital letterBjørn Erik Pedersen
2015-11-07Small Doc ChangesBilly Burrows
2015-11-07Cosmetic change in README to trigger new buildBjørn Erik Pedersen
2015-10-30Fix missing "]" in README.md in commit 2242712Anthony Fok
2015-10-30Add CircleCI status badge to README.mdAnthony Fok
Also, following the example of title="wercker status", add "title" attribute to the other status badges in order to show tooltips.
2015-10-21Remove anchor from fork link in READMEBjørn Erik Pedersen
2015-10-20Turn all README headlines into imperative modeBjørn Erik Pedersen
This also matches the commit guidelines.
2015-10-20Trim down 'Adding Compile Information to Hugo' in READMEBjørn Erik Pedersen
2015-10-20Improve READMEEthan Madison
All-around improvements to the README. Each sentence now gets its own line to eliminate ultra-long lines in the source (expect in bullet points--separating a bullet point into multiple lines looks weird and decreases readability). HTTPS links are now preferred to HTTP links and used where applicable. Link to Mercurial's website corrected to www.mercurial-scm.org Link to Hugo's docs is now accessible with [Hugo Documentatio][] since it is used more than once in the README. Multiline code blocks are now fenced rather than indented and include syntax highlighting.
2015-10-16Add CLA assist to the contribution workflow in READMESteve Francia
2015-10-16Update README.mdGloria Dwomoh
2015-10-07Remove Go 1.3 from READMEBjørn Erik Pedersen
2015-08-04doc: Strip trailing whitespace; other revisionsAnthony Fok
Make some random and non-comprehensive changes to the template functions documentation to make them more consistent.
2015-07-24Remove point 7 in contributors guideBjørn Erik Pedersen
It makes sense on its own, but it contradicts 6). We need to revisit this one to make it more clear/better.
2015-07-24Make small fixes to README fileScott C Wilson
- Add a step to Contributor instructions for those modifying commands - Change forum link to http (https does not work) - Add "Sign the forum release thread" to contributor instructions
2015-04-06Remove section about the buildDate being configurablebep
It isn't.
2015-04-06Fix README part about missing Windows testsbep
We now have AppVeyor.
2015-04-06Add git commit message guidelinebep
Also rearranged the contribution section to get more attention to the important stuff.
2015-03-14removed duplicate word in readmeVitaly Haritonsky
2015-03-04Tidying the Readme a bit moreSteve Francia
2015-03-04Using a smaller Header ImageSteve Francia
2015-03-04Fixing image in readmeSteve Francia
2015-03-04Restructure top of Readme.mdSteve Francia
2015-03-04Added Gitter badgeThe Gitter Badger
2015-03-04Update Readme.md with additional contribution guidesSteve Francia