Skip to content

Commit 1428fd9

Browse files
authored
Merge pull request #245 from xexyl/guidelines-faq
2 parents d53e0de + f3de2bd commit 1428fd9

File tree

4 files changed

+178
-141
lines changed

4 files changed

+178
-141
lines changed

faq.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ <h2>Frequently Asked Questions</h2>
453453

454454
<!-- BEFORE: 1st line of markdown file: faq.md -->
455455
<h1 id="ioccc-faq-table-of-contents">IOCCC FAQ Table of Contents</h1>
456-
<p>This is FAQ version <strong>29.02 2025-11-29</strong>.</p>
456+
<p>This is FAQ version <strong>29.03 2025-11-30</strong>.</p>
457457
<h2 id="entering-the-ioccc-the-bare-minimum-you-need-to-know">0. <a href="#enter_questions">Entering the IOCCC: the bare minimum you need to know</a></h2>
458458
<ul>
459459
<li><strong>Q 0.0</strong>: <a class="normal" href="#enter">How can I enter the IOCCC?</a></li>
@@ -486,6 +486,7 @@ <h2 id="entering-the-ioccc-more-help-and-details">1. <a href="#submitting_help">
486486
<li><strong>Q 1.10</strong>: <a class="normal" href="#download_submission">Can I download my submission tarball from the submit server?</a></li>
487487
<li><strong>Q 1.11</strong>: <a class="normal" href="#del_submission">Can I delete a submission from the submit server?</a></li>
488488
<li><strong>Q 1.12</strong>: <a class="normal" href="#makefile_details">What are the detailed recommendations for a submission Makefile?</a></li>
489+
<li><strong>Q 1.13</strong>: <a class="normal" href="#github">May I use GitHub or other services to develop my submission?</a></li>
489490
</ul>
490491
<h2 id="ioccc-judging-process">2. <a href="#judging_process">IOCCC Judging process</a></h2>
491492
<ul>
@@ -1698,6 +1699,14 @@ <h4 id="the-clobber-rule">The clobber rule</h4>
16981699
Makefile does not have a clobber rule, it will be flagged by <code>mkiocccentry(1)</code>
16991700
(you may ignore this but it does put you at a risk of violating the rules).</p>
17001701
<p>Jump to: <a href="#">top</a></p>
1702+
<div id="github">
1703+
<h3 id="q-1.13-may-i-use-github-or-other-services-to-develop-my-submission">Q 1.13: May I use GitHub or other services to develop my submission?</h3>
1704+
</div>
1705+
<p>While you may use your own git server or a publicly available service to develop
1706+
your submission, we <strong>DISLIKE</strong> submissions that require it. What’s more,
1707+
since it would possibly not be anonymous it would break the rules as you are
1708+
<strong>NOT</strong> allowed to reveal who you are.</p>
1709+
<p>Jump to: <a href="#">top</a></p>
17011710
<hr style="width:50%;text-align:left;margin-left:0">
17021711
<hr style="width:50%;text-align:left;margin-left:0">
17031712
<div id="judging_process">

faq.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IOCCC FAQ Table of Contents
22

3-
This is FAQ version **29.02 2025-11-29**.
3+
This is FAQ version **29.03 2025-11-30**.
44

55

66
## 0. [Entering the IOCCC: the bare minimum you need to know](#enter_questions)
@@ -32,6 +32,7 @@ This is FAQ version **29.02 2025-11-29**.
3232
- **Q 1.10**: <a class="normal" href="#download_submission">Can I download my submission tarball from the submit server?</a>
3333
- **Q 1.11**: <a class="normal" href="#del_submission">Can I delete a submission from the submit server?</a>
3434
- **Q 1.12**: <a class="normal" href="#makefile_details">What are the detailed recommendations for a submission Makefile?</a>
35+
- **Q 1.13**: <a class="normal" href="#github">May I use GitHub or other services to develop my submission?</a>
3536

3637

3738
## 2. [IOCCC Judging process](#judging_process)
@@ -1644,6 +1645,17 @@ Makefile does not have a clobber rule, it will be flagged by `mkiocccentry(1)`
16441645

16451646
Jump to: [top](#)
16461647

1648+
<div id="github">
1649+
### Q 1.13: May I use GitHub or other services to develop my submission?
1650+
</div>
1651+
1652+
While you may use your own git server or a publicly available service to develop
1653+
your submission, we **DISLIKE** submissions that require it. What's more,
1654+
since it would possibly not be anonymous it would break the rules as you are
1655+
**NOT** allowed to reveal who you are.
1656+
1657+
1658+
Jump to: [top](#)
16471659

16481660
<hr style="width:50%;text-align:left;margin-left:0">
16491661
<hr style="width:50%;text-align:left;margin-left:0">

0 commit comments

Comments
 (0)