Skip to content

Commit e3f4f9b

Browse files
authored
Better call out rules for contact us (#1838)
* Better call out rules for contact us Signed-off-by: Chris Abraham <[email protected]> * styling Signed-off-by: Chris Abraham <[email protected]> * style Signed-off-by: Chris Abraham <[email protected]> * tweak Signed-off-by: Chris Abraham <[email protected]> * propagate to all contact pages Signed-off-by: Chris Abraham <[email protected]> --------- Signed-off-by: Chris Abraham <[email protected]>
1 parent 5702b13 commit e3f4f9b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

announcement.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ <h2>How to Contribute</h2>
186186
<div class="row">
187187
<div class="col-md-10">
188188
<h2>Get in Touch</h2>
189-
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies.
190-
To learn more about how you can join your industry peers in supporting PyTorch,
191-
or for any questions you may have, please fill out this form to be contacted by a PyTorch Foundation representative.</p>
189+
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies. If you would like to learn how you can collaborate with your peers in the PyTorch Foundation, and would like to have a conversation with a PyTorch Foundation representative, please fill out this form.</p>
190+
191+
<p class="lead"><em><strong>Note:</strong> for all PyTorch <strong>technical questions</strong> please go to <a href="https://discuss.pytorch.org/" target="_blank" alt="Discussion Forums"><strong>discuss.pytorch.org</strong></a></em></p>
192192
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script>
193193
<script>
194194
hbspt.forms.create({

contact-us.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ <h1>Contact Us</h1>
2020
<div class="col-md-10">
2121
<h2>Get in Touch</h2>
2222

23-
<p class="lead">For all PyTorch technical questions, requests for support, problems, any other technical questions please go to this support link: <a href="https://discuss.pytorch.org/" target="_blank" alt="Discussion Forums">discuss.pytorch.org</a></p>
24-
2523
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies. If you would like to learn how you can collaborate with your peers in the PyTorch Foundation, and would like to have a conversation with a PyTorch Foundation representative, please fill out this form.</p>
2624

27-
<p><em>Please note: this form should not be used for technical support issues. Please use the link provided above to get the fastest response for your issue. Thank you!</em></p>
25+
<p class="lead"><em><strong>Note:</strong> for all PyTorch <strong>technical questions</strong> please go to <a href="https://discuss.pytorch.org/" target="_blank" alt="Discussion Forums"><strong>discuss.pytorch.org</strong></a></em></p>
2826

2927
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script>
3028
<script>

join.html

+4
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ <h2 class="upper">Join the Membership that fits your goals</h2>
230230
<div class="row">
231231
<div class="col-md-10">
232232
<h2>Questions? Contact Us</h2>
233+
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies. If you would like to learn how you can collaborate with your peers in the PyTorch Foundation, and would like to have a conversation with a PyTorch Foundation representative, please fill out this form.</p>
234+
235+
<p class="lead"><em><strong>Note:</strong> for all PyTorch <strong>technical questions</strong> please go to <a href="https://discuss.pytorch.org/" target="_blank" alt="Discussion Forums"><strong>discuss.pytorch.org</strong></a></em></p>
236+
233237
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script>
234238
<script>
235239
hbspt.forms.create({

0 commit comments

Comments
 (0)