From 1a64d10c188f81fd01881e65da48702e744798c0 Mon Sep 17 00:00:00 2001 From: Yudha Satya Ami Putra Date: Sat, 13 Oct 2018 15:11:27 +0700 Subject: [PATCH 1/2] create commit md new contributing file md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +test From fc37ad2842d1d7d80e1b4c27598910b7ea955aa3 Mon Sep 17 00:00:00 2001 From: Yudha Satya Ami Putra Date: Sat, 13 Oct 2018 15:43:13 +0700 Subject: [PATCH 2/2] Update CONTRIBUTING.md installation, futher instruction minus how to test the software --- CONTRIBUTING.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9daeafb..178d10f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,21 @@ -test +# Contributing To This Repo +If you are New to Github, This is a guideline how to contribute [Setting Guidelines](https://help.github.com/articles/setting-guidelines-for-repository-contributors/) + +## Installation +Install this bundle with composer +```shell +composer require afrihost/base-command-bundle +``` +Next, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project: +```php +// in AppKernel::registerBundles() +$bundles = array( + // there should be a bunch of symfony bundles and your bundles already added here + new Afrihost\BaseCommandBundle\AfrihostBaseCommandBundle(), + // ... +); +``` + +## Futher Instruction + +For Futher Insctruction about this package visit [ReadMe](https://github.com/afrihost/BaseCommandBundle/blob/master/README.md)