Difference between revisions of "SPO600 Framework Project"
(→Who's Doing What) |
(→Instructions for Submitting a Pull Request) |
||
Line 27: | Line 27: | ||
=== Instructions for Submitting a Pull Request === | === Instructions for Submitting a Pull Request === | ||
− | ( | + | # Create a Github account. |
+ | # Navigate to the project repo by the link above. | ||
+ | # In the top right of the page make sure that you are "Watching" the repo: https://gyazo.com/f887e6199af0f73453556ca0e96dc2bb | ||
+ | # Click the Fork button. | ||
+ | # This should create a your own version of the repo. | ||
+ | # Clone the newly forked repo and begin adding your additions/changes. | ||
+ | # Once you have committed and pushed your changes to your own repo, submit a Pull Request, by clicking on the link on the right side of the repo page. | ||
+ | # Click New Pull Request. | ||
+ | # Click Create Pull Request, and add any comments about the pull request that you would like the Code Wranglers to know about (be descriptive about what is going on in your submission). | ||
+ | # The Code Wranglers will manage all pull requests and comment on any that might conflict with the main repo. |
Revision as of 14:22, 20 October 2015
Contents
Who's Doing What
The driver for each piece is in bold. Please don't be confined by this list -- contribute to any section as you see fit.
- Config file format - Miguel, Andy, Shirwa
- Initial option lists for config file - James, Andy
- Config file parser - Gaurav, Miguel, Shirwa
- Permute test cases - Ramanan, Donald, Han
- Build - Yehoshua, Jayme, Nitish, Joel
- Test (Sanity Check/Successful Build Test) - Nitish, Dmytro, Ramanan
- Benchmark - Jayme, Yehoshua, Nitish
- Analysis tools/reporting - Kirill, Gaurav
- Code wrangler/git repo maintainer/QA - Joel, Jayme, James
- Inter-module API Coordination - Donald, Kirill, Dmytro
- Top-level bash script - Chris Tyler
API Specifications
(Please add!)
GitHub Repository
Here's the link to the Github repo: SPO600-Build-Framework
Config file name: ./monkeys10k.config
Instructions for Submitting a Pull Request
- Create a Github account.
- Navigate to the project repo by the link above.
- In the top right of the page make sure that you are "Watching" the repo: https://gyazo.com/f887e6199af0f73453556ca0e96dc2bb
- Click the Fork button.
- This should create a your own version of the repo.
- Clone the newly forked repo and begin adding your additions/changes.
- Once you have committed and pushed your changes to your own repo, submit a Pull Request, by clicking on the link on the right side of the repo page.
- Click New Pull Request.
- Click Create Pull Request, and add any comments about the pull request that you would like the Code Wranglers to know about (be descriptive about what is going on in your submission).
- The Code Wranglers will manage all pull requests and comment on any that might conflict with the main repo.