Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jacob Gregory Lee
go
Commits
6ef556d4
Commit
6ef556d4
authored
Apr 24, 2017
by
David Haynes
🙆
Browse files
Slight updates to CONTRIBUTING
- most issues have been closed in other commits
parent
6f46f656
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
6ef556d4
# On Contributing
## git
First take a look at
[
github flow
](
https://guides.github.com/introduction/flow/
)
as this page gives a good starting point on understanding how to work with
`git`
in an open source repo.
...
...
@@ -77,7 +78,13 @@ Example commit description:
### Merging to the current development branch
Once you've finished work in a branch open a
[
pull request
](
https://git.gmu.edu/srct/go/merge_requests/new
)
Once you've finished work in a branch you will need to push your commits to gitlab.
git push origin ##-branchname
`Origin`
is gitlab.
Open a
[
merge request
](
https://git.gmu.edu/srct/go/merge_requests/new
)
to start the process of getting your code into the repo. Your code wil be reviewed
by another member before being merged. Your code must pass our tests and include
in the description:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment