Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
0358c2eb
Commit
0358c2eb
authored
12 years ago
by
Alex Denisov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CONTRIBUTING.md copied from wiki pages
parent
b1b8f9a2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
CONTRIBUTING.md
CONTRIBUTING.md
+30
-0
No files found.
CONTRIBUTING.md
0 → 100644
View file @
0358c2eb
## Contribute to Gitlab
If you want to contribute to Gitlab, follow this process:
1.
Fork the project
2.
Create a feature branch
3.
Code
4.
Create a pull request
We only accept pull requests if:
*
Your code has proper tests and all tests pass
*
Your code can be merged w/o problems
*
It wont broke existing functionality
*
Its a quality code
*
We like it :)
## [You may need a developer VM](https://github.com/gitlabhq/developer-vm)
## Running tests
To run the specs for Gitlab, you need to run seeds for test db.
cd gitlabhq
rake db:seed_fu RAILS_ENV=test
Then you can run the test suite with rake:
rake gitlab:test
This diff is collapsed.
Click to expand it.
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