-
Notifications
You must be signed in to change notification settings - Fork 7.7k
doc: contribute: fix dead link in RFC proposal template #92344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: contribute: fix dead link in RFC proposal template #92344
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, it does not make sense to be linking to the template or what used to be a template, instead change the text to point to the form available at
https://github.com/zephyrproject-rtos/zephyr/issues/new?template=003_rfc-proposal.yml
1495c34
to
103b741
Compare
Fix a broken link in the 'contribute/proposals_and_rfcs.rst' file that pointed to a non-existent Markdown RFC template. The link previously pointed to: .github/ISSUE_TEMPLATE/003_rfc-proposal.md It has been corrected to point to the actual YAML file: .github/ISSUE_TEMPLATE/003_rfc-proposal.yml Fixes: zephyrproject-rtos#92342 Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
@moonlight83340 I just realized @nashif was also suggesting that the paragraph where the link is used needed to be updated so I took the liberty to do just that. |
|
Fix a broken link in the 'contribute/proposals_and_rfcs.rst' file that pointed to a non-existent Markdown RFC template.
The link previously pointed to:
.github/ISSUE_TEMPLATE/003_rfc-proposal.md
It has been corrected to point to the actual YAML file:
.github/ISSUE_TEMPLATE/003_rfc-proposal.yml
Fix #92342