Skip to content

Commit ed71064

Browse files
moonlight83340kartben
authored andcommitted
doc: contribute: fix dead link in RFC proposal template
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: #92342 Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
1 parent ad4c3e3 commit ed71064

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/contribute/proposals_and_rfcs.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ of the changes should however be part of the pull-request:
5555
- ...
5656

5757
The process in itself consists in creating a GitHub issue with the :ref:`RFC
58-
label <gh_labels>` that documents the proposal thoroughly. There is an `RFC
59-
template`_ included in the main Zephyr GitHub repository that serves as a
60-
guideline to write a new RFC.
58+
label <gh_labels>` that documents the proposal thoroughly. You are encouraged
59+
to use the `RFC form`_ to make sure the proposal follows a template which
60+
project participants are already familiar with.
6161

6262
As with Pull Requests, RFCs might require discussion in the context of one of
6363
the `Zephyr meetings`_ in order to move it forward in cases where there is
6464
either disagreement or not enough voiced opinions in order to proceed. Make sure
6565
to either label it appropriately or include it in the corresponding GitHub
6666
project in order for it to be examined during the next meeting.
6767

68-
.. _`RFC template`: https://github.com/zephyrproject-rtos/zephyr/blob/main/.github/ISSUE_TEMPLATE/003_rfc-proposal.md
68+
.. _`RFC form`: https://github.com/zephyrproject-rtos/zephyr/issues/new?template=003_rfc-proposal.yml
6969
.. _`Zephyr meetings`: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Working-Groups

0 commit comments

Comments
 (0)