We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc1de6 commit e6e9981Copy full SHA for e6e9981
packages/connection-chain/README.md
@@ -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