Skip to content

Commit 2748c25

Browse files
committed
Add 'For anyone else' reminder about adding reactions
1 parent a85d71d commit 2748c25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/dlangbot/github.d

+6
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Bear in mind that large or tricky changes may require multiple rounds of review
6464
6565
Please see [CONTRIBUTING.md](https://github.com/%s/blob/master/CONTRIBUTING.md) for more information.`,
6666
pr.user.login, pr.repoSlug);
67+
6768
}
6869

6970
static immutable bugzillaReferences = ["dlang/dmd", "dlang/druntime", "dlang/phobos",
@@ -90,6 +91,11 @@ If your PR contains non-trivial changes, please [reference a Bugzilla issue](htt
9091
app ~= "### ⚠️⚠️⚠️ Warnings ⚠️⚠️⚠️\n\n";
9192
app.printMessages(msgs);
9293
}
94+
app.put(`
95+
### For anyone else
96+
97+
Reactions help us determine how many people are interested in a pull request or have run across a similar bug. Please leave a +1 reaction (:+1:) if that applies to you. Any additional details you can provide, such as your usecase, environment, steps to reproduce, or workarounds you have found, can help out with getting pull requests merged.`);
98+
9399
return app.data;
94100
}
95101

0 commit comments

Comments
 (0)