Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dgraph
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
dgraph
Commits
754cd280
Commit
754cd280
authored
9 years ago
by
Manish R Jain
Browse files
Options
Downloads
Patches
Plain Diff
Move contributing guidelines to wiki
parent
081c7ef5
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
CONTRIBUTING.md
+0
-23
0 additions, 23 deletions
CONTRIBUTING.md
README.md
+3
-0
3 additions, 0 deletions
README.md
with
3 additions
and
23 deletions
CONTRIBUTING.md
deleted
100644 → 0
+
0
−
23
View file @
081c7ef5
# Contribute to DGraph
**Pull requests are welcome.**
## Style Guide
We're following
[
Go Code Review
](
https://github.com/golang/go/wiki/CodeReviewComments
)
.
Use
`gofmt`
for formatting your code. Avoid unnecessary vertical spaces.
Wrap your code and comments to 100 characters, unless doing so makes the code less legible.
## Code Review Workflow
-
All contributors need to sign the
[
Contributor License Agreement
](
https://cla-assistant.io/dgraph-io/dgraph
)
.
-
Pick an issue from
[
pending issues
](
https://github.com/dgraph-io/dgraph/issues
)
.
-
If the issue isn't currently present in the list, file a new issue,
or bring it up on
[
Google Group
](
https://groups.google.com/forum/#!forum/dgraph
)
or
[
Gitter Chat
](
https://gitter.im/dgraph-io/dgraph
)
,
so someone can file an issue on your behalf.
-
Indicate that you're working on the issue by assigning the issue to yourself.
-
Create a new branch, write your code, and commit your changes locally.
-
Make sure you run
`go test ./...`
from the root.
-
[
Create a pull request
](
https://help.github.com/articles/creating-a-pull-request/
)
-
DGraph uses
[
Reviewable
](
https://reviewable.io/
)
for code reviews, and follows a rigorous code review process.
-
Address the comments, and repeat the cycle, until you get an LGTM by someone qualified.
-
Once you have an LGTM, go ahead and merge.
Most new contributors aren't allowed to merge themselves, in that case, we'll do it for you.
This diff is collapsed.
Click to expand it.
README.md
+
3
−
0
View file @
754cd280
...
...
@@ -201,6 +201,9 @@ Consecutive runs of the same query took much lesser time (100ms), due to posting
}
```
# Contributing to DGraph
-
Please see
[
this wiki page
](
https://github.com/dgraph-io/dgraph/wiki/Contributing-to-DGraph
)
for guidelines on contributions.
# Contact
-
Check out
[
the wiki pages
](
https://github.com/dgraph-io/dgraph/wiki
)
for documentation.
-
Please use
[
Github issue tracker
](
https://github.com/dgraph-io/dgraph/issues
)
to file bugs, or request features.
...
...
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