Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 1.24 KB

We welcome you to contribute to AmazonSimpleStorageServiceCopyAutomation. To make the process as seamless as possible, we recommend you read this contribution guide.

Development Workflow

Start by forking the GitHub repository, make changes in a branch and then send a pull request. We encourage pull requests to discuss code changes. Here are the steps in details:

Setup your GitHub Repository

Fork upstream source repository to your own personal repository.

Create your feature branch

Before making code changes, make sure you create a separate branch for these changes

After your code changes, make sure

We suggest to include positive and negative test cases.

Commit changes

After verification, commit your changes.

Push to the branch

Push your locally committed changes to the remote origin (your fork)

Create a Pull Request

Pull requests can be created via GitHub. Refer to this document for detailed steps on how to create a pull request. After a Pull Request gets peer reviewed and approved, it will be merged. When creating pull request include screenshot of test scenarios executed.