-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Contributing | ||
|
||
Thanks for being interested! Here's guidelines to contributing to package. | ||
|
||
## Get Set Up | ||
- Check the issues to see if your problem has already been brought up. | ||
- Submit a ticket if it hasn't. Be sure to be clear and give instructions on how to reproduce the issue you're having. | ||
|
||
## Getting Your Hands Dirty | ||
- Fork the repository. | ||
- Create new branch from **master** or any branch on your fork (feel free to use any flow on your fork). | ||
- Put your pull requests to [master](https://github.com/num8er/TranzWarePaymentGatewayApi/tree/master) branch. | ||
|
||
## Submit! | ||
- Push your changes. | ||
- Submit a pull request. | ||
- We (contributors) will review your changes and try to respond in a timely manner. | ||
|
||
That's it! | ||
Happy contributing! |