Skip to content

Commit 6b427b8

Browse files
committed
Update rules
1 parent 8c08a71 commit 6b427b8

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • pydis_site/templates/events/pages/code-jams/12

pydis_site/templates/events/pages/code-jams/12/rules.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{% extends "events/base_sidebar.html" %}
22

3-
{% block title %}Summer Code Jam 2024{% endblock %}
3+
{% block title %}Summer Code Jam 2025{% endblock %}
44

55
{% block breadcrumb %}
66
<li><a href="{% url "events:index" %}">Events</a></li>
77
<li><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></li>
8-
<li><a href="{% url "events:page" path="code-jams/11" %}">Code Jam 2024</a></li>
8+
<li><a href="{% url "events:page" path="code-jams/12" %}">Code Jam 2025</a></li>
99
<li class="is-active"><a href="#">Rules</a></li>
1010
{% endblock %}
1111

1212
{% block event_content %}
1313
<ol>
14-
<li><p>Your solution must use one or more of the approved frameworks. It is not permitted to circumvent this rule by e.g. using the approved framework as a wrapper for another framework.</p></li>
14+
<li><p>Your solution must use one or more of the pre-approved frameworks. It is not permitted to circumvent this rule by e.g. using the approved framework as a wrapper for another framework.</p></li>
1515
<li>
1616
<p>
17-
<strong>The core of your project must focus on and incorporate Discord Applications.</strong>
17+
<strong>The core of your project must focus on and incorporate "Python in the Browser".</strong>
1818
</p>
1919
</li>
2020
<li><p>Your solution should be platform agnostic. For example, if you use filepaths in your submission, use <code>pathlib</code> to create platform agnostic Path objects instead of hardcoding the paths.</p></li>
@@ -37,7 +37,7 @@
3737
<li>
3838
<p>
3939
All code and assets must be compatible with the <a href="https://en.wikipedia.org/wiki/MIT_License">MIT license</a>.
40-
This is because we will be merging your submission into our <code>summer-code-jam-2024</code> repo at the end of the jam,
40+
This is because we will be merging your submission into our <code>summer-code-jam-2025</code> repo at the end of the jam,
4141
and this repo is licensed with the MIT license.
4242
<strong>Projects that include assets that are incompatible with this license may be disqualified.</strong>
4343
</p>
@@ -52,10 +52,10 @@
5252
</li>
5353
<li>
5454
<p>
55-
Your team, once the coding portion of the code jam is complete, must create a video presentation that showcases and explains your final product.
56-
This must be in a video format and must be uploaded somewhere for the judges to view (i.e. unlisted Youtube video, Vimeo, etc.)
57-
The video can be as simple as a screen recording with annotated text.
58-
Teams who do not submit a final video presentation may be disqualified.
55+
Your team, once the coding portion of the code jam is complete, must create a presentation that showcases and explains your final product.
56+
Thorough and robust documentation can fulfill this requirement.
57+
This must be uploaded somewhere for the judges to view (i.e. unlisted Youtube video, Google Drive, GitHub etc.)
58+
Teams who do not submit a final presentation may be disqualified.
5959
</p>
6060
</li>
6161
<li>
@@ -80,6 +80,6 @@
8080

8181
{% block sidebar %}
8282

83-
{% include "events/sidebar/code-jams/11.html" %}
83+
{% include "events/sidebar/code-jams/12.html" %}
8484

8585
{% endblock %}

0 commit comments

Comments
 (0)