Push to branch
Run the local helper script in your terminal:
sh
npm run commit
The commit helper will:
- Ask for a request type (
Register,Update,Remove).
sh
Select a number for commit type:
1) Register
2) Update
3) Remove
Enter number:
- Ask for a commit message (it is recommended to use your requested subdomain name).
sh
Select a number for commit type:
1) Register
2) Update
3) Remove
Enter number: 1
Enter commit message:
-
Create a commit with this format:
<Type> : <name>.mmdevs.org. -
Automatically push to your current branch.
-
Using
npm run commitwith the<Type> : <name>.mmdevs.orgcommit format helps maintainers review and approve requests more easily.