Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd965d37

Browse files
committed
Add text formatting example to README
1 parent9ac0880 commitd965d37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎README.md

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp