Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

32 lines (27 loc) · 1.35 KB

Contributing

Thank you for considering contributing to this project! 💖

Before making a change to this repo, please remember to discuss the change via issue, once the change has been approved and assigned to you, you can follow the development process

Development process

  1. Fork the repo.
  2. Clone the forked repo.
    git clone https://github.com/<your-username>/disney-api
    
  3. Create a new branch to commit your changes, the name should be based on the changes you're going to make.
    git checkout -b add-new-feature
    
  4. Implement your changes.
  5. Commit your changes.
    git commit -m "descriptive commit message"
    
  6. Push the dev branch to your namespace.
    git push myorigin add-new-feature
    
  7. Create a pull request once the change is ready to merge, or a draft PR if you need to discuss the changes.
  8. Once your changes have been reviewed and approved, the PR is going to be merged to main 🎉 .

How can I contribute?

  • Development
  • Documentation