-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
51 lines (39 loc) · 1.64 KB
/
pr_welcome.yml
File metadata and controls
51 lines (39 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
name: PR Greetings
on:
pull_request_target:
types: opened
issues:
types: opened
permissions: {}
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
with:
labels: first-contribution
pr-opened-msg: >+
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a week or so, please leave a new
comment below and that should bring it to our attention.
Most of our reviewers are volunteers and sometimes things fall
through the cracks. We also ask that you please finish addressing
any review comments on this PR and wait for it to be merged (or
closed) before opening a new one, as it can be a valuable learning
experience to go through the review process.
You can also join us [on discourse
chat](https://discourse.matplotlib.org/chat/c/matplotlib/2) for
real-time discussion.
For details on testing, writing docs, and our review process,
please see [the developer
guide](https://matplotlib.org/devdocs/devel/index.html).
**Please let us know if (and how) you use AI, it will help us give you
better feedback on your PR.**
We strive to be a welcoming and open project. Please follow our
[Code of
Conduct](https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md).
issue-opened-msg: ""