You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTE.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ The `go-python` project (and `gopy`) eagerly accepts contributions from the comm
6
6
7
7
8
8
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:go-python@googlegroups.com) 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].
11
12
12
13
## Contributing
13
14
@@ -35,7 +36,7 @@ As a rule, we keep all tests OK and try to increase code coverage.
35
36
### Suggesting Enhancements
36
37
37
38
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].
39
40
40
41
### Your First Code Contribution
41
42
@@ -140,3 +141,5 @@ We use [Go style](https://github.com/golang/go/wiki/CodeReviewComments).
140
141
141
142
This _"Contributing"_ guide has been extracted from the [Gonum](https://gonum.org) project.
142
143
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