diff --git a/doc/contrib.html b/doc/contrib.html deleted file mode 100644 index f0a01c5f0f771..0000000000000 --- a/doc/contrib.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - -
- -

-Go is an open source project developed by a team at -Google and many -contributors from the open source community. -

- -

-Go is distributed under a BSD-style license. -

- -

Announcements Mailing List

-

-A low traffic mailing list for important announcements, such as new releases. -

-

-We encourage all Go users to subscribe to -golang-announce. -

- - -

Version history

- -

Release History

- -

A summary of the changes between Go releases. Notes for the major releases:

- - - -

Go 1 and the Future of Go Programs

-

-What Go 1 defines and the backwards-compatibility guarantees one can expect as -Go 1 matures. -

- - -

Developer Resources

- -

Source Code

-

Check out the Go source code.

- -

Discussion Mailing List

-

-A mailing list for general discussion of Go programming. -

-

-Questions about using Go or announcements relevant to other Go users should be sent to -golang-nuts. -

- -

Developer and -Code Review Mailing List

-

The golang-dev -mailing list is for discussing code changes to the Go project. -The golang-codereviews -mailing list is for actual reviewing of the code changes (CLs).

- -

Checkins Mailing List

-

A mailing list that receives a message summarizing each checkin to the Go repository.

- -

Build Status

-

View the status of Go builds across the supported operating -systems and architectures.

- - -

How you can help

- -

Reporting issues

- -

-If you spot bugs, mistakes, or inconsistencies in the Go project's code or -documentation, please let us know by -filing a ticket -on our issue tracker. -(Of course, you should check it's not an existing issue before creating -a new one.) -

- -

-We pride ourselves on being meticulous; no issue is too small. -

- -

-Security-related issues should be reported to -security@golang.org.
-See the security policy for more details. -

- -

-Community-related issues should be reported to -conduct@golang.org.
-See the Code of Conduct for more details. -

- -

Contributing code & documentation

- -

-Go is an open source project and we welcome contributions from the community. -

-

-To get started, read these contribution -guidelines for information on design, testing, and our code review process. -

-

-Check the tracker for -open issues that interest you. Those labeled -help wanted -are particularly in need of outside help. -