Thank you for your interest in contributing to ember-cli-deploy-s3!
To get started with development, please follow these steps:
- Fork the repository on GitHub.
- Clone your fork to your local machine:
git clone https://github.com/YOUR_USERNAME/ember-cli-deploy-s3.git
- Install dependencies by running:
yarn
To run the tests for this project, you can use:
yarn test- Create a new branch for your feature or bugfix.
- Commit your changes with clear and descriptive messages.
- Push your branch to your fork.
- Open a Pull Request from your branch to the main repository.