forked from angular-ui/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
566bdd1
commit 38050bb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,5 @@ We are always looking for the quality contributions and will be happy to accept | |
* it should be easy to change a default template to a custom one | ||
* directives shouldn't manipulate DOM structure directly (when possible) | ||
* Please assure that you are submitting quality code, specifically make sure that: | ||
* your directive has accompanying tests and all the tests are passing; don't hesitate to contact us ([email protected]) if you ned any help with unit testing | ||
* your directive has accompanying tests and all the tests are passing; don't hesitate to contact us ([email protected]) if you need any help with unit testing | ||
* your PR doesn't break the build; check the Travis-CI build status after opening a PR and push corrective commits if anything goes wrong |