Skip to content

Commit 29d1bb9

Browse files
committed
πŸ“– DOC: AA Commit Log
1 parent ec30256 commit 29d1bb9

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ First of all, I'd like to welcome you for thinking about contributing to this pr
1818
- `yarn create-guten-block demo-block`
1919
- This will run `tasks/cgb.js` file
2020
- Which will run `./packages/create-guten-block/index.js`
21-
- Which in turns runs `./packages/create-guten-block/createGutenBlock.js`
22-
- That runs these functions
23-
- `createPluginDir()`
24-
- `copyTemplateToPluginDir()`
25-
- `npmInstallBuild`
26-
- And your new block plugin called `demo-block` gets added at the root of this project.
21+
- And your new block plugin called `demo-block` gets added at the root of this project (which you should delete after testing).
2722
- Now go to `cd demo-block`
2823
- Run `npm start` or `yarn start`
2924
- This will compile your code in `dist` and you're good to go.
@@ -35,11 +30,15 @@ First of all, I'd like to welcome you for thinking about contributing to this pr
3530

3631
- Some issue with yarn not being able to publish via lerna
3732
- Use yarn with everything else but lerna
38-
- To publish always run via `npm` this command `npm run lerna`
33+
- To publish always run via `npm` this command `npm run lerna` (Only for maintainers)
3934

4035

4136
### 🐡 Other Stuff
4237

4338
- Use `// @remove-file-on-eject` to do just that.
4439
- Use `// @remove-on-eject-begin` to do just that.
45-
- Use `// @remove-on-eject-end` to do just that.
40+
- Use `// @remove-on-eject-end` to do just that.
41+
42+
### 🌟 Always use AA Git Commit Log Messages
43+
44+
What is that? I like emoji and I have invented a way to keep the git log clean and simple. Read this [AA Git Commit Log](https://gist.github.com/ahmadawais/815ea20134cf4616a6b2a965eb08f716) to learn more.

0 commit comments

Comments
Β (0)