From 718897e1235818a34c2916b6306f316c8982afc0 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 15 Aug 2018 14:30:55 -0700 Subject: [PATCH] Update section on local development contributions. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c83a091a..6eceeaaf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,13 @@ other OpenRAM features. Please see the README.md file on how to run the unit tests. Unit tests should work in all technologies. We will run the tests on your contributions before they will be accepted. +# Internally Development + +For internal development, follow all of the following steps EXCEPT +do not fork your own copy. Instead, create a branch in our private repository +and consult with me when you want to merge it into the dev branch. +All unit tests should pass first. + # Pull Request Process 1. One time, create a GitHub account at http://github.com