File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : PR Greetings
2+
3+ on : [pull_request]
4+
5+ jobs :
6+ greeting :
7+ runs-on : ubuntu-latest
8+
9+ steps :
10+ - uses : actions/first-interaction@v1
11+ with :
12+ repo-token : ${{ secrets.GITHUB_TOKEN }}
13+ pr-message : >+
14+ Thank you for opening your first PR into Matplotlib!
15+
16+ If you have not heard from us in a while please feel free to
17+ ping `@matplotlib/developers` or anyone who has commented on the
18+ PR. Most of our reviewers are volunteers and it is easy for
19+ things to fall through the cracks.
20+
21+ You can also join us [on
22+ gitter](https://gitter.im/matplotlib/matplotlib) if real-time
23+ discussion would be useful.
24+
25+ For details on testing, writing docs, and our review process
26+ please see [the developer
27+ guide](https://matplotlib.org/devdocs/devel/index.html)
28+
29+ We strive to be a welcoming and open project, please follow our
30+ [Code of
31+ Conduct](https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md).
You can’t perform that action at this time.
0 commit comments