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

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

[nongnu] elpa/webpaste 933c62f 245/298: CONTRIBUTING: Add some more clar


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 933c62f 245/298: CONTRIBUTING: Add some more clarifications
Date: Thu, 9 Dec 2021 19:00:22 -0500 (EST)

branch: elpa/webpaste
commit 933c62fc91d17c5f4774054a3294ddbf7152880e
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    CONTRIBUTING: Add some more clarifications
---
 CONTRIBUTING.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org
index 610983b..9ff73ea 100644
--- a/CONTRIBUTING.org
+++ b/CONTRIBUTING.org
@@ -28,10 +28,20 @@ After that you do the settings you need to reproduce it 
(like providers and
 other stuff).
 
 ** Contributing code
+[[https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#making-your-package-ready-for-inclusion][MELPA
 has a good section about code style]]. And since this package is in
+MELPA, we should aim to follow their guidelines even though the package is
+already included.
+
 *** Code style
 Never leave trailing spaces on a line in any file. And end all files with
 exactly one newline. Not more or less than that.
 
+All lines should be indented with spaces only. Tabs aren't allowed.
+
+*** Checkdoc
+If you do changes to comments anywhere, run =M-x checkdoc= in that buffer to
+check the documentation style guidelines.
+
 *** Flycheck
 Plase run [[http://www.flycheck.org/][flycheck]] with 
[[https://github.com/purcell/flycheck-package][flycheck-package]] in your 
editor to get hints and
 highlights of errors. Only one error is allowed in each file.



reply via email to

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