Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 734 Bytes

File metadata and controls

31 lines (23 loc) · 734 Bytes

Contributing

Thank you for your interest in contributing to ember-cli-deploy-s3!

Getting Started

To get started with development, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine:
    git clone https://github.com/YOUR_USERNAME/ember-cli-deploy-s3.git
  3. Install dependencies by running:
    yarn

Running Tests

To run the tests for this project, you can use:

yarn test

Submitting Pull Requests

  1. Create a new branch for your feature or bugfix.
  2. Commit your changes with clear and descriptive messages.
  3. Push your branch to your fork.
  4. Open a Pull Request from your branch to the main repository.