From 2736ea5a97eb99404ba168b1a740dc22096d5726 Mon Sep 17 00:00:00 2001 From: Subhojit Paul Date: Thu, 3 Feb 2022 16:09:09 +0530 Subject: [PATCH] add contribution steps --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 607f287..04085a8 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,12 @@ No options are required. The tool reads the composer.json file and sets up the G These files are created by `init-gitlab` in the `.gitlab` directory and copied by a shell script (`ci.sh`). The `.gitlab-ci.yml` file is created in the project root directly. GitLab support can also be added when running `init-drupal` by passing the `--gitlab` option. + +## Contribution + +(*Requires Python 3.6+*) + +1. Fork this repository +2. Clone the fork +3. Execute `python setup.py install --user` +4. Test your changes by calling any command, example `init-drupal`