diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7eccdec3b..d8d929f3f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,4 +6,4 @@ _Explain how this is achieved._ _Make sure your change comes with tests. If not possible, share how a reviewer might evaluate it._ -_These template prompts can be deleted when you're done responding to them_ \ No newline at end of file +_These template prompts can be deleted when you're done responding to them._ \ No newline at end of file diff --git a/docs/source/yosys_internals/extending_yosys/extensions.rst b/docs/source/yosys_internals/extending_yosys/extensions.rst index 44b1edabc..74a7d72d6 100644 --- a/docs/source/yosys_internals/extending_yosys/extensions.rst +++ b/docs/source/yosys_internals/extending_yosys/extensions.rst @@ -9,7 +9,7 @@ Writing extensions .. todo:: update to use :file:`/code_examples/extensions/test*.log` This chapter contains some bits and pieces of information about programming -yosys extensions. Don't be afraid to ask questions on the Yosys HQ Discourse. +yosys extensions. Don't be afraid to ask questions on the YosysHQ Discourse. .. todo:: mention coding guide