summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2022-08-21 18:03:25 +0000
committerAndrey Listopadov <andreyorst@gmail.com>2022-08-21 18:03:25 +0000
commit9bbe5ddf93c7c8b17a73318bc89dd1330f4f3f59 (patch)
tree7d358804b1bcb5ab4f1368d2d60eb2993f4de926 /CONTRIBUTING.md
parent58f91092e2831421aa88be36e9dfa6dd153fd212 (diff)
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.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 0 insertions, 9 deletions
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.