Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d965d37

Browse filesBrowse files
committed
Add text formatting example to README
1 parent 9ac0880 commit d965d37
Copy full SHA for d965d37

File tree

1 file changed

+5
-1
lines changed
Filter options

1 file changed

+5
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.