Skip to content

Commit a260272

Browse files
committed
STYLE: Improve the first interaction message style
Improve the first interaction message style: - Remove the section header markup (`#`) and avoid an excessively large font/avoid making the interaction message prevail over the issue/PR text itself. - Use the YAML literal block style syntax (`|`) and remove the newline explicit markup.
1 parent ccffc5e commit a260272

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/first-interaction.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,17 @@ jobs:
1515
- uses: actions/first-interaction@v1
1616
with:
1717
repo-token: "${{ secrets.GITHUB_TOKEN }}"
18-
issue-message: '# Thank you for contributing an issue\n**Welcome to the ITK community!**\nWe are glad you are here and appreciate your contribution. Please keep in mind our [community participation guidelines](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CODE_OF_CONDUCT.md).\nAlso, please check [existing open issues](https://github.com/InsightSoftwareConsortium/ITK/issues) and consider discussion on the [ITK Discourse](https://discourse.itk.org).'
19-
pr-message: '# Thank you for contributing a pull request\n**Welcome to the ITK community!**\nWe are glad you are here and appreciate your contribution. Please keep in mind our [community participation guidelines](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CODE_OF_CONDUCT.md).\nMore support and guidance on the contribution process and be found in our [contributing guide](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md).'
18+
issue-message: |
19+
Thank you for contributing an issue!
20+
21+
**Welcome to the ITK community!**
22+
23+
We are glad you are here and appreciate your contribution. Please keep in mind our [community participation guidelines](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CODE_OF_CONDUCT.md).
24+
Also, please check [existing open issues](https://github.com/InsightSoftwareConsortium/ITK/issues) and consider discussion on the [ITK Discourse](https://discourse.itk.org).
25+
pr-message: |
26+
Thank you for contributing a pull request!
27+
28+
**Welcome to the ITK community!**
29+
30+
We are glad you are here and appreciate your contribution. Please keep in mind our [community participation guidelines](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CODE_OF_CONDUCT.md).
31+
More support and guidance on the contribution process and be found in our [contributing guide](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)