Skip to content

Commit 46e9614

Browse files
fix: address review comments - fix broken link and remove discord from pr-message
Signed-off-by: Divinesoumyadip <soumyacode7@gmail.com>
1 parent d9c39b5 commit 46e9614

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/first-time-contributor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,20 @@ jobs:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
issue-message: |
2121
Welcome to OpenROAD! Thanks for opening your first issue.
22-
2322
To get started:
24-
- QuickStart Guide: https://openroad.readthedocs.io/en/latest/main/README.html
2523
- Build Instructions: https://openroad.readthedocs.io/en/latest/contrib/BuildWithCMake.html
26-
- Join our Discord: https://discord.gg/x8Wz6kM4Qe
24+
- Contribution Guide: https://openroad.readthedocs.io/en/latest/contrib/contributing.html
2725
2826
Please search existing issues before submitting to avoid duplicates.
2927
A maintainer will get back to you soon!
3028
pr-message: |
3129
Welcome to OpenROAD! Thanks for opening your first PR.
32-
3330
Before we review:
3431
- Contribution Guide: https://openroad.readthedocs.io/en/latest/contrib/contributing.html
3532
- Build Instructions: https://openroad.readthedocs.io/en/latest/contrib/BuildWithCMake.html
36-
- Join our Discord: https://discord.gg/x8Wz6kM4Qe
3733
3834
Please ensure:
3935
- CI passes
4036
- Code is properly formatted
4137
- Tests are included where applicable
42-
4338
A maintainer will review shortly!

0 commit comments

Comments
 (0)