Skip to content

Commit e6e9981

Browse files
authored
feat(connection-chain): add readme, package dir (#76)
Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 5dc1de6 commit e6e9981

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/connection-chain/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Please commit here your ConnectionChain code as-is as a first step.
2+
If possible, use the commit message
3+
`feat(connection-chain) adding source code in bulk`
4+
5+
The commit message structure that we intend to use is the conventional commits:
6+
https://www.conventionalcommits.org/en/v1.0.0/
7+
This will help with automation of releases and their change logs which we do not
8+
intend to manually write for every release (we intend to release often, at regular intervals)
9+
10+
Feel free to delete this README file at the time when committing the ConnectionChain code.
11+
12+
Please ensure that the commit is signed off in git.

0 commit comments

Comments
 (0)