You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every contribution is very welcome. Keep these in your mind when you want to make a contribution:
107
+
108
+
1. Because of we use [semantic-release](https://github.com/semantic-release/semantic-release) you need to use [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) in your commit messages.
109
+
2. Keep code coverage 100% with your updated tests.
110
+
3. Check your changes with a Lambda environment. You can use [SAM-CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html) to test on your local.
111
+
4. Don't forget to update documentation(this readme file) about your changes.
0 commit comments