Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/welcome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
`Welcome to AICR, @${creator}! Thanks for opening your first issue.`,
'',
'A maintainer will triage this shortly. In the meantime:',
'- Check the [Contributing Guide](../blob/main/CONTRIBUTING.md) for project conventions',
'- Browse existing [labels](../../labels) for related topics',
'- Join the conversation in [Discussions](../../discussions) for questions',
`- Check the [Contributing Guide](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/CONTRIBUTING.md) for project conventions`,
`- Browse existing [labels](https://github.com/${context.repo.owner}/${context.repo.repo}/labels) for related topics`,
`- Join the conversation in [Discussions](https://github.com/${context.repo.owner}/${context.repo.repo}/discussions) for questions`,
].join('\n'),
});
}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
`Welcome to AICR, @${creator}! Thanks for your first pull request.`,
'',
'Before review, please ensure:',
'- All commits are signed off per the [DCO](../blob/main/CONTRIBUTING.md#developer-certificate-of-origin)',
`- All commits are signed off per the [DCO](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/CONTRIBUTING.md#developer-certificate-of-origin)`,
'- CI checks pass (tests, lint, security scan)',
'- The PR description explains the *why* behind your changes',
'',
Expand Down