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
Copy file name to clipboardExpand all lines: Dangerfile
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
# Reference: http://danger.systems/reference.html
2
2
3
3
# A pull request summary is required. Add a description of the pull request purpose.
4
-
# Add labels to the pull request in github to identify the type of change. https://help.github.com/articles/applying-labels-to-issues-and-pull-requests/
5
-
# Changelog must be updated for each pull request.
4
+
# Changelog must be updated for each pull request that changes code.
6
5
# Warnings will be issued for:
7
6
# Pull request with more than 400 lines of code changed
8
7
# Pull reqest that change more than 5 lines without test changes
8
+
# Failures will be issued for:
9
+
# Pull request without summary
10
+
# Pull requests with code changes without changelog entry
0 commit comments