Skip to content

Commit d965d37

Browse files
committed
Add text formatting example to README
1 parent 9ac0880 commit d965d37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ jobs:
146146

147147
### Welcome a first-time contributor
148148

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+
149151
```yaml
150152
on: pull_request
151153
@@ -180,7 +182,9 @@ jobs:
180182
issue_number: context.issue.number,
181183
owner: context.repo.owner,
182184
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 ✨`
184188
})
185189
```
186190

0 commit comments

Comments
 (0)