File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ name : 🔗 GHA
2+
3+ on :
4+ issues :
5+ types : [opened]
6+ pull_request :
7+ branches : [master]
8+ types : [opened]
9+
10+ jobs :
11+ check_for_first_issue :
12+ name : 🌱 Check for first interaction
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/first-interaction@v1
16+ with :
17+ repo-token : ${{ secrets.GITHUB_TOKEN }}
18+ issue-message : |
19+ Hello from the maintainer team!
20+
21+ First of all, thank you for taking the time to report an issue here.
22+
23+ In case you haven't already, be sure to attach an MRP (minimal
24+ reproduction project) if **specific** steps or assets are needed in
25+ order to reproduce the issue. Contributors will use the MRP to
26+ validate that the fix is working as intended.
27+
28+ The time it will take to assess and fix your issue may vary.
29+ Follow the blog about our
30+ [new releases](https://godotengine.org/blog/release/) and
31+ [pre-releases](https://godotengine.org/blog/pre-release/) to track
32+ new fixes or go to
33+ [our forum](https://forum.godotengine.org/) where users could help
34+ you in the meantime.
35+
36+ Thank you for your patience.
37+ pr-message : |
38+ Hi there, fellow Godot contributor!
39+
40+ Thank you for your first PR.
41+
42+ Be sure to join us in the
43+ [developers chat](https://chat.godotengine.org) to talk about your
44+ PR, especially if you need help or guidance. Don't forget to consult
45+ the [contributing docs](https://docs.godotengine.org/en/stable/contributing/development/index.html)
46+ too!
47+
48+ Thank you for your patience.
You can’t perform that action at this time.
0 commit comments