Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 847 Bytes

File metadata and controls

31 lines (23 loc) · 847 Bytes

Submission Guideline

  1. Fork the repo to your own github account

  2. Clone the repo from your own account, please note: do no clone the origin one directly, but clone the repo you forked

git clone https://github.com/xxxxxxxx/rei-dao.git
cd rei-dao/
  1. Create a new branch (file) and switch to a new branch For example:
git branch add-mint-address-0xxxxx
git checkout add-mint-address-0xxxxx
  1. Add your mint address information to the src/bridgesInfo/minterList.json.

  2. Commit and push the information to your repo For example:

git add -A
git commit -m “Add mint address xxx
git push origin add-mint-address-0xxxxx
  1. Under your repo page, click the “New pull request” button.

  2. We will review your PR as soon as possible. If there is no problem with your PR, we will merge it into our master branch.