Before Filing an Issue
If you are unsure whether you have found a bug, please consider asking in the golang-nuts mailing list or other forums first. If the behavior you are seeing is confirmed as a bug or issue, it can easily be re-raised in the issue tracker.Filing Issues
Using go bug
The recommended way to file an issue is by running:Manual Issue Reporting
When filing an issue manually, make sure to answer these five questions:Change Proposals
For proposing changes to the Go language, standard library, or tools, see Proposing Changes To Go.Contributing Code
Before sending patches, please read the complete Contribution Guidelines.Read the Guidelines
Review the official Contribution Guidelines to understand the process.
Sign the CLA
You may need to sign the Contributor License Agreement (CLA) before your contribution can be accepted.
Follow Code Review Process
All code changes go through the code review process.
License
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.Getting Help
If you need help with contributing:- Join the golang-nuts mailing list
- Visit the Go community forums
- Read the contribution documentation