Skip to content

Commit

Permalink
README: mention basic contribution rules and Slack
Browse files Browse the repository at this point in the history
Closes #91.
  • Loading branch information
mvdan committed Nov 2, 2021
1 parent 71eb7a7 commit 6553de5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,14 @@ If you want to avoid integrating with `gopls`, and are OK with the overhead of
calling `goimports` from scratch on each save, you should be able to call both
tools; for example, `goimports file.go && gofumpt file.go`.

### Contributing

Issues and pull requests are welcome! Please open an issue to discuss a feature
before sending a pull request.

We also use the `#gofumpt` channel over at the
[Gophers Slack](https://invite.slack.golangbridge.org/) to chat.

### License

Note that much of the code is copied from Go's `gofmt` command. You can tell
Expand Down

0 comments on commit 6553de5

Please sign in to comment.