Skip to content

A template repository that Coachable students will use in the program for Leetcode and other assignments.

Notifications You must be signed in to change notification settings

zahid21/coachable-student-github-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Coachable Student Github Template

A template repository that Coachable students will use in the program for Leetcode and other assignments.

Instructions to setup student repositiory

  • On the top right of the main page of this repository, click on Use this template and Create 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.

Leetcode Code submission instructions

  • 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.

About

A template repository that Coachable students will use in the program for Leetcode and other assignments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%