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: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,8 @@ jobs:
146
146
147
147
### Welcome a first-time contributor
148
148
149
+
You can format text in comments using the same [Markdown syntax](https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) as the GitHub web interface:
150
+
149
151
```yaml
150
152
on: pull_request
151
153
@@ -180,7 +182,9 @@ jobs:
180
182
issue_number: context.issue.number,
181
183
owner: context.repo.owner,
182
184
repo: context.repo.repo,
183
-
body: 'Welcome, new contributor!'
185
+
body: `**Welcome**, new contributor!
186
+
187
+
Please make sure you're read our [contributing guide](CONTRIBUTING.md) and we look forward to reviewing your Pull request shortly ✨`
0 commit comments