Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 161c775

Browse files
authored
ci: update global workflows (#40)
ci: update global workflows
1 parent aeaccde commit 161c775

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/welcome-first-time-contrib.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
issue-message: |
22-
Welcome to AsyncAPI. Thanks a lot for reporting your first issue.
22+
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our [contributors guide](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md) and the instructions about a [basic recommended setup](https://github.com/asyncapi/.github/blob/master/git-workflow.md) useful for opening a pull request.
2323
2424
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out [this issue](https://github.com/asyncapi/asyncapi/issues/115).
25+
26+
2527
pr-message: |
26-
Welcome to AsyncAPI. Thanks a lot for creating your first pull request.
28+
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our [contributors guide](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md) and the instructions about a [basic recommended setup](https://github.com/asyncapi/.github/blob/master/git-workflow.md) useful for opening a pull request.
2729
2830
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out [this issue](https://github.com/asyncapi/asyncapi/issues/115).

0 commit comments

Comments
 (0)