summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2018-02-08 19:29:19 -0500
committerAndrew Bonventre <andybons@golang.org>2018-02-09 00:31:15 +0000
commitc6e7330ebd901aa9b9ac8ed4223fe0a0d71b1b13 (patch)
tree25c8081007a1c4ccef1932a91dbd1072b2309334 /.github
parentd814c2be9b6b719f9cf5ec9ff98a6c558aba23f0 (diff)
downloadgo-git-c6e7330ebd901aa9b9ac8ed4223fe0a0d71b1b13.tar.gz
all: remove PULL_REQUEST_TEMPLATE from .github
Update golang/go#18517 Change-Id: I76d928d5fcc5ed22beaffb86f0fa8fbf6d4ac3d7 Reviewed-on: https://go-review.googlesource.com/93035 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
deleted file mode 100644
index 00014e9b86..0000000000
--- a/.github/PULL_REQUEST_TEMPLATE
+++ /dev/null
@@ -1,7 +0,0 @@
-Please do not send pull requests to the golang/* repositories.
-
-We do, however, take contributions gladly.
-
-See https://golang.org/doc/contribute.html
-
-Thanks!