This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
parser:howto [2015/03/23 20:03] Zhipeng (Howard) Huang |
parser:howto [2015/03/24 14:08] (current) Zhipeng (Howard) Huang |
||
---|---|---|---|
Line 9: | Line 9: | ||
**JIRA Setup:** | **JIRA Setup:** | ||
- | [[http://jira.opnfv.org | JIRA ]] | + | We use JJIRA for ISSUE Tracking, so it is better before you push your patches you register the corresponding issue with JIRA |
+ | |||
+ | [[http://jira.opnfv.org | Create an issue in JIRA ]]: | ||
{{:parser:parser_setup.png?300|}} | {{:parser:parser_setup.png?300|}} | ||
Line 23: | Line 25: | ||
Note: Install Both git and git-review. | Note: Install Both git and git-review. | ||
- | If you are not familiar with git, follow the instruction below: | + | If you are not familiar with git, mimic the procedure shown below: |
[[https://gist.github.com/hannibalhuang/15871a332ecd271f16ff | Parser Setup Intro]] | [[https://gist.github.com/hannibalhuang/15871a332ecd271f16ff | Parser Setup Intro]] | ||
Line 60: | Line 62: | ||
git commit --amend --reset-author | git commit --amend --reset-author | ||
+ | The screen shot for the first Parser patch: | ||
+ | |||
+ | {{:parser:parser_gerrit_review_first.png?300|}} | ||
+ | |||
+ | Patch merged into master | ||
+ | {{:parser:parser_merged.png?300|}} |