aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2018-02-12all: restore changes from faulty merge/revertAndrew Bonventre
This reverts commit 3b6abd8a4501d816e80b4d46e6fda4df486ccb66. Change-Id: I8ca100501c1844af78a547989786d14dac6b494a Reviewed-on: https://go-review.googlesource.com/93456 Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-02-12Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre
This reverts commit b83d7f72537bdc0cec2e949d73ae40fbd42b7c63. Reason for revert: wrong branch Change-Id: I28ebb121f7b3e331729e8a6a00961b876f3dd0f2 Reviewed-on: https://go-review.googlesource.com/93455 Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-02-11CONTRIBUTING: remove Pull Request bitBrad Fitzpatrick
Also remove the "Also, please do not post patches on the issue tracker" part, since that didn't seem to reduce the number of patches inlined into bug reports. And now that we accept PRs, people will probably try that first. We'll see. Fixes #23779 Updates #18517 Change-Id: I449e0afd7292718e57d9d428494799c78296a0d2 Reviewed-on: https://go-review.googlesource.com/93335 Reviewed-by: Andrew Bonventre <andybons@golang.org>
2017-07-24.github: recommend 'go bug' when filing an issueJosh Bleecher Snyder
It was released with 1.8, so it should be widely available. Change-Id: I7dcf205009b528071ea63f99cb5da0db183df341 Reviewed-on: https://go-review.googlesource.com/50932 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-02-11doc: improve issue template and contribution guidelinesPaul Jolly
Encourage people towards the various help forums as a first port of call. Better sign-posting will reduce the incidence or questions being asked in the issue tracker that should otherwise be handled elsewhere, thereby keeping the issue tracker email traffic more focussed. Change-Id: I13b2e498d88be010fca421067ae6fb579a46d6b7 Reviewed-on: https://go-review.googlesource.com/34250 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-01-06doc: update CONTRIBUTING.md a bit, mention proposal processBrad Fitzpatrick
Fixes #18550 Change-Id: Ia08d0ef6964216fcc14fa63c2ba378d68daa2c02 Reviewed-on: https://go-review.googlesource.com/34917 Reviewed-by: Chris Broadfoot <cbro@golang.org>
2016-03-09doc: use new Gerrit URL and mention our instance in CONTRIBUTING.mdAndrew Gerrand
Fixes #14662 Change-Id: I8f7d5e8d2dd8dc763e940e061b424427359246e7 Reviewed-on: https://go-review.googlesource.com/20462 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-06-26doc: suggest security@golang.org for reporting security issuesAndrew Gerrand
Fixes #11402 Change-Id: I195575a54e30ad6d6b1d0996fde34c0163bbd2c2 Reviewed-on: https://go-review.googlesource.com/11530 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-01-18doc: direct people to the mailing listBrad Fitzpatrick
Since the move to Github, we've started to receive lots of introductory questions to the bug tracker. I posit this is because most projects on Github don't have mailing lists, so the culture on Github is to use the Issue Tracker as a discussion forum. The Go project doesn't use the Issue Tracker as our first point of communication. This CL updates CONTRIBUTING.md (which is linked when you file a bug or send a pull request), to mention that we have a mailing list. It certainly won't stop all the errant bug reports, but it should help. Change-Id: Id8fbfd35b73f5117617dff53b1e72d5b5276388b Reviewed-on: https://go-review.googlesource.com/3002 Reviewed-by: Rob Pike <r@golang.org>
2014-12-10doc: update README.md and CONTRIBUTING.md in response to review commentsAndrew Gerrand
I didn't 'add' these files before my final mail. Change-Id: Id6f25629638e58421a3dee7632aec38aad9b1970 Reviewed-on: https://go-review.googlesource.com/1340 Reviewed-by: Andrew Gerrand <adg@golang.org>
2014-12-10doc: convert README to markdown and update CONTRIBUTING.mdAndrew Gerrand
Fixes #9233 Change-Id: If64480cbfaafe44025fcdcc0f20d76c995ffb3a1 Reviewed-on: https://go-review.googlesource.com/1296 Reviewed-by: Russ Cox <rsc@golang.org>
2014-12-09doc: Fix the canonical locationBurcu Dogan
Change-Id: I3030d678c4eee85970826c86332a2b818cf7f5b6 Reviewed-on: https://go-review.googlesource.com/1217 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2014-12-08doc: add CONRIBUTORS.mdAndrew Gerrand
This file is known to GitHub and will be linked prominently when potential contributors try to open pull requests. Here's how it should appear: https://gist.github.com/adg/e0ffcc922a32f20af3db Change-Id: I41c5aadf284a0a24c485f96b7fe2caa338ad1e4f Reviewed-on: https://go-review.googlesource.com/1178 Reviewed-by: Rob Pike <r@golang.org>