Skip to content

move-ton/main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Free TON DevOps Governance Repository

How to participate in Contests

  1. Each Contest is operated by Sub-Governance (SG) - a group of people responsible for specific domain. Each SG has a separate repository where all Contest materials are hosted. Each Contest participant should know which SG operates the Contest.

  2. Fork SG repository https://github.com/freeton-org/SG_REPO_NAME to your account image

  3. Clone the fork and add your repo to submission directory using git subtree functionality:

git clone https://github.com/<YOUR_NAME>/<SG_REPO_NAME>.git
cd <SG_REPO_NAME>
git subtree add --prefix proposal-<PROPOSAL_NUM>/submission-<SUBMISSION_NUM>/<REPO_NAME> https://github.com/<REPO_USER>/<REPO_NAME>.git <BRANCH_NAME> --squash
git push
  • <SG_REPO_NAME> - SG repository name
  • <YOUR_NAME> - participant GitHub account name
  • <PROPOSAL_NUM> - proposal number
  • <SUBMISSION_NUM> - submission number
  • <REPO_USER> - participant solution repo owner (it may be an organization as well as Github user)
  • <REPO_NAME> - participant solution name
  • <BRANCH_NAME> - branch with contest submission (should exist in <REPO_USER>/<REPO_NAME> repository)
  1. Open pull request into SG repo from your fork image

  2. If Contest has not ended yet, you may want to push some changes in it. Feel free to do so! Just continue working in your original repo and when you're done, pull your changes into existing fork using the same technique (subtree pull instead of subtree add):

git subtree pull --prefix proposal-<PROPOSAL_NUM>/submission-<SUBMISSION_NUM>/<REPO_NAME> https://github.com/<REPO_USER>/<REPO_NAME>.git <BRANCH_NAME> --squash

git push
  1. Changes are in your fork now. Don't forget to submit a separate pull request with changes as was shown before

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages