docs: Cross reference contributing

.md points to .html on latest
.rst points to .md on main (not that it will work before this is merged)
This commit is contained in:
Krystine Sherwin 2025-01-25 13:38:58 +13:00
parent c6bbbfaa61
commit 73da096070
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,8 @@ first time contributing to an open source project, please take a look at the
following guide:
https://opensource.guide/how-to-contribute/#orienting-yourself-to-a-new-project.
Information about the Yosys coding style is available on our Read the Docs:
https://yosys.readthedocs.io/en/latest/yosys_internals/extending_yosys/contributing.html.
# Using the issue tracker

View File

@ -1,6 +1,14 @@
Contributing to Yosys
=====================
.. note::
For information on making a pull request on github, refer to our
|CONTRIBUTING|_.
.. |CONTRIBUTING| replace:: :file:`CONTRIBUTING.md`
.. _CONTRIBUTING: https://github.com/YosysHQ/yosys/CONTRIBUTING.md
Coding Style
------------