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-02-20 14:15:39 +13:00
parent 9c9b3ebf9e
commit 38746ea5fa
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: following guide:
https://opensource.guide/how-to-contribute/#orienting-yourself-to-a-new-project. 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 # Using the issue tracker

View File

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