A template repository that Coachable students will use in the program for Leetcode and other assignments.
- On the top right of the main page of this repository, click on
Use this template
andCreate a new repository
on your Github account. - Follow the convention for the naming of the repo:
Coachable-[First Name]-[Last Name]-Repository
- (Optional) Make the newly created repository private.
- Add your list of coaches (link TBA) as collaborators to your private forked repository, granting access for review and feedback.
- [IMPORTANT] Replace the coach in
.github/CODEOWNERS
with your designated coach. This will ensure timely notifications when a Pull Request (PR) is made.
- Commit messages must be the Leetcode problem, so that includes the problem number and problem title. Example.
- Commits must be made to a separate branch (a feature branch), and not the main branch. Pull Requests (PRs) will be made to merge into the main branch. This will allow coaches to review your code and submissions. Example.
- PR messages must include the leetcode problem number, loom link, and 2 - 3 word sentence summary.
- If there are multiple commits(problems) per PR, then the PR must segment each Loom link and problem summary by Problem number using proper markdown (i.e. using separators in markdown to separate problems.)
- Example
- [IMPORTANT] Please include your assigned coach as the reviewer of your PR. If you don't, your coach will not grade or review your PR because they will miss it.