Skip to content

Commit ac67fe4

Browse files
committed
Reformulate Bugzilla section
1 parent 946fd42 commit ac67fe4

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,19 @@ It would comment on GitHub with list of all mentioned issues and link them to Bu
3434

3535
The first column of the table is the current status of the referenced issue.
3636

37+
### Trello
38+
39+
For the [Trello board](https://trello.com/b/XoFjxiqG/active) it will also provide a
40+
reference:
41+
42+
<img alt="dlang-bot-trello" height="120px" src="public/img/dlang_bot_trello_comment.png" />
43+
44+
And once a PR gets merged, the bot moves the linked Trello card to "Testing / Review".
45+
3746
### Bugzilla
3847

39-
Once a PR has been merged (i.e. the commits got pushed to master or stable), the Dlang-Bot
40-
will automatically comment to Bugzilla with the regarding commit:
48+
Once a PR has been merged (i.e. the commits got pushed to master or stable),
49+
GitHub's Bugzilla integration will automatically comment to Bugzilla with a regarding commit:
4150

4251
<img alt="dlang-bot-bugzilla" height="120px" src="public/img/dlang_bot_bugzilla_comment.png" />
4352

@@ -48,15 +57,6 @@ Using this syntax is also very important because for the changelog generation, t
4857
git history will be used. Thus _only_ if the Dlang-Bot has detected an issue
4958
and commented on your PR it can become part of the changelog.
5059

51-
### Trello
52-
53-
For the [Trello board](https://trello.com/b/XoFjxiqG/active) it will also provide a
54-
reference:
55-
56-
<img alt="dlang-bot-trello" height="120px" src="public/img/dlang_bot_trello_comment.png" />
57-
58-
And once a PR gets merged, the bot moves the linked Trello card to "Testing / Review".
59-
6060
### Nerdy details
6161

6262
- one can mention multiple issues in one commit and/or multiple commits
@@ -66,12 +66,15 @@ And once a PR gets merged, the bot moves the linked Trello card to "Testing / Re
6666
((close|fix|address)e?(s|d)? )?(ticket|bug|tracker item|issue)s?:? *([\d ,\+&#and]+)
6767
```
6868

69+
(the GitHub Bugzilla integration and the Dlang-Bot use the same RegEx to parse
70+
git commit messages)
71+
6972
<a name="auto-merge" />
7073

7174
Auto-merge (WIP)
7275
---------------
7376

74-
At the moment the Dlang-Bot support merging via special `auto-merge` and
77+
At the moment the Dlang-Bot supports merging via special `auto-merge` and
7578
`auto-merge-squash` labels. The later will perform a squashed merge of all commits
7679
in the PR into a single one.
7780

0 commit comments

Comments
 (0)