branch: elpa/julia-mode
commit 4515765dcdc170a4b62591f4e62896d013004fd2
Author: Tamas K. Papp <tkp...@gmail.com>
Commit: GitHub <nore...@github.com>

    add a changelog (#96)
    
    add a changelog, fill up with changes since the last release
---
 CHANGELOG.md |  9 +++++++++
 README.md    | 12 ++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..231ef2a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Unreleased
+
+- load LaTeX substitution table as a feature 
([#93](https://github.com/JuliaEditorSupport/julia-emacs/pull/93))
+
+- drop support for Emacs 23, use `cl-lib` 
([#87](https://github.com/JuliaEditorSupport/julia-emacs/pull/87)), reorganize 
test framework accordingly 
([#95](https://github.com/JuliaEditorSupport/julia-emacs/pull/95))
+
+# 0.3
+
+This is the first actual release, and the last one to support Emacs 23.
diff --git a/README.md b/README.md
index cfc4eb7..c9ce5a4 100644
--- a/README.md
+++ b/README.md
@@ -21,3 +21,15 @@ Clone this repository, then use
 (add-to-list 'load-path "path-to-julia-mode")
 (require 'julia-mode)
 ```
+
+# Contributing
+
+Contributions are welcome, in the form of pull requests.
+
+Please
+
+1. add unit tests whenever possible. This may require that functions are 
broken up into an interface and a backend function, then you can test the 
backend one.
+
+2. add a short summary in the [Unreleased section of the 
CHANGELOG](CHANGELOG.md#unreleased).
+
+We do our best to provide feedback within 2 weeks, feel free to bump in a 
comment after that.

Reply via email to