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

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

[elpa] externals/objed 8764254 081/216: Add note about tests to contribu


From: Stefan Monnier
Subject: [elpa] externals/objed 8764254 081/216: Add note about tests to contribute
Date: Tue, 8 Jan 2019 12:29:16 -0500 (EST)

branch: externals/objed
commit 87642548ce61d88eccd28af84edfe7dde3fe20eb
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Add note about tests to contribute
---
 README.asc | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/README.asc b/README.asc
index c430985..180a45c 100644
--- a/README.asc
+++ b/README.asc
@@ -420,12 +420,15 @@ Add this to your init file:
 
 == Contribute
 
-I'm happy to receive pull requests or ideas to improve this
-package. Some parts suffer from the bottom up approach of developing
-it, but this also allowed me to experiment a lot and try ideas while
-working on them, something that Emacs is especially good at. Most of
-the features are tested using `emacs-lisp-mode` but hopefully there
-aren't to many problems using modes for other languages, I tried my
-best to write text objects in a language agnostic way by using Emacs
-syntax information. Testing this and writing tests in general would be
-an important next step.
+I'm happy to receive pull requests or ideas to improve this package.
+Some parts suffer from the bottom up approach of developing it, but
+this also allowed me to experiment a lot and try ideas while working
+on them, something that Emacs is especially good at. Most of the
+features are tested using `emacs-lisp-mode` but hopefully there aren't
+to many problems using modes for other languages, I tried my best to
+write text objects in a language agnostic way. Before submitting a PR
+please test your code compiles and all tests are passing:
+
+```sh
+make compile && make test
+```



reply via email to

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