Skip to content

Commit

Permalink
Added link to docs for local development to CONTRIBUTING (#3990)
Browse files Browse the repository at this point in the history
* disabled autocomplete when resetting password for new password field

* added local development resources to contributing
  • Loading branch information
dabit3 authored and haverchuck committed Oct 7, 2019
1 parent b63ac72 commit 9a1055a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ For example:
- When you want to commit the change: git commit -m 'fix(@aws-amplify/auth): the_message'
- Replace fix with feat when this is a feature change

## Local Development

To run Amplify Amplify JS locally, follow the guide [here](https://github.com/aws-amplify/amplify-js/wiki/Local-Development) in our Wiki.

## Tests

Please ensure that your change still passes unit tests, and ideally integration/UI tests. It's OK if you're still working on tests at the time that you submit, but be prepared to be asked about them. Wherever possible, pull requests should contain tests as appropriate. Bugfixes should contain tests that exercise the corrected behavior (i.e., the test should fail without the bugfix and pass with it), and new features should be accompanied by tests exercising the feature.
Expand Down

0 comments on commit 9a1055a

Please sign in to comment.