Skip to content

Commit

Permalink
Merge pull request #252 from josh-/add-formatting-example-readme
Browse files Browse the repository at this point in the history
Update README with Markdown text formatting example
  • Loading branch information
joshmgross committed Mar 29, 2022
2 parents 9ac0880 + d965d37 commit b82abb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -146,6 +146,8 @@ jobs:

### Welcome a first-time contributor

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:

```yaml
on: pull_request

Expand Down Expand Up @@ -180,7 +182,9 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Welcome, new contributor!'
body: `**Welcome**, new contributor!
Please make sure you're read our [contributing guide](CONTRIBUTING.md) and we look forward to reviewing your Pull request shortly ✨`
})
```

Expand Down

0 comments on commit b82abb9

Please sign in to comment.