Skip to content

Commit

Permalink
Make branch names explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
remarcmij committed Nov 20, 2024
1 parent b1761bb commit 5abd8c6
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions test-runner/compliance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ You are currently on the *main* branch. In the Assignments repository you should
not be working directly on the main branch.
Please create a new branch for each week. Valid branch names should
start with your name, followed by one of these suffixes:
start with your name, followed by the week number and the module name in this
format:
-w2-JavaScript
-w3-JavaScript
-w1-Browsers
-w1-UsingAPIs
-w2-UsingAPIs
YOUR_NAME-w2-JavaScript
YOUR_NAME-w3-JavaScript
YOUR_NAME-w1-Browsers
YOUR_NAME-w1-UsingAPIs
YOUR_NAME-w2-UsingAPIs
For more information please refer to the link below:
Expand All @@ -88,13 +89,14 @@ https://github.com/HackYourFuture/JavaScript/blob/main/hand-in-assignments-guide

const BRANCH_NAME_MESSAGE = `
Your branch name does conform to the mandated pattern. Valid branch names should
start with your name, followed by one of these suffixes:
-w2-JavaScript
-w3-JavaScript
-w1-Browsers
-w1-UsingAPIs
-w2-UsingAPIs
start with your name, followed by the week number and the module name in this
format:
YOUR_NAME-w2-JavaScript
YOUR_NAME-w3-JavaScript
YOUR_NAME-w1-Browsers
YOUR_NAME-w1-UsingAPIs
YOUR_NAME-w2-UsingAPIs
For more information please refer to the link below:
Expand Down

0 comments on commit 5abd8c6

Please sign in to comment.