The code behind FRC team 3494's 2016 robit. This time hopefully set up right on Github.
New programmers are to refer to gettingstarted.md
HOW TO USE THIS REPOSITORY
- Create your own branch to work on.
- make and commit changes.
- Push changes you make to your branch.
- When you think your branch should be merged into
master
, open a pull request and talk to the programming lead. - ???
- Profit
Never, ever, EVER push a commit directly to master.
EVER.
The only commits on master should be merge commits from pull requests. This (helps) prevent conflicts.