-
Notifications
You must be signed in to change notification settings - Fork 5
Contribution
In case you want to help me maintain this package, you can contribute by sending a pull request via GitHub. This page should help you with that.
To create your copy of this repo, click the "Fork" button in the top-right corner of the screen.
Now you have a repository with the name codeceptjs-pixelmatchhelper
in your GitHub account.
Next, you need to install your forked package on your local machine to modify files and test changes:
cd ~/my-packages # Download your fork into a local directory.
git clone https://github.com/<your-account>/codeceptjs-pixelmatchhelper.git
cd codeceptjs-pixelmatchhelper # Enter the local package directory.
npm link # Create a global link on your machine.
cd ~/my-project # Enter your project directory.
npm remove codeceptjs-pixelmatchhelper # Remove official package from your project.
npm link codeceptjs-pixelmatchhelper # Link install the local package.
Modify the files in your local folder ~/my-packages/codeceptjs-pixelmatchhelper
. All changes are reflected in real-time in your project ~/my-project
.
Read more about npm link
.
When you have completed and tested your local changes, simply commit them to your forked repo. After that, create a pull-request in GitHub:
cd ~/my-packages/codeceptjs-pixelmatchhelper # Enter the local package folder.
git add . # Stage all changes.
git commit -m "Description" # Commit staged changes.
git push -u origin master # Push commit to your GitHub account.
Then open your forked repo on github.com, navigate to the "Pull Requests" tab (in the top-left area) and create a new Pull Request.
Manual
Methods
Data Structures
Appendix
Development