From ae7bdba3698d61ed162eb7bb3831f89b2e915225 Mon Sep 17 00:00:00 2001 From: Starnop Date: Fri, 20 Sep 2019 21:33:25 +0800 Subject: [PATCH] doc: add instructions how to join Dragonfly as a meber Signed-off-by: Starnop --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ FAQ.md | 4 ++++ 2 files changed, 26 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef30cee20..31b03aeeb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,7 @@ It is warmly welcomed if you have interest to hack on Dragonfly. First, we encou * [Reporting general issues](#reporting-general-issues) * [Code and doc contribution](#code-and-doc-contribution) * [Engage to help anything](#engage-to-help-anything) +* [Join Dragonfly as a member](#join-dragonfly-as-a-member) ## Reporting security issues @@ -195,3 +196,24 @@ We choose GitHub as the primary place for Dragonfly to collaborate. So the lates * write blogs on Dragonfly and so on. In a word, **ANY HELP IS CONTRIBUTION.** + +## Join Dragonfly as a member + +It is also welcomed to join Dragonfly team if you are willing to participate in Dragonfly community continuously and keep active. + +### Requirements + +* Have read the [Contributing to Dragonfly](CONTRIBUTING.md) carefully +* Have read the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md) +* Have submitted multi PRs to the community +* Be active in the community, may including but not limited + * Submitting or commenting on issues + * Contributing PRs to the community + * Reviewing PRs in the community + +### How to do it + +You can do it in either of two ways: + +* Submit a PR in the [dragonflyoss/Dragonfly](https://github.com/dragonflyoss/Dragonfly) repo +* Contact with the community's [maintainers](MAINTAINERS.md) offline \ No newline at end of file diff --git a/FAQ.md b/FAQ.md index e2db43866..b95f71d95 100644 --- a/FAQ.md +++ b/FAQ.md @@ -310,3 +310,7 @@ If you are in China,docker container uses UTC time(Coordinated Universal Time) a ```sh docker run -d --name dfclient -v /etc/localtime:/etc/localtime:ro -p 65001:65001 dragonflyoss/dfclient:0.4.0 --registry https://index.docker.io ``` + +## How to join Dragonfly as a member + +Please check the [CONTRIBUTING.md](CONTRIBUTING.md#join-dragonfly-as-a-member) \ No newline at end of file