README.md in danger-jira-0.1.0 vs README.md in danger-jira-0.2.0
- old
+ new
@@ -14,15 +14,37 @@
```
## Usage
```ruby
+// Dangerfile
jira.check(
key: ["KEY", "PM"],
url: "https://myjira.atlassian.net/browse"
fail_on_warning: true
)
```
+
+With "KEY-123" in the PR title, Danger will comment with:
+
+<table>
+ <thead>
+ <tr>
+ <th width="50"></th>
+ <th width="100%" data-danger-table="true">Messages</th>
+ </tr>
+ </thead>
+ <tbody><tr>
+ <td>:book:</td>
+ <td>:paperclip: <a href="https://myjira.atlassian.net/browse/KEY-123">KEY-123</a></td>
+ </tr>
+ </tbody>
+</table>
+
+
+<p align="right">
+ Generated by :no_entry_sign: <a href="http://github.com/danger/danger-js/">dangerJS</a>
+</p>
## License
MIT