summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix git command in DCO sign-off exampleEd Morley2017-08-041-1/+1
| | | | | | | | | | | Previously the first dash in `--amend` was a unicode en dash (U+2013) rather than a hyphen, which results in the confusing: ``` $ git commit –-amend -s error: pathspec '–-amend' did not match any file(s) known to git. ``` Signed-off-by: Ed Morley <edmorley@users.noreply.github.com>
* Updates to the DCO wording based on feedbackdcoTim Smith2016-10-031-25/+8
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update contributing doc for the DCOTim Smith2016-10-021-15/+71
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Updates to the Contributing process documentBrittany Smith2016-09-251-20/+20
| | | | Paired with @tas50 to update the contributing process document for clarity.
* Remove the Github queriesTim Smith2016-09-221-9/+0
| | | | | | These don't really fit in a contributing doc for the project as a whole Signed-off-by: Tim Smith <tsmith@chef.io>
* Improvements to the contributing docTim Smith2016-09-221-16/+11
| | | | | | | | Make it a bit more generic to Chef projects. Mention how to report security issues Mention the feedback site Signed-off-by: Tim Smith <tsmith@chef.io>
* Additional readme updatesTim Smith2016-08-101-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Replace IRC with SlackTim Smith2016-08-081-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Format markdown and rewrite release cycle sectionTim Smith2016-08-081-95/+48
| | | | | | It described our old process of alpha / beta releases on a 3 month cycle. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update contributing doc to better reflect realityTim Smith2016-05-201-38/+3
| | | | | | | Point to the new mailing list Remove the issue template since that's handled automatically now Remove office hours since we're not doing that anymore https a few more URLs
* Update URLs to chef.ioTim Smith2015-09-291-18/+18
|
* Fix awkward wording in the contributing docTim Smith2015-09-261-7/+3
|
* Clarify where issues should be filedmmzyk2015-01-221-0/+3
| | | | | | This should help people figure out the appropriate place to open an issue so they don't have to experience opening an issue to only have it be closed and then told to reopen it somewhere else.
* Fix rubygems provider to use https instead of http.Nathan Cerny2014-11-131-1/+1
|
* Directly pushing the forgotten introduction paragraph to useful github queries.Serdar Sutay2014-10-081-0/+2
|
* Add some useful github queries.sersut/useful-github-queriesSerdar Sutay2014-10-071-0/+7
|
* Update wording based on feedback.Julian C. Dunn2014-08-181-1/+1
|
* Update CLA links to SupermarketJulian C. Dunn2014-08-181-3/+1
|
* Adds Supermarket CLA linksChristopher Webber2014-08-051-4/+4
| | | | | This commit removes the echosign links and replaces them with the Supermarket CLA links.
* office hours -> developer office hoursBryan McLellan2014-07-031-4/+4
|
* Add note about office hours to CONTRIBUTING.mdBryan McLellan2014-06-271-0/+10
|
* Finalize CONTRIBUTING.md document.sersut2014-06-161-4/+0
|
* Typo fix ups.sersut2014-06-041-5/+5
|
* Minor updatesBryan McLellan2014-06-031-20/+24
|
* Language updates and PR comments.sersut2014-06-031-5/+35
|
* Update CONTRIBUTING.mdBryan McLellan2014-06-031-14/+16
| | | Minor updates to language
* Update CONTRIBUTING.md per new Github process.sersut2014-05-281-100/+105
|
* Opscode->Chef, typos, grammarBryan McLellan2014-02-271-6/+6
|
* New policy files for Chef CLient.sersut2014-02-271-1/+1
| | | | | | | CHANGELOG.md: One line description of the changes. RELEASE_NOTES.md: Important changes and breaking changes that needs to be called out in more detail in Release Notes. DOC_CHANGES.md: Required doc changes in chef-docs. CONTRIBUTIONS.md: One line description of the contributions with contributor info.
* Normalize whitespace on all filesSeth Vargo2013-09-261-12/+12
|
* Fix incorrect link syntax in CONTRIBUTINGBryan McLellan2012-12-141-1/+1
|
* Update contributing for new code review workflowBryan McLellan2012-12-141-2/+5
|
* New CONTRIBUTING.md fileBryan McLellan2012-09-181-0/+152
Initial brain dump of information relevant to contributing