Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL-CMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ryan Klusman
UNL-CMS
Commits
9645cf4d
Commit
9645cf4d
authored
12 years ago
by
Brett Bieber
Browse files
Options
Downloads
Patches
Plain Diff
Add start of contribution information
parent
d9bcedf0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HOW-TO-CONTRIBUTE.md
+18
-0
18 additions, 0 deletions
HOW-TO-CONTRIBUTE.md
with
18 additions
and
0 deletions
HOW-TO-CONTRIBUTE.md
0 → 100644
+
18
−
0
View file @
9645cf4d
Development is handled through GitHub
All code changes must be committed via git to a local fork
and contributed back to the project via a pull request.
Ideally each developer should have a fork of the project
on GitHub where they can push changes.
In your local clone:
*
git pull origin develop
*
git checkout -b topics/whatever-you-work-on (or bugfix/NUM — for bugs)
*
write code and commit
*
git push origin topics/whatever-you-work-on
*
go on github.com/github.unl.edu and open a pull request from your branch to develop
*
have someone else review
Another developer will review your changes and merge in to the develop branch.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment