Skip to content

Commit 04cb87b

Browse files
authored
Merge pull request #373 from b-long/chore/link-to-discussions
link to GitHub discussions area
2 parents 466844a + 51b165a commit 04cb87b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ The `go-python` project (and `gopy`) eagerly accepts contributions from the comm
66

77

88
The `go-python` project provides libraries and tools in Go for the Go community to better integrate with Python projects and libraries, and we would like you to join us in improving `go-python`'s quality and scope.
9-
This document is for contributors or those interested in contributing.
10-
Questions about `go-python` and the use of its libraries can be directed to the [go-python](mailto:[email protected]) mailing list.
9+
This document is for contributors or those interested in contributing.
10+
11+
Questions about `gopy` can be directed to the [the `gopy` discussions area in Github: https://github.com/go-python/gopy/discussions].
1112

1213
## Contributing
1314

@@ -35,7 +36,7 @@ As a rule, we keep all tests OK and try to increase code coverage.
3536
### Suggesting Enhancements
3637

3738
If the scope of the enhancement is small, open an issue.
38-
If it is large, such as suggesting a new repository, sub-repository, or interface refactoring, then please start a discussion on [the go-python list](https://groups.google.com/forum/#!forum/go-python).
39+
If it is large, such as suggesting a new repository, sub-repository, or interface refactoring, then please start a discussion using [the `gopy` discussions area in Github: https://github.com/go-python/gopy/discussions].
3940

4041
### Your First Code Contribution
4142

@@ -140,3 +141,5 @@ We use [Go style](https://github.com/golang/go/wiki/CodeReviewComments).
140141

141142
This _"Contributing"_ guide has been extracted from the [Gonum](https://gonum.org) project.
142143
Its guide is [here](https://github.com/gonum/license/blob/master/CONTRIBUTING.md).
144+
145+
[the `gopy` discussions area in Github: https://github.com/go-python/gopy/discussions]: https://github.com/go-python/gopy/discussions

0 commit comments

Comments
 (0)