more readme updates

This commit is contained in:
alonamid
2019-10-11 08:17:20 -07:00
parent 81cd6acd33
commit 8d93f602d1
2 changed files with 16 additions and 3 deletions

8
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,8 @@
Contributing to Chipyard
=============================
### Branch management:
1) github:com/ucb-bar/chipyard: master = stable release. All merges to master must go through PR.
2) github:com/ucb-bar/dev: dev = pre-release non-stable branch with latest features. All merges to dev must go through PR.
3) Other dependancies pointed at by Chipyard (e.g. firesim, boom): master should be the version submoduled in ucb-bar/chipyard master.