7
mirror of https://github.com/parallella/parallella-hw.git synced 2025-04-22 19:33:42 +00:00

Adding PR instructions

This commit is contained in:
Andreas Olofsson 2016-02-04 11:50:41 -05:00
parent 01f1539d1b
commit d8bdb4534b

View File

@ -4,7 +4,7 @@ PARALLELLA: Supercomputing for Everyone
This repository contains open source board and FPGA designs associated with the Parallella project.
## Open Source Board Designs
## Board Designs
Board | Description | CAD |
-------------------------------------|-------------------------|---------|
@ -24,8 +24,17 @@ All Parallella related FPGA sources have been moved to the [OH! library](https:/
## License
Board design files are released under the Creative Common Share Alike license.
##Contribution
## Contribution
We are looking for external contribution to to the Parallella project! If you have something to contribute in the area of board, system, FPGA design, dig in! All pull requests will be considered. Instructions for contributing can be found [HERE](CONTRIBUTING.md).
## How to do a pull-requeste
1. Fork this repository to your personal github account using the 'fork' button 2. above
3. Clone your 'parallella-hw' fork to a local computer using 'git clone'
4. Create a new sub-directory at the root of the repo
5. Add your project files with the appropriate license clearly stated
6. Add a README.md file (see the skeleton directory for a template)
7. Use git add-->git commit-->git push to add changes to your fork of 'parallella-examples'
8. Submit a pull request by clicking the 'pull request' button on YOUR github 'parallella-examples' repo.