Skip to content

Commit

Permalink
Update react reference to new UI components (aws-amplify#6374)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashika01 authored Jul 20, 2020
1 parent a6d6fa8 commit d14c076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ yarn build --scope @aws-amplify/auth

```
$ yarn run test --scope @aws-amplify/auth
$ yarn run test --scope aws-amplify-react
$ yarn run test --scope @aws-amplify/ui-components
```

> Note: There is a commit hook that will run the tests prior to committing. Please make sure if you are going to provide a pull request to be sure you include unit tests with your functionality and that all tests pass.
Expand Down Expand Up @@ -176,7 +176,7 @@ _[Skip step 1 to 3 if you have already done this]_
2. Clone your fork locally: `git clone [email protected]:YOUR_GITHUB_USERNAME/amplify-js.git`
3. Run `yarn && yarn bootstrap` in the repository root
4. Within your fork, create a new branch based on the issue (e.g. Issue #123) you're addressing - `git checkout -b "group-token/short-token-[branch-name]"` or `git checkout -b "short-token/[branch-name]"`
- Use grouping tokens at the beginning of the branch names. \_For e.g, if you are working on changes specific to amplify-ui-components, then you could start the branch name as `ui-components/...`
- Use grouping tokens at the beginning of the branch names. \_For e.g, if you are working on changes specific to `amplify-ui-components`, then you could start the branch name as `ui-components/...`
- short token
- feat
- chore
Expand Down

0 comments on commit d14c076

Please sign in to comment.