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
Eric Rasmussen
UNL-CMS
Commits
a37bae9d
Commit
a37bae9d
authored
12 years ago
by
Eric Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
[gh-609] Move How to Contribute to the README
parent
93f665eb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
HOW-TO-CONTRIBUTE.md
+0
-18
0 additions, 18 deletions
HOW-TO-CONTRIBUTE.md
README.md
+19
-0
19 additions, 0 deletions
README.md
with
19 additions
and
18 deletions
HOW-TO-CONTRIBUTE.md
deleted
100644 → 0
+
0
−
18
View file @
93f665eb
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.
README.md
+
19
−
0
View file @
a37bae9d
...
...
@@ -131,3 +131,22 @@ In this example the web root is /Library/WebServer/Documents and Apache runs as
*
wysiwyg/editors/js/tinymce-3.js
- Comment out the part that switches wrappers from table-based to div. We need the original TinyMCE code for the PDW toggle plugin to work
## How to Contribute
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
*
on github 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