]> git.r.bdr.sh - rbdr/forum/commitdiff
Add Changelog
authorBen Beltran <redacted>
Sun, 22 Dec 2019 23:40:30 +0000 (00:40 +0100)
committerBen Beltran <redacted>
Sun, 22 Dec 2019 23:40:30 +0000 (00:40 +0100)
CHANGELOG.md [new file with mode: 0644]

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..6395a24
--- /dev/null
@@ -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