Skip to content

Commit

Permalink
CONTRIBUTING.md: reduce expectations
Browse files Browse the repository at this point in the history
Make it clear that we don't have time to handle major CLs.

See https://go-review.git.corp.google.com/c/oscar/+/635495/comments/b8f718dd_e23417b8?tab=comments.

Change-Id: I01b2d2cab40246d2b33b92c6f562a534528b7c3f
Reviewed-on: https://go-review.googlesource.com/c/oscar/+/638697
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
jba committed Dec 27, 2024
1 parent 2cb4b7a commit 35e22bb
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
# Contributing to Go
# Contributing to Oscar

Go is an open source project.
Oscar is an open source project.

It is the work of hundreds of contributors. We appreciate your help!

## Filing issues

When [filing an issue](https://golang.org/issue/new), make sure to answer these five questions:

1. What version of Go are you using (`go version`)?
2. What operating system and processor architecture are you using?
3. What did you do?
4. What did you expect to see?
5. What did you see instead?

General questions should go to the [golang-nuts mailing list](https://groups.google.com/group/golang-nuts) instead of the issue tracker.
The gophers there will answer or ask you to file an issue if you've tripped over a bug.

## Contributing code
Small improvements and bug fixes are welcome, but we are currently unable to consider
contributions that significantly enhance its behavior.

Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html)
before sending patches.
Expand Down

0 comments on commit 35e22bb

Please sign in to comment.