-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #431 from GOMC-WSU/development
GOMC Release 2.75
- Loading branch information
Showing
534 changed files
with
426,701 additions
and
6,455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
To contribute to GOMC please follow this procedure: | ||
|
||
1) Fork the GOMC repository | ||
|
||
2) Clone your forked repository | ||
|
||
git clone https://github.com/yourusername/GOMC.git | ||
|
||
2) Checkout the development branch: | ||
|
||
git checkout development | ||
|
||
3) Create a new branch based of the development branch named after your new feature | ||
|
||
git checkout -b nameofyourbranch | ||
|
||
4) Development on this branch checking for consistent results with the development branch by using the GOMC_Examples.py script | ||
|
||
5) When you are ready to add to GOMC, rebase your branch with the development branch. | ||
|
||
git remote add upstream https://github.com/GOMC-WSU/GOMC.git | ||
git rebase upstream/development | ||
|
||
6) Retest with the GOMC_Examples.py script | ||
|
||
7) If all the tests passed, open a pull request and select reviewers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.