Skip to content

glais/powers-of-tau

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powers of Tau Ceremony

How to Contribute

  1. Create a fork of this repository on GitHub
  2. Run the code below
  3. Create a new pull request from your fork to this repository
# Clone the repo and change working directory
git clone git@github.com:YOUR-USERNAME/powers-of-tau.git
cd powers-of-tau

# Check out a new branch
git checkout -b myname-contribution

# Install node dependencies
npm install

# Add your contribution (Important: Save the contribution hash that is shown when the contribution finishes)
node cli.js contribute

# Commit & push
git add contributions/*
git commit -m "Myname - contribution"
git push origin myname-contribution

Hash Verification

When you submit a contribution, the program will print out the hash of your contribution when finished. There is a list of the hashes being maintained on Google Sheets.

About

Powers of Tau Ceremony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%