Skip to content

Instantly share code, notes, and snippets.

View ZheyangSong's full-sized avatar

ZheyangSong

  • California, US
View GitHub Profile

Merge Code to Mainline (repos under Juniper org)

  • Ask the manager about gaining permissions to raise code review and to push code to mainline repos
  • If upstream to corresponding mainline repo doesn't exist, add it to your local repo(s) that contain(s) changes you need to merge.
  • Log in https://bugs.launchpad.net/juniperopenstack/, then create a new bug report (Instruction to creating a new bug is described here), if your code change is for a new feature, or find an existing bug otherwise.
  • Back to your terminal, commit your code changes locally, if you haven't done it.
@ZheyangSong
ZheyangSong / Linter_Setup_and_Usage.md
Last active October 17, 2019 22:13
Set Up JS Linter

ESLint

Set Up

  • Install ESLint globally
    $ npm install -g [email protected]
    Verify ESLint is available globally
@ZheyangSong
ZheyangSong / setup-mac-contrail-ui-dev.md
Last active July 20, 2020 07:13 — forked from skizhak/setup-mac-contrail-ui-dev.txt
setup mac for contrail web ui dev sandbox

Install brew, if it doesn't exist

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install basics via brew

$ brew install redis wget n