> For the complete documentation index, see [llms.txt](https://helpscout.gitbook.io/hsds-react/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpscout.gitbook.io/hsds-react/contributing/review.md).

# Submitting for review

In this guide, we'll walk through submitting for our [fully test](/hsds-react/contributing/testing.md) [custom `Strong` component](/hsds-react/contributing/creating.md) for review!

## Create a pull request

After checking in all of your wonderful changes to your `strong-component` git branch. Push it up to [Github](https://github.com/helpscout/hsds-react).

[Create a new pull request](https://github.com/helpscout/hsds-react/compare) against the `master` branch!

## Description and labels

Be descriptive of your changes! The more the better. If possible, include screenshots or GIF demos. Add the [appropriate label(s)](https://github.com/helpscout/hsds-react/labels) that describe your changes.

Since we're adding a brand new component, we'll add the `feature` label.

## Assigning Reviewers

Assign or `@` at least one code reviewer and one design reviewer. This is required if you're creating a brand new component. If you're unsure who to tag, default to [@itsjonq](https://github.com/itsjonq) and [@digitaldesigner](https://github.com/digitaldesigner).

## Deploy Preview

A [Netlify](https://www.netlify.com/) deploy preview for your Pull Request will automatically be generated. To make it easier for reviewers to QA your updates, provide them with a direct link to your Story either in the Pull Request description or as an additional Github comment.

## Continuous Integration

Every pull request automatically fires off a [Travis build](https://travis-ci.org/helpscout/hsds-react). Once that passes, it'll generate a [code coverage score](https://coveralls.io/).

The Travis build **must be green** and the coverage score **must be 100%** before merging into `master`.

## Review

Tag one of the [`@helpscout` team members](https://github.com/helpscout/hsds-react/graphs/contributors) for review.

## Next

🚀 All green? All good 😎. Once that gets merged in, we [can publish a release](/hsds-react/contributing/release.md)!

## See also

* [Travis CI](https://travis-ci.org/)
* [Coveralls](https://coveralls.io/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpscout.gitbook.io/hsds-react/contributing/review.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
