emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 4935203 117/495: add guidelines for contributions


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 4935203 117/495: add guidelines for contributions
Date: Sat, 7 Aug 2021 09:04:55 -0400 (EDT)

branch: elpa/go-mode
commit 49352039cb77ea9ea972bb7e8f3949f0e192d0a4
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    add guidelines for contributions
---
 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/README.md b/README.md
index 5066d5f..1962e17 100644
--- a/README.md
+++ b/README.md
@@ -50,3 +50,22 @@ code.google.com/p/rog-go/exp/cmd/godef`.
 
 Also, if you're using YASnippet, consider using the snippets from
 [yasnippet-go](https://github.com/dominikh/yasnippet-go).
+
+Contributing
+============
+
+Because go-mode.el is also part of the Go distribution, there are
+essentially two ways to contribute changes:
+
+1) By sending a pull request on GitHub
+2) By submitting a CL to the Go project
+
+Because of copyright reasons, I will not accept any non-trivial
+contributions via pull requests. Please submit a CL instead. This will
+ensure that the changes go through a proper review process and that
+your name will be noted in the list of contributors and possibly
+authors. Instructions can be found at
+http://golang.org/doc/contribute.html.
+
+Trivial changes, and changes to files that are not part of the Go
+distribution (mainly this README), can be submitted via pull request.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]