mirror of https://github.com/YosysHQ/yosys.git
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:
parent
9c9b3ebf9e
commit
38746ea5fa
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue