From 9bbe5ddf93c7c8b17a73318bc89dd1330f4f3f59 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 21 Aug 2022 18:03:25 +0000 Subject: release v1.0.0 Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros. --- CONTRIBUTING.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 901239b..bb032ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,15 +68,6 @@ General notes on writing documentation: Check out new branch from project's main development branch. If you've cloned this project some time ago, consider checking if your branch has all recent changes from upstream. -Each commit must have a type, which is one of `feature`, `fix`, followed by optional scope, and a must have description after `:` colon. -For example: - - fix(core macros): fix #42 - feature(tests): add more strict tests - -- `feature` must be used when adding new code. -- `fix` must be used when working with existing code. - When creating merge request consider squashing your commits at merge. You may do this manually, or use Gitlab's "Squash commits" button. Either way please tag squash commit with `fix` or `feature`, depending on what you're willing to merge. -- cgit v1.2.3