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
- Fork the repo.
- Clone the forked repo.
git clone https://github.com/<your-username>/disneyapi.dev
- 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
- Implement your changes.
- Commit your changes.
git commit -m "descriptive commit message"
- Push the dev branch to your namespace.
git push myorigin add-new-feature
- Create a pull request once the change is ready to merge, or a draft PR if you need to discuss the changes.
- Once your changes have been reviewed and approved, the PR is going to be merged to
main
🎉 .
- Development
- Documentation