Skip to content

Commit e79b9cf

Browse files
kopporsubhramit
andauthored
Add welcome message to first time contributors (#13314)
Co-authored-by: Subhramit Basu <[email protected]>
1 parent 007e7dc commit e79b9cf

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/on-pr-opened.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Welcome a first-time contributor
2+
3+
on:
4+
pull_request_target:
5+
types: opened
6+
7+
jobs:
8+
welcome-first-time-contributor:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
issues: write
12+
pull-requests: write
13+
steps:
14+
- uses: plbstl/first-contribution@v3
15+
with:
16+
labels: first contrib
17+
pr-opened-msg: |
18+
### Hey @{fc-author}!
19+
20+
Thank you for contributing to JabRef! Your help is truly appreciated :heart:.
21+
22+
We have automatic checks in place, based on which you will soon get automated feedback if any of them are failing.
23+
We also use [TragBot](https://usetrag.com/) with custom rules that scans your changes and provides some preliminary comments, before a maintainer takes a look.
24+
TragBot is still learning, and may not always be accurate.
25+
In the "Files changed" tab, you can go through its comments and just click on "Resolve conversation" if you are sure that it is incorrect, or comment on the conversation if you are doubtful.
26+
27+
Please re-check our [contribution guide](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md) in case of any other doubts related to our contribution workflow.

0 commit comments

Comments
 (0)