mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
Clarify/formalize contribution policy and commit access
This commit is contained in:
parent
a8ba7786ae
commit
c922c4c383
@ -37,6 +37,22 @@ where to start, any open issues are fair game! Be prepared for a
|
|||||||
all in the name of quality. :) Following the points below will make this
|
all in the name of quality. :) Following the points below will make this
|
||||||
a smoother process.
|
a smoother process.
|
||||||
|
|
||||||
|
Individuals making significant and valuable contributions are given
|
||||||
|
commit-access to the project. If you make a significant contribution and
|
||||||
|
are not considered for commit-access, please contact any of the
|
||||||
|
Syncthing core team members.
|
||||||
|
|
||||||
|
All nontrivial contributions should go through the pull request
|
||||||
|
mechanism for internal review. Determining what is "nontrivial" is left
|
||||||
|
at the discretion of the contributor.
|
||||||
|
|
||||||
|
### Core Team
|
||||||
|
|
||||||
|
The Syncthing core team currently consists of the following members;
|
||||||
|
|
||||||
|
- Jakob Borg (@calmh)
|
||||||
|
- Audrius Butkevicius (@AudriusButkevicius)
|
||||||
|
|
||||||
## Coding Style
|
## Coding Style
|
||||||
|
|
||||||
- Follow the conventions laid out in [Effective Go](https://golang.org/doc/effective_go.html)
|
- Follow the conventions laid out in [Effective Go](https://golang.org/doc/effective_go.html)
|
||||||
@ -59,7 +75,7 @@ a smoother process.
|
|||||||
feature should probably be a single commit based on the current
|
feature should probably be a single commit based on the current
|
||||||
`master` branch. You may be asked to "rebase" or "squash" your pull
|
`master` branch. You may be asked to "rebase" or "squash" your pull
|
||||||
request to make sure this is the case, especially if there have been
|
request to make sure this is the case, especially if there have been
|
||||||
amendments during review.
|
amendments during review.
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user