Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 565 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 565 Bytes

🫱🏼‍🫲🏻 Contributing

We welcome contributions to enhance Ticketease!! To contribute:

Note: To assign the issue to yourself type .take in the comment on the issue.

  1. [Fork] the Repository.

  2. Create a New Branch:

    git checkout -b feature-your_username
    
  3. Make Your Changes and Commit Them

    git add . or
    git add "file-name"
    git commit -m "Add new feature"
    
  4. Push to the Branch

    git push origin feature-your_username
    
  5. Open a [Pull Request]