Skip to content

Commit 6293caa

Browse files
authored
docs: fixed contribution markdown file (#90)
1 parent 7db3dc4 commit 6293caa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/first-interaction.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: actions/first-interaction@v1
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
18-
issue-message: 'Welcome to AsyncAPI.NET. Thank you ${{ github.event.pull_request.user.login }} for reporting your first issue. Please check out our [contributors guide](https://github.com/LEGO/AsyncAPI.NET/blob/main/CONTRIBUTION.md).'
19-
pr-message: 'Thank you ${{ github.event.pull_request.user.login }} for your first pull request to AsyncAPI.NET repository. Please check out our [contributors guide](https://github.com/LEGO/AsyncAPI.NET/blob/main/CONTRIBUTION.md).'
18+
issue-message: 'Welcome to AsyncAPI.NET. Thank you ${{ github.event.pull_request.user.login }} for reporting your first issue. Please check out our [contributors guide](https://github.com/LEGO/AsyncAPI.NET/blob/main/CONTRIBUTING.md).'
19+
pr-message: 'Thank you ${{ github.event.pull_request.user.login }} for your first pull request to AsyncAPI.NET repository. Please check out our [contributors guide](https://github.com/LEGO/AsyncAPI.NET/blob/main/CONTRIBUTING.md).'

CONTRIBUTION.md CONTRIBUTING.md

File renamed without changes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var asyncApiDocument = new AsyncApiStreamReader().Read(stream, out var diagnosti
7575
## Contribution
7676

7777
This project welcomes contributions and suggestions.
78-
Do you want to contribute to the project? Find out how [here](CONTRIBUTION.md).
78+
Do you want to contribute to the project? Find out how [here](CONTRIBUTING.md).
7979

8080
## License
8181
[Modified Apache 2.0 (Section 6)](https://github.com/LEGO/AsyncAPI.NET/blob/main/LICENSE)

0 commit comments

Comments
 (0)