After creating the repository with the template, you must:
- Edit the file .github / pull_request_template.md and change holamugar / module-module-name with the correct module name.
- Edit README.md and change all references to ModuleName by the correct module name.
- Remove this block from README.md, from the beginning of the document to the next block H1.
General description of the module.
Use composer to install Mugar_ModuleName.
composer require mugar/module-name-using-hyphen-case
Then you'll need to activate the module.
bin/magento module:enable Mugar_ModuleName
bin/magento setup:upgrade
bin/magento cache:clean
bin/magento module:uninstall Mugar_ModuleName
If you used Composer for installation Magento will remove the files and database information.
You can request to be added to Slack.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request