Skip to content

Commit

Permalink
Replace Discourse with GitHub Discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Jan 8, 2025
1 parent cf74554 commit e4ae004
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you want to go further, you can:
- [Staging](https://mozilla-pontoon-staging.herokuapp.com/)
- [Production](https://pontoon.mozilla.org/)
- For discussing Pontoon's development, get in touch with us on [chat.mozilla.org](https://chat.mozilla.org/#/room/#pontoon:mozilla.org)
- For feedback, support, and 3rd party deployments, check out [Discourse](https://discourse.mozilla.org/c/pontoon/)
- For feedback, support, and 3rd party deployments, check out [GitHub Discussions](https://github.com/mozilla/pontoon/discussions)

## License

Expand Down
2 changes: 1 addition & 1 deletion contribute.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"docs": "https://mozilla-pontoon.readthedocs.io/",
"chat": "https://chat.mozilla.org/#/room/#pontoon:mozilla.org",
"chat-contacts": ["mathjazz", "eemeli"],
"mailing-list": "https://discourse.mozilla.org/c/pontoon"
"mailing-list": "https://github.com/mozilla/pontoon/discussions"
},
"bugs": {
"list": "https://github.com/mozilla/pontoon/issues",
Expand Down
6 changes: 2 additions & 4 deletions docs/dev/first-contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,8 @@ development. The first one is `chat.mozilla.org <https://chat.mozilla.org/>`_,
used for real-time chat, quick questions, side-track conversations, etc.
Find us in the `#pontoon channel <https://chat.mozilla.org/#/room/#pontoon:mozilla.org>`_.

The second is discourse, a forum platform that we use for more long-term
conversations. We use `Mozilla's community
discourse <https://discourse.mozilla.org/>`_ instance, posting in the
`pontoon category <https://discourse.mozilla.org/c/pontoon>`_.
The second is `GitHub Discussions <https://github.com/mozilla/pontoon/discussions>`_,
a forum platform that we use for more long-term conversations.

These are both places that we strongly encourage you to join, and they
are where you should introduce yourself, ask questions, show your work,
Expand Down
2 changes: 1 addition & 1 deletion pontoon/base/templates/django/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<li><a href="{% url 'pontoon.terms' %}" rel="noopener noreferrer" target="_blank"><i class="fas fa-gavel fa-fw"></i>Terms of Use</a></li>
<li><a href="https://github.com/mozilla/pontoon/" rel="noopener noreferrer" target="_blank"><i class="fab fa-github fa-fw"></i>Hack it on GitHub</a></li>
<li><a href="https://discourse.mozilla.org/c/pontoon" rel="noopener noreferrer" target="_blank"><i class="fas fa-comment-dots fa-fw"></i>Give Feedback</a></li>
<li><a href="https://github.com/mozilla/pontoon/discussions" rel="noopener noreferrer" target="_blank"><i class="fas fa-comment-dots fa-fw"></i>Give Feedback</a></li>
<li><a href="https://mozilla-l10n.github.io/localizer-documentation/tools/pontoon/" rel="noopener noreferrer" target="_blank"><i class="fas fa-life-ring fa-fw"></i>Help</a></li>

<li class="horizontal-separator"></li>
Expand Down
2 changes: 1 addition & 1 deletion pontoon/base/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<li><a href="{{ url('pontoon.terms') }}" rel="noopener noreferrer" target="_blank"><i class="fas fa-gavel fa-fw"></i>Terms of Use</a></li>
<li><a href="https://github.com/mozilla/pontoon/" rel="noopener noreferrer" target="_blank"><i class="fab fa-github fa-fw"></i>Hack it on GitHub</a></li>
<li><a href="https://discourse.mozilla.org/c/pontoon" rel="noopener noreferrer" target="_blank"><i class="fas fa-comment-dots fa-fw"></i>Give Feedback</a></li>
<li><a href="https://github.com/mozilla/pontoon/discussions" rel="noopener noreferrer" target="_blank"><i class="fas fa-comment-dots fa-fw"></i>Give Feedback</a></li>
<li><a href="https://mozilla-l10n.github.io/localizer-documentation/tools/pontoon/" rel="noopener noreferrer" target="_blank"><i class="fas fa-life-ring fa-fw"></i>Help</a></li>

{% if user.is_authenticated %}
Expand Down
2 changes: 1 addition & 1 deletion pontoon/homepage/templates/homepage_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2>Join us.</h2>
<a href="https://github.com/mozilla/pontoon/">Hack it on GitHub</a>
</div>
<div class="flex-col-3 contact">
<a href="https://discourse.mozilla.org/c/pontoon">Give Feedback</a>
<a href="https://github.com/mozilla/pontoon/discussions">Give Feedback</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion translate/src/modules/user/components/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export function UserMenuDialog({
elems={{ glyph: <i className='fas fa-comment-dots fa-fw' /> }}
>
<a
href='https://discourse.mozilla.org/c/pontoon'
href='https://github.com/mozilla/pontoon/discussions'
rel='noopener noreferrer'
target='_blank'
>
Expand Down

0 comments on commit e4ae004

Please sign in to comment.