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: .github/workflows/on-issue-comment.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,10 @@ jobs:
33
33
34
34
Happy coding! 🚀
35
35
assignment_suggestion_comment: >
36
-
👋 Hey @{{ handle }}, looks like you’re eager to work on this issue—great! 🎉
37
-
It also looks like you skipped reading our [CONTRIBUTING.md](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md), which explains exactly how to participate. No worries, it happens to the best of us.
38
-
Give it a read, and you’ll discover the ancient wisdom of assigning issues to yourself. Trust me, it’s worth it. 🚀
36
+
👋 Hey @{{ handle }}, looks like you’re eager to work on this issue — great! 🎉
37
+
It also looks like you don't know how to assign issues to yourself.
38
+
Please read our [CONTRIBUTING.md](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md) to find out how.
39
+
It will also guide you in other aspects of contributing to JabRef.
39
40
- name: Move issue corresponding column in "Candidates for University Projects"
0 commit comments