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

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

[elpa] master fc5052b 171/177: Merge pull request #568 from npostavs/con


From: João Távora
Subject: [elpa] master fc5052b 171/177: Merge pull request #568 from npostavs/contrib
Date: Sat, 28 Mar 2015 15:41:43 +0000

branch: master
commit fc5052b86386e350bbd6fc3a54a45a577f9e75b7
Merge: 3e7b56e b9989f8
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Merge pull request #568 from npostavs/contrib
    
    Add a CONTRIBUTING.md file
---
 CONTRIBUTING.md |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..83310bc
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,27 @@
+# Submitting Bug Reports
+
+Please read [Important note regarding bug reporting][bugnote].
+
+# Contributing to Yasnippet
+
+## Copyright Assignment
+
+Yasnippet is part of GNU ELPA, so it falls under the same copyright
+assignment policy as the rest of Emacs (see "Copyright Assignment" in
+https://www.gnu.org/software/emacs/CONTRIBUTE). A copyright assignment
+for Emacs also covers Yasnippet.
+
+## Commit message format
+
+The commit message format roughly follows Emacs conventions, although
+there is no separate Changelog file.
+
+    The commit message's first sentence should be capitalized, no period
+
+    It may be followed by a paragraph with a longer explanation. The
+    changelog style entry goes at the end of the message.
+
+    * foo.el (a-function): Terse summary of per-function changes.
+
+
+[bugnote]: 
https://github.com/capitaomorte/yasnippet#important-note-regarding-bug-reporting



reply via email to

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