We welcome contributions to enhance Ticketease!! To contribute:
Note: To assign the issue to yourself type .take
in the comment on the issue.
-
[Fork] the Repository.
-
Create a New Branch:
git checkout -b feature-your_username
-
Make Your Changes and Commit Them
git add . or git add "file-name" git commit -m "Add new feature"
-
Push to the Branch
git push origin feature-your_username
-
Open a [Pull Request]