Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community.
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
When filing an issue, please check existing open or recently closed issues to make sure somebody else has not already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
- A reproducible test case or series of steps
- The version of our code being used
- Any modifications you've made relevant to the bug
- Anything unusual about your environment or deployment
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
-
Fork the repository and make sure you are working against the latest source on the meeting-dev branch. We use meeting-dev branch for
apps/meeting
app to contribute all PRs. This app is used to test the changes releasing into the next amazon-chime-sdk-component-library-react release. -
Run the meeting demo locally first. The meeting-dev apps/meeting demo changes are unstable and contributors will need to create and install the
amazon-chime-sdk-component-library-react
tarball from its master branch to start the demo.- In a different directory, create
amazon-chime-sdk-component-library-react
tarball.
git clone https://github.com/aws/amazon-chime-sdk-component-library-react && cd amazon-chime-sdk-component-library-react && npm install && npm run build && npm pack
This will create a tarball named:
amazon-chime-sdk-component-library-react-<latest-released-npm-version>.tgz
- Install the tarball in the meeting app
cd <meeting-dev branch checked out from the aws-samples/amazon-chime-sdk cloned repository> cd apps/meeting npm install npm install <path-to-amazon-chime-sdk-component-library-react-tarball>
- Start the app:
npm run start
- Open the app using https://0.0.0.0:9000/ in a browser.
- In a different directory, create
-
Modify source and ensure local demo app testing works as expected.
-
Commit to your fork using clear commit messages.
-
Send us a pull request, answering any default questions in the pull request interface.
-
The PR should open against the meeting-dev branch and not the main branch.
Note that meeting-dev branch is for testing the next release, hence contributor must create PR against the meeting-dev branch. The main branch is a stable demo branch for the last release and any changes after a release must go into the meeting-dev branch.
- When opening PR, exclude any
package.json
changes forthe amazon-chime-sdk-component-library-react
dependency.
GitHub provides additional document on forking a repository and creating a pull request.
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues is a great place to start.
This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
If you discover a potential security issue in this project please notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public github issue.
See the LICENSE file for our project's licensing. We will ask you to confirm the licensing of your contribution.