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

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

[elpa] externals/dash c669282 123/439: Add @Fuco1 to list of contributor


From: Phillip Lord
Subject: [elpa] externals/dash c669282 123/439: Add @Fuco1 to list of contributors.
Date: Tue, 04 Aug 2015 20:27:05 +0000

branch: externals/dash
commit c6692824d696559241a1b4a66fe503c7d3edaba2
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Add @Fuco1 to list of contributors.
---
 README.md          |   16 +++++++++++++++-
 readme-template.md |   16 +++++++++++++++-
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0b613f3..c114311 100644
--- a/README.md
+++ b/README.md
@@ -552,7 +552,21 @@ Destructive: Sets `list` to the cdr of `list`.
 ```
 
 
-## Development
+## Contributors
+
+ - [Fuco](https://github.com/Fuco1) contributed `-union` and `-separate`.
+
+Thanks!
+
+## Contribute
+
+Yes, please do. Pure functions in the list manipulation realm only,
+please. There's a suite of tests in `examples.el`, so remember to add
+tests for your function, or I might break it later.
+
+You'll find the repo at:
+
+    https://github.com/magnars/dash.el
 
 Run the tests with
 
diff --git a/readme-template.md b/readme-template.md
index a18541b..36946fc 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -43,7 +43,21 @@ which demonstrates the usefulness of both versions.
 
 [[ function-docs ]]
 
-## Development
+## Contributors
+
+ - [Fuco](https://github.com/Fuco1) contributed `-union` and `-separate`.
+
+Thanks!
+
+## Contribute
+
+Yes, please do. Pure functions in the list manipulation realm only,
+please. There's a suite of tests in `examples.el`, so remember to add
+tests for your function, or I might break it later.
+
+You'll find the repo at:
+
+    https://github.com/magnars/dash.el
 
 Run the tests with
 



reply via email to

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