aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-12-23 00:40:30 +0100
committerBen Beltran <ben@nsovocal.com>2019-12-23 00:40:30 +0100
commita84f7dfef5c6212dfe6db14d7416b8780e2a7dc9 (patch)
tree82c114c7e1c9a9fd0ed30016de0ea2ef60fd9b0f
parent2b8a9e46fd81b39bdee21de1c81ed8549759f835 (diff)
Add Changelog
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..6395a24
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## [Unreleased]
+### Added
+- Svelte based frontend
+- Koa based backend
+- RethinkDB for backend
+- This CHANGELOG
+- A README
+- A CONTRIBUTING guide
+- Linter configuration for JS and HTML
+- Git hook to lint code before commit
+- NPM tasks to lint and install git hooks
+- A gitignore file
+
+[Unreleased]: https://gitlab.com/rbdr/forum/compare/master...develop