Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you believe you have an improvement to the plugin, please feel free to send a

* Fork the repository on GitHub
* Clone the repository into your local system and create a branch that describes what you are working on by prefixing with `feature/`, `fix/`, `chore/`and so on followed by the title of the fix or feature.
* Make the changes to your forked repository's branch. Ensure you are using [PHP Coding Standards (PHPCS)](https://github.com/squizlabs/PHP_CodeSniffer)
* Make the changes to your forked repository's branch. Ensure you are using [PHP Coding Standards (PHPCS)](https://github.com/PHPCSStandards/PHP_CodeSniffer)
* Make commits that are descriptive and breaks down the process.
* Please **don't** modify the changelog - this will be maintained by Paystack developers.
* Push your fix to the remote version of your branch and create a PR that aims to merge that branch into `master`.
Expand Down