Skip to content

Commit 779cdcd

Browse files
1 parent aed7ad7 commit 779cdcd

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

contributing/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,9 @@
643643
<h1 id="contributing">Contributing</h1>
644644
<p>We very much welcome ideas, questions and relevant contributions from anyone
645645
with an interest in improving the adoption and usage of free-threaded CPython.</p>
646+
<p>Please read <a href="https://github.com/Quansight/.github/blob/master/CODE_OF_CONDUCT.md">the Code of
647+
Conduct</a>
648+
and be mindful of the community rules while working on the project.</p>
646649
<h2 id="contributing-to-this-site">Contributing to this site</h2>
647650
<p>Contributions can be made through issues on and pull requests to the
648651
<a href="https://github.com/Quansight-Labs/free-threaded-compatibility">free-threaded-compatibility</a>
@@ -731,7 +734,7 @@ <h3 id="implementing-support-for-free-threading-in-a-package">Implementing suppo
731734
<span class="md-icon" title="Last update">
732735
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
733736
</span>
734-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 11, 2025 17:03:13">April 11, 2025</span>
737+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 18, 2025 14:29:49">April 18, 2025</span>
735738
</span>
736739

737740

index.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,15 @@
310310
</span>
311311
</a>
312312

313+
</li>
314+
315+
<li class="md-nav__item">
316+
<a href="#where-to-get-help" class="md-nav__link">
317+
<span class="md-ellipsis">
318+
Where to get help
319+
</span>
320+
</a>
321+
313322
</li>
314323

315324
<li class="md-nav__item">
@@ -609,6 +618,15 @@
609618
</span>
610619
</a>
611620

621+
</li>
622+
623+
<li class="md-nav__item">
624+
<a href="#where-to-get-help" class="md-nav__link">
625+
<span class="md-ellipsis">
626+
Where to get help
627+
</span>
628+
</a>
629+
612630
</li>
613631

614632
<li class="md-nav__item">
@@ -689,6 +707,14 @@ <h2 id="installing-and-running-free-threaded-python">Installing and Running Free
689707
<li><a href="installing_cpython/">Installing Free-Threaded Python</a></li>
690708
<li><a href="running-gil-disabled/">Running Python with the GIL Disabled</a></li>
691709
</ul>
710+
<h2 id="where-to-get-help">Where to get help</h2>
711+
<p>You can join the Free-threaded Python Community Discord using this invite link:
712+
https://discord.gg/rqgHCDqdRr.</p>
713+
<p>You can also ask questions in the <a href="https://discuss.python.org/c/threading/38">Threading
714+
category</a> of the Python community
715+
Discourse forum.</p>
716+
<p>Please read and be mindful of community rules. Both communities enforce the
717+
Python Software Foundation Code of Conduct.</p>
692718
<h2 id="updating-code-to-run-on-free-threaded-python">Updating code to run on free-threaded Python</h2>
693719
<p>If you are interested in updating your code to work on free-threaded Python,
694720
what you need to do depends on your needs and goals. Please select the option
@@ -828,7 +854,7 @@ <h2 id="about-this-site">About this site</h2>
828854
<span class="md-icon" title="Last update">
829855
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
830856
</span>
831-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 11, 2025 17:03:13">April 11, 2025</span>
857+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 18, 2025 14:29:49">April 18, 2025</span>
832858
</span>
833859

834860

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)