### First Timers Only We know figuring out the process for contributing to an open source project can be intimidating, so we created this issue as a way for you to learn the ropes. (If you feel comfortable contributing to open source projects, please leave this issue for someone else.) ### What you will need to know ### Background ### Motivation ### The bug ### Step by step - [ ] Claim this issue by adding a comment below. Please only claim this bug if you plan on starting work in the next day or so. (If you [join the ampproject GitHub org](https://goo.gl/forms/T65peVtfQfEoDWeD3) we'll be able to assign this issue to you after you've claimed it.) - [ ] If you aren't too familiar with Git/GitHub, see the [Getting Started End-to-End Guide](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md) for [an intro to Git & GitHub,](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#intro-to-git-and-github) and [how to get a copy of the code](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#get-a-copy-of-the-amphtml-code). You can also refer to the [Quick Start Guide](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-quick.md) for the necessary setup steps with less explanation than the End-to-End guide. - [ ] Follow the instructions for [building AMP](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#building-amp-and-starting-a-local-server). - [ ] [Create a Git branch](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#create-a-git-branch) for making your changes. - [ ] [Sign the Contributor License Agreement](https://github.com/ampproject/amphtml/blob/main/docs/contributing.md#contributor-license-agreement) before creating a Pull Request. (If you are contributing code on behalf of a corporation start this process as early as possible.) - [ ] [Commit your changes](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#edit-files-and-commit-them) frequently. - [ ] [Push your changes to GitHub](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#push-your-changes-to-your-github-fork). - [ ] [Create a Pull Request](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#send-a-pull-request-ie-request-a-code-review). Mention `closes Issue ` in the description. - [ ] [Respond to your reviewer's comments](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#respond-to-pull-request-comments) (if any). Once approved, your changes will be merged. **⚡⚡⚡Congrats on making your first contribution to AMP!⚡⚡⚡** You'll be able to see it [live across the web soon](https://github.com/ampproject/amphtml/blob/main/docs/release-schedule.md)! Thanks, and we hope to see more contributions from you soon. ### Questions? If you have questions ask in this issue or on your Pull Request (if you've created one) or see the [How to get help](https://github.com/ampproject/amphtml/blob/main/docs/getting-started-e2e.md#how-to-get-help) section of the Getting Started guide.