Skip to content

Commit 9a1055a

Browse files
dabit3haverchuck
authored andcommitted
Added link to docs for local development to CONTRIBUTING (aws-amplify#3990)
* disabled autocomplete when resetting password for new password field * added local development resources to contributing
1 parent b63ac72 commit 9a1055a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ For example:
2424
- When you want to commit the change: git commit -m 'fix(@aws-amplify/auth): the_message'
2525
- Replace fix with feat when this is a feature change
2626

27+
## Local Development
28+
29+
To run Amplify Amplify JS locally, follow the guide [here](https://github.com/aws-amplify/amplify-js/wiki/Local-Development) in our Wiki.
30+
2731
## Tests
2832

2933
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.

0 commit comments

Comments
 (0)