Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
go
Commits
ae7ea511
Commit
ae7ea511
authored
Apr 24, 2017
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '141-contributing-update' into '2.2-dev'
Slight updates to CONTRIBUTING See merge request
!89
parents
6f46f656
6ef556d4
Pipeline
#1283
passed with stage
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
CONTRIBUTING.md
CONTRIBUTING.md
+8
-1
No files found.
CONTRIBUTING.md
View file @
ae7ea511
# 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