summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* doc: normalize proposal-process linksDaniel Frederick Crisman2023-03-291-1/+1
| | | | | | | | | | | | | | | | | | The docs in .github & CONTRIBUTING.md have three different links to the same place. I have picked the one from "10-proposal.md" as the canonical url as it uses the normal go website shortener service (thus centralizing any future maintenance of this location), uses the new public domain (go.dev over golang.org), and also picks up the readme URI fragment from the shortener redirect which allows the doc links to be cleaner, but also the convenience for the reader starting directly at the human readable parsed README.md. Should also cut down on confusion like I had reading documentation about why there were multiple proposal sites, which turned out all to be the same place. Update all proposal-process links to the same URL. Change-Id: I2f2ea3a6ca34a445268285520e1b19570946afb8 GitHub-Last-Rev: eb769089e612e6c00c29baf3c6cd2e0875e46364 GitHub-Pull-Request: golang/go#59238 Reviewed-on: https://go-review.googlesource.com/c/go/+/479415 Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
* .github: suggest using private browsing in pkgsite templateDan Peterson2023-01-031-0/+2
| | | | | | | | | | | | | | | | | | | | | I opened #54872 without considering my browser's extensions and one of them ended up being the cause of my issue. This seems to be a common error. To help that, add a suggestion to use a private/incognito tab/window to the pkgsite issue template when reproducing issues. This probably would have been enough for me to figure things out before opening my issue. Updates #54872, #47213 Change-Id: Ic61a3462cb902c91554cf9432aaae1222c6a991e Reviewed-on: https://go-review.googlesource.com/c/go/+/427962 Run-TryBot: Dan Peterson <danp@danp.net> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
* .github: update issue label for pkgsite-removalSean Liao2022-09-071-1/+1
| | | | | | | | | | Change-Id: Ie90013077068b8e61bd651f2e686b06b6dad9fc4 Reviewed-on: https://go-review.googlesource.com/c/go/+/410454 Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
* .github: add quotations around labelJulie Qiu2022-09-021-1/+1
| | | | | | | Change-Id: I69eaf470ba2c241a99e3693a0a93d9b24c78a2af Reviewed-on: https://go-review.googlesource.com/c/go/+/427959 Reviewed-by: Tatiana Bradley <tatiana@golang.org> Reviewed-by: Julie Qiu <julieqiu@google.com>
* .github: change label for vulndb and vulndb issuesJulie Qiu2022-09-021-1/+1
| | | | | | | | | | | Change-Id: Ie384bfb366abc4005e9333b24dbbb70d66b74c0c Reviewed-on: https://go-review.googlesource.com/c/go/+/427956 Reviewed-by: Tatiana Bradley <tatiana@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Julie Qiu <julieqiu@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Julie Qiu <julieqiu@google.com>
* .github/ISSUE_TEMPLATE: add issue template for Go vulnerability managementJulie Qiu2022-08-191-0/+51
| | | | | | | | | | | Change-Id: Ia8bdd7909e94f3ab7248e88f0947db85ac744d79 Reviewed-on: https://go-review.googlesource.com/c/go/+/424928 Run-TryBot: Julie Qiu <julieqiu@google.com> Auto-Submit: Julie Qiu <julieqiu@google.com> Reviewed-by: Julie Qiu <julieqiu@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* .github: remove duplicate security linkDmitri Shuralyov2022-01-071-3/+0
| | | | | | | | | | | | | Since a SECURITY.md file is present in the main Go repository, GitHub already shows a "Report a security vulnerability" link in the issue template list. Remove the duplicate custom link. Fixes #49962. Change-Id: Ifdf7e93b76ebd9258d907aa9cb4915c0dbc4f93e Reviewed-on: https://go-review.googlesource.com/c/go/+/376357 Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Julie Qiu <julie@golang.org>
* .github: use multiple issue templatesSean Liao2021-12-037-2/+229
| | | | | | | | | | | | | | There are currently multiple issue templates floating around for different projects, these can sometimes be hard to find. Fixes #29839 Change-Id: I6600b6f78842736d81d35e6a64247d00706d9e0e Reviewed-on: https://go-review.googlesource.com/c/go/+/366736 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
* .github: update IRC serverSean Liao2021-09-301-1/+1
| | | | | | | | | | | Updates #46281 Change-Id: I1c70ad72a155a39138f120df5b71de61bb01e20c Reviewed-on: https://go-review.googlesource.com/c/go/+/336931 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Trust: Ian Lance Taylor <iant@golang.org> Trust: Daniel Martí <mvdan@mvdan.cc>
* .github: add link to questions in ISSUE_TEMPLATESean Liao2020-01-061-2/+4
| | | | | | | | | | Add a link redirecting questions to the wiki page/forums Change-Id: I05b784e6bb0c260cb01c4535ad05fb17ba80110e GitHub-Last-Rev: a927ce5c69df7854ae919013b0e55ab4d356fc4c GitHub-Pull-Request: golang/go#36413 Reviewed-on: https://go-review.googlesource.com/c/go/+/213440 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* .github: don't render author-facing text in ISSUE_TEMPLATEDmitri Shuralyov2018-11-021-2/+14
| | | | | | | | Fixes #27914 Change-Id: Ic359a099661e959eb25d0f763ea16a6f48a3d4c7 Reviewed-on: https://go-review.googlesource.com/c/138295 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* .github: use HTTPS for Stack Overflow link in SUPPORT.mdSuriyaa Sundararuban2018-06-121-1/+1
| | | | | | Change-Id: I4e339b7c359a7cdb0933f7624ce190086c9c3599 Reviewed-on: https://go-review.googlesource.com/118155 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
* github: update Pull Request templateAndrew Bonventre2018-02-212-21/+25
| | | | | | | | | | + Move from Markdown checklist to text. The first PR comment is presented as text when creating it. + Add the note about Signed-Off-By: not being required. Change-Id: I0650891dcf11ed7dd367007148730ba2917784fe Reviewed-on: https://go-review.googlesource.com/95696 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* github: add a Pull Request templateAndrew Bonventre2018-02-141-0/+21
| | | | | | Change-Id: I02938b2435e3a98efea7ee5545a6f8f5f6f794b4 Reviewed-on: https://go-review.googlesource.com/93915 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* all: restore changes from faulty merge/revertAndrew Bonventre2018-02-121-7/+0
| | | | | | | | This reverts commit 3b6abd8a4501d816e80b4d46e6fda4df486ccb66. Change-Id: I8ca100501c1844af78a547989786d14dac6b494a Reviewed-on: https://go-review.googlesource.com/93456 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre2018-02-121-0/+7
| | | | | | | | | | 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>
* all: remove PULL_REQUEST_TEMPLATE from .githubAndrew Bonventre2018-02-091-7/+0
| | | | | | | | Update golang/go#18517 Change-Id: I76d928d5fcc5ed22beaffb86f0fa8fbf6d4ac3d7 Reviewed-on: https://go-review.googlesource.com/93035 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* doc: add a link to the code of conductLeigh McCulloch2017-11-131-0/+3
| | | | | | | | | | | | | | | | | | | | GitHub has defined a set of standard meta files to include with projects hosted on GitHub. According to the GitHub Insights Community page for go project the only one missing is the code of conduct. Go has a code of conduct on it's website and we should link to it in the prescribed `.github/CODE_OF_CONDUCT.md` so that people can find it in the standard location on GitHub. This would be consistent with the contribution guidelines that are linked to in `.github/CONTRIBUTING.md`. Ref: https://help.github.com/articles/adding-a-code-of-conduct-to-your-project/ Fixes #22685 Change-Id: Ie89aa39d3df741d7d6ed2dba5c8ba3d0e0dbf618 Reviewed-on: https://go-review.googlesource.com/77231 Reviewed-by: Gabriel Aszalos <gabriel.aszalos@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* .github: update ISSUE_TEMPLATE to be closer to 'go bug'Josh Bleecher Snyder2017-08-191-1/+4
| | | | | | | | | | | | | | | Ask whether the issue reproduces with the latest release. 'go bug' places the version and system details last, in part because they're automatically filled. I'd like to do the same here, but I worry that they'll get ignored. Change-Id: Iec636a27e6e36d61dca421deaf24ed6fe35d4b11 Reviewed-on: https://go-review.googlesource.com/50931 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Avelino <t@avelino.xxx>
* .github: add .md extension to SUPPORT fileGustav Westling2017-07-301-0/+0
| | | | | | | | | | | | | | | This makes GitHub render the markdown file automatically on their web UI. SUPPORT.md is the recommended file name according to the GitHub documentation: https://help.github.com/articles/adding-support-resources-to-your-project/ Fixes #21223 Change-Id: I9f9b9daced9c29a16850e8c446656f353f50b1ae Reviewed-on: https://go-review.googlesource.com/52013 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* .github: add SUPPORT fileJosh Bleecher Snyder2017-07-241-0/+14
| | | | | | | | | | | | | | | GitHub recently added support for a SUPPORT file: https://github.com/blog/2400-support-file-support This SUPPORT file is a very lightly edited copy of the wiki entry on asking questions: https://github.com/golang/go/wiki/Questions Change-Id: Ic1eb74d985ea30862defb99750fb42da84e492de Reviewed-on: https://go-review.googlesource.com/50930 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* doc: improve issue template and contribution guidelinesPaul Jolly2017-02-111-0/+1
| | | | | | | | | | | 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>
* doc: improve issue templateGiovanni Bajo2016-08-291-5/+5
| | | | | | | | | | | The previous template used an ordered list, but the formatting always breaks when users paste quoted snippets of code or command outputs. It is also harder to visually parse because items in ordered lists are only indented but not highlighted in any way. Change-Id: I73c89e9f0465aef41093f5c54d11bb0d12ff8c8d Reviewed-on: https://go-review.googlesource.com/27252 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* doc: update issue templateAndrew Gerrand2016-03-091-1/+3
| | | | | | Change-Id: Iaa23d27043e6a050075b40072e466623418ba977 Reviewed-on: https://go-review.googlesource.com/19878 Reviewed-by: Rob Pike <r@golang.org>
* doc: add issue and pull request templatesAndrew Gerrand2016-02-262-0/+25
Fixes #14365 Change-Id: I082329fe7a1e06c774a32e0e24e5c8736bb5a037 Reviewed-on: https://go-review.googlesource.com/19877 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>