Skip to content

Commit 25a4056

Browse files
committed
merge remote readme
2 parents f93ab03 + 7c0d401 commit 25a4056

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,44 @@ Inspired by https://github.com/allenwhale/react-redux-boilerplate
1818
---
1919
- npm install
2020
- npm run build
21+
22+
### Contribution
23+
---
24+
- for latest release please checkout master branch
25+
- for contributing developpemnt please checkout dev branch
26+
27+
### Issue tracking
28+
---
29+
- Strongly suggested using zenhub
30+
https://www.zenhub.com/
31+
- Feel free to open new issue or take on existing issues in the backlog.
32+
- New issues will be sorted into backlog or ice box(to be done later).
33+
- Beginners may want to solve the issues with "newbies" tags, which is easier and will help you understand the framework.
34+
35+
### Newbie guidelines
36+
---
37+
- Install zenhub
38+
- Go to "Board" and pick a newbies issue
39+
- Fork repo
40+
- Pull from dev branch
41+
- Make your changes(solve the issue)
42+
- Send pull request
43+
44+
### Note
45+
---
46+
- Our work flow is based on git flow but less complicated, more like git flow + github flow.
47+
- That is to say, even the PRs are accepted, they won't be released immediately. Your changes will be merged into dev not master, waiting for the next version upgrade to be released.
48+
- Good to know:
49+
- git flow
50+
https://datasift.github.io/gitflow/IntroducingGitFlow.html
51+
- github flow
52+
https://guides.github.com/introduction/flow/
53+
54+
### Contact
55+
---
56+
- fb group: https://www.facebook.com/groups/internlens
57+
- email: internlens.tw@gmail.com
58+
- website: https://internlens.com/
59+
60+
61+

0 commit comments

Comments
 (0)