Skip to content

Commit 6553de5

Browse files
committed
README: mention basic contribution rules and Slack
Closes #91.
1 parent 71eb7a7 commit 6553de5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,14 @@ If you want to avoid integrating with `gopls`, and are OK with the overhead of
575575
calling `goimports` from scratch on each save, you should be able to call both
576576
tools; for example, `goimports file.go && gofumpt file.go`.
577577

578+
### Contributing
579+
580+
Issues and pull requests are welcome! Please open an issue to discuss a feature
581+
before sending a pull request.
582+
583+
We also use the `#gofumpt` channel over at the
584+
[Gophers Slack](https://invite.slack.golangbridge.org/) to chat.
585+
578586
### License
579587

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

0 commit comments

Comments
 (0)