Skip to content

Commit

Permalink
Merge branch 'official' of https://github.com/thewca/wca-regulations
Browse files Browse the repository at this point in the history
…into official
  • Loading branch information
CarterKoala committed Dec 31, 2024
2 parents 94afa00 + e4065c2 commit 04e6171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
git_hash=$(git rev-parse --short "$GITHUB_SHA")
wrc --target=json -g $git_hash -o $outputdir .
wrc --target=html -g $git_hash -o $outputdir .
wrc --target=html --merged -g $git_hash -o $outputdir .
wrc --target=pdf -g $git_hash -o $outputdir .
wrc --target=pdf --merged -g $git_hash -o $outputdir .
# Update version
echo "$git_hash" > $outputdir/version
aws s3 sync $outputdir s3://wca-regulations/ --acl public-read
6 changes: 3 additions & 3 deletions wca-regulations.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Note: Because Article and Regulation numbers are not reassigned when Regulations
- 1a) A competition must include a WCA Delegate and an organization team (consisting of one or more individuals) with the following officials: judges, scramblers and score takers.
- 1b) The organization team of a competition is responsible for logistics before, during, and after the competition.
- 1c) The WCA Delegate is responsible for ensuring that the competition adheres to the WCA Regulations and any applicable WCA policies or requirements. The WCA Delegate may appoint other members of the organization team to carry out specific responsibilities on their behalf, but is ultimately accountable for how these responsibilities are carried out.
- 1c1) The WCA Delegate must ensure that the competition follows the [WCA Scramble Accountability Policy](https://www.worldcubeassociation.org/documents/policies/external/Scramble%20Accountability.pdf).
- 1c1) The WCA Delegate must ensure that the competition follows the [WCA Scramble Accountability Policy](https://documents.worldcubeassociation.org/documents/policies/external/Scramble%20Accountability.pdf).
- 1e) Each event must have one or more judges.
- 1e1) A judge is responsible for executing the procedures of the event.
- 1e1a) A judge may judge multiple competitors simultaneously at the discretion of the WCA Delegate, as long as the judge is able to ensure that all WCA Regulations are followed at all times.
Expand All @@ -69,7 +69,7 @@ Note: Because Article and Regulation numbers are not reassigned when Regulations
- 2b) Competitors below the age of 18 must obtain consent from their parent(s)/guardian(s) to register and compete.
- 2c) Competitors register by providing all information required by the organization team (including: name, region of representation, date of birth, gender, contact information, selected events).
- 2c1) A competitor is not eligible to compete without a completed registration, as determined by the organization team and the WCA Delegate.
- 2c2) Returning competitors must provide personal information consistent with their WCA profile. If a competitor wishes to change or update their personal information between competitions (e.g. a change of region of representation, name, or gender), they must [contact the WCA Results Team](https://www.worldcubeassociation.org/contact/website) either directly or through a WCA Delegate.
- 2c2) Returning competitors must provide personal information consistent with their WCA profile. If a competitor wishes to change or update their personal information between competitions (e.g. a change of region of representation, name, or gender), they must [contact the WCA Results Team](https://www.worldcubeassociation.org/contact?contactRecipient=wrt) either directly or through a WCA Delegate.
- 2d) A competitor's name, region of representation, gender, and competition results are considered public information. All other personal information is considered confidential, and must not be disclosed to outside organizations/persons without the consent of the competitor.
- 2e) Competitors must represent a region of which they hold citizenship. The WCA Delegate should verify citizenship by means of documents (e.g. a passport) at their first competition. If a competitor is found ineligible to represent the region under which they have registered, the competitor may be disqualified retroactively and/or suspended, at the discretion of the WCA Board.
- 2e1) The eligible regions of representation are defined by the [WCA List of Recognized Regions](https://www.worldcubeassociation.org/regulations/countries/).
Expand All @@ -94,7 +94,7 @@ Note: Because Article and Regulation numbers are not reassigned when Regulations
- 2j1) If a competitor is disqualified from an event for any reason, they are not eligible for any more attempts in the event.
- 2j1a) If the competitor has already started at least one attempt in a round before being disqualified from it, the results of all remaining attempts in the event are recorded as DNF. If the competitor has started no attempts (i.e. has no results or only has DNS results), no results are recorded.
- 2j2) Results from attempts that are completed when the disqualification is applied, must not be disqualified. Exception: cheating or defrauding (see [Regulation 2k2a](regulations:regulation:2k2a)).
- 2j3) Specific completed attempts may be disqualified under the circumstances described in [Regulation 2k](regulations:regulation:2k), only if the relevant incident ocurred during the attempt.
- 2j3) Specific completed attempts may be disqualified under the circumstances described in [Regulation 2k](regulations:regulation:2k), only if the relevant incident occurred during the attempt.
- 2k) At the discretion of the WCA Delegate, a competitor may be disqualified from specific attempts and/or events (a single event, multiple events, or all events) if the competitor:
- 2k1) Fails to check in or register in time for the competition.
- 2k2) Is suspected of cheating or defrauding the officials during the competition.
Expand Down

0 comments on commit 04e6171

Please sign in to comment.