Skip to content

Commit

Permalink
Merge pull request mixxxdj#278 from ronso0/gh-issues-migration
Browse files Browse the repository at this point in the history
Github Issues migration
  • Loading branch information
daschuer authored Aug 26, 2022
2 parents d0ef5e9 + 8ae79ea commit 66c2168
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def __init__(self, url, title, context, css="", children=()):
"Navigation bar link to Mixxx Forums.",
),
MenuItem(
"https://bugs.launchpad.net/mixxx/",
"https://github.com/mixxxdj/mixxx/issues/",
"Bug Tracker",
"Navigation bar link to Mixxx Bug Tracker.",
),
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/pages/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div id="get-in-touch" class="docs-section container">
<h1><a class="headline-link" href="#get-in-touch">{% trans %}Get in Touch{% endtrans %}</a></h1>
<p>
{% with support_page_link="/support", bug_tracker_link="https://bugs.launchpad.net/mixxx/", zulip_web_link="https://mixxx.zulipchat.com/" %}{% trans %}Please refer to the <a href="{{ support_page_link }}">Support page</a> if you need help setting up or using Mixxx. If you think you've found a bug, please file a bug report in our <a href="{{ bug_tracker_link }}">bug tracker</a>. If you would like to get in touch with Mixxx developers, <a href="{{ zulip_web_link }}">Zulip</a> is the best way to reach us.{% endtrans %}{% endwith %}
{% with support_page_link="/support", bug_tracker_link="https://github.com/mixxxdj/mixxx/issues/", zulip_web_link="https://mixxx.zulipchat.com/" %}{% trans %}Please refer to the <a href="{{ support_page_link }}">Support page</a> if you need help setting up or using Mixxx. If you think you've found a bug, please file a bug report in our <a href="{{ bug_tracker_link }}">bug tracker</a>. If you would like to get in touch with Mixxx developers, <a href="{{ zulip_web_link }}">Zulip</a> is the best way to reach us.{% endtrans %}{% endwith %}
</p>
<p>
{% with project_manager_link="mailto:[email protected]" %}{% trans %}If you're a DJ hardware manufacturer and would like your product to work with Mixxx, please contact us at, <a href="{{ project_manager_link }}">[email protected]</a>. We accept donations and loans of DJ equipment which we use to improve both specific and general hardware support in Mixxx.{% endtrans %}{% endwith %}
Expand Down
4 changes: 2 additions & 2 deletions theme/templates/pages/get-involved.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h6 class="docs-header">{% trans %}Start Developing Now{% endtrans %}</h6>
{% with com_github_link="https://github.com", using_git_wiki_link="https://github.com/mixxxdj/mixxx/wiki/using_git" %}{% trans %}Get a <a href="{{ com_github_link }}">Github</a> account and <a href="{{ using_git_wiki_link }} ">fork your own branch</a>!{% endtrans %}{% endwith %}
</li>
<li>
{% with easy_bug_list_link="https://bugs.launchpad.net/mixxx/+bugs?field.tag=easy", mixxx_credits_link="/contact/" %}{% trans %}Pick a bug off our <a href="{{ easy_bug_list_link }} ">Easy Bugs List</a> and start hacking!<br><br> Fixed it? Your name will be in the <a href="{{ mixxx_credits_link }}">Mixxx credits</a>!{% endtrans %}{% endwith %}
{% with easy_bug_list_link="https://github.com/mixxxdj/mixxx/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy", mixxx_credits_link="/contact/" %}{% trans %}Pick a bug off our <a href="{{ easy_bug_list_link }} ">Easy Bugs List</a> and start hacking!<br><br> Fixed it? Your name will be in the <a href="{{ mixxx_credits_link }}">Mixxx credits</a>!{% endtrans %}{% endwith %}
</li>
<li>
{% trans %}You don't even have to know C++. There are developers who got into Mixxx development while learning C++ along the way.{% endtrans %}
Expand All @@ -53,7 +53,7 @@ <h5><a class="headline-link" href="#djs">{% trans %}DJs{% endtrans %}</a></h5>
{% with controller_wiki_link="https://github.com/mixxxdj/mixxx/wiki#controller-mapping-documentation" %}{% trans %}<a href="{{ controller_wiki_link }}">Create or improve mappings</a> for your controller.{% endtrans %}{% endwith %}
</li>
<li>
{% with bug_tracker_link="https://bugs.launchpad.net/mixxx/+filebug" %}{% trans %}<a href="{{ bug_tracker_link }}">Report bugs</a> as you find them.{% endtrans %}{% endwith %}
{% with bug_tracker_link="https://github.com/mixxxdj/mixxx/issues/new" %}{% trans %}<a href="{{ bug_tracker_link }}">Report bugs</a> as you find them.{% endtrans %}{% endwith %}
</li>
<li>
{% with mixxx_wiki_link="/wiki/" %}{% trans %}Help keep our <a href="{{ mixxx_wiki_link }}">Wiki</a> up-to-date.{% endtrans %}{% endwith %}
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2><a class="headline-link" href="community">{% trans %}Friendly Community{% en
</p>

<p>
{% with launchpad_bugs="https://bugs.launchpad.net/mixxx/", mapping_link="https://github.com/mixxxdj/mixxx/wiki/Contributing-Mappings", create_a_branch_link="/get-involved#developers", help_with_translations_link="/get-involved#translators", starter_tasks_link="/get-involved" %}{% trans %}You can get involved with Mixxx today by <a href="{{ launchpad_bugs }}">reporting bugs and suggesting features</a>, <a href="{{ mapping_link }}">making a controller mapping</a>, <a href="{{ create_a_branch_link }}">adding features &amp; fixing bugs</a>, <a href="{{ help_with_translations_link }}">helping with translations</a>, or working on one of our other <a href="{{ starter_tasks_link }}">starter tasks</a>.{% endtrans %}{% endwith %}
{% with github_issues="https://github.com/mixxxdj/mixxx/issues/", mapping_link="https://github.com/mixxxdj/mixxx/wiki/Contributing-Mappings", create_a_branch_link="/get-involved#developers", help_with_translations_link="/get-involved#translators", starter_tasks_link="/get-involved" %}{% trans %}You can get involved with Mixxx today by <a href="{{ github_issues }}">reporting bugs and suggesting features</a>, <a href="{{ mapping_link }}">making a controller mapping</a>, <a href="{{ create_a_branch_link }}">adding features &amp; fixing bugs</a>, <a href="{{ help_with_translations_link }}">helping with translations</a>, or working on one of our other <a href="{{ starter_tasks_link }}">starter tasks</a>.{% endtrans %}{% endwith %}
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion theme/templates/pages/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h5>{% trans %}Community Forums{% endtrans %}</h5>
<div>
<h5>{% trans %}Bug Tracker{% endtrans %}</h5>
<p>
{% with bug_tracker_link="https://bugs.launchpad.net/mixxx/" %}{% trans %}Please report any bugs you find to our <a href=" {{ bug_tracker_link }}">Bug Tracker</a>. The bug tracker gives us a centralized place to pool our information on bugs, and prevents us from getting disorganized and forgetting about them.{% endtrans %}{% endwith %}
{% with bug_tracker_link="https://github.com/mixxxdj/mixxx/issues/new" %}{% trans %}Please report any bugs you find to our <a href=" {{ bug_tracker_link }}">Bug Tracker</a>. The bug tracker gives us a centralized place to pool our information on bugs, and prevents us from getting disorganized and forgetting about them.{% endtrans %}{% endwith %}
</p>
</div>
</div>
Expand Down

0 comments on commit 66c2168

Please sign in to comment.