* [SPDK] How to contribute to SPDK
@ 2017-01-26 7:22 Wenhua Liu
0 siblings, 0 replies; 5+ messages in thread
From: Wenhua Liu @ 2017-01-26 7:22 UTC (permalink / raw)
To: spdk
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
Hi,
While using SPDK NVMF target, I encountered 2 blocking issues at target side. I have fixed the problems. I'd like to contribute my changes to SPDK, how should I do that?
Thanks,
-Wenhua
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 615 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [SPDK] How to contribute to SPDK
@ 2017-01-26 14:50 Walker, Benjamin
0 siblings, 0 replies; 5+ messages in thread
From: Walker, Benjamin @ 2017-01-26 14:50 UTC (permalink / raw)
To: spdk
[-- Attachment #1: Type: text/plain, Size: 557 bytes --]
Hi Wenhua,
Please see http://www.spdk.io/development/ for full instructions on how to contribute patches. Basically, you just open a pull request on GitHub.
Thanks,
Ben
-------- Original message --------
From: Wenhua Liu <liuw(a)vmware.com>
Date: 1/26/17 12:22 AM (GMT-07:00)
To: spdk(a)lists.01.org
Subject: [SPDK] How to contribute to SPDK
Hi,
While using SPDK NVMF target, I encountered 2 blocking issues at target side. I have fixed the problems. I'd like to contribute my changes to SPDK, how should I do that?
Thanks,
-Wenhua
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 1124 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [SPDK] How to contribute to SPDK
@ 2017-02-09 6:23 Minfei Huang
0 siblings, 0 replies; 5+ messages in thread
From: Minfei Huang @ 2017-02-09 6:23 UTC (permalink / raw)
To: spdk
[-- Attachment #1: Type: text/plain, Size: 521 bytes --]
Hi, Wenhua.
The below URL may help you.
http://www.spdk.io/development/
Thanks
Minfei
> On 26 Jan 2017, at 15:22, Wenhua Liu <liuw(a)vmware.com> wrote:
>
> Hi,
>
> While using SPDK NVMF target, I encountered 2 blocking issues at target side. I have fixed the problems. I'd like to contribute my changes to SPDK, how should I do that?
>
> Thanks,
> -Wenhua
> _______________________________________________
> SPDK mailing list
> SPDK(a)lists.01.org
> https://lists.01.org/mailman/listinfo/spdk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [SPDK] How to contribute to SPDK
@ 2017-02-10 0:57 Wenhua Liu
0 siblings, 0 replies; 5+ messages in thread
From: Wenhua Liu @ 2017-02-10 0:57 UTC (permalink / raw)
To: spdk
[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]
Hi Minfei,
Thank you for the information. I knew that place but don't know how to use "Git-Hub Pull Requests". Do I need to create an account on github first? Is there any document talking about this?
Thanks,
-Wenhua
________________________________
From: SPDK <spdk-bounces(a)lists.01.org> on behalf of Minfei Huang <mnghuan(a)gmail.com>
Sent: Wednesday, February 8, 2017 10:23 PM
To: Storage Performance Development Kit
Subject: Re: [SPDK] How to contribute to SPDK
Hi, Wenhua.
The below URL may help you.
https://urldefense.proofpoint.com/v2/url?u=http-3A__www.spdk.io_development_&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=-xGUcQt5607zrir8TikGRQ&m=tUOsfL1B7l_UtbtAwTCk35vPR4PXqPjega6Ia8wChhY&s=dB9nQu851lDcOihYbQ3JU_m_NhvpfEWX6A81hUxjnWc&e=
Thanks
Minfei
> On 26 Jan 2017, at 15:22, Wenhua Liu <liuw(a)vmware.com> wrote:
>
> Hi,
>
> While using SPDK NVMF target, I encountered 2 blocking issues at target side. I have fixed the problems. I'd like to contribute my changes to SPDK, how should I do that?
>
> Thanks,
> -Wenhua
> _______________________________________________
> SPDK mailing list
> SPDK(a)lists.01.org
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.01.org_mailman_listinfo_spdk&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=-xGUcQt5607zrir8TikGRQ&m=tUOsfL1B7l_UtbtAwTCk35vPR4PXqPjega6Ia8wChhY&s=yD0-k5ZN_729JDC6aPdSzk76dbsQE_PAKas0KJjQ9T4&e=
_______________________________________________
SPDK mailing list
SPDK(a)lists.01.org
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.01.org_mailman_listinfo_spdk&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=-xGUcQt5607zrir8TikGRQ&m=tUOsfL1B7l_UtbtAwTCk35vPR4PXqPjega6Ia8wChhY&s=yD0-k5ZN_729JDC6aPdSzk76dbsQE_PAKas0KJjQ9T4&e=
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 3643 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [SPDK] How to contribute to SPDK
@ 2017-02-13 16:56 Walker, Benjamin
0 siblings, 0 replies; 5+ messages in thread
From: Walker, Benjamin @ 2017-02-13 16:56 UTC (permalink / raw)
To: spdk
[-- Attachment #1: Type: text/plain, Size: 1485 bytes --]
Hi Wenhua,
On Fri, 2017-02-10 at 00:57 +0000, Wenhua Liu wrote:
> Thank you for the information. I knew that place but don't know how
> to use "Git-Hub Pull Requests". Do I need to create an account on
> github first? Is there any document talking about this?
GitHub is the most popular hosting service for open source projects
today, and much of our documentation assumes developers know what it is
and how to use it. That's probably not a fair assumption on our part -
GitHub may be widely used in the open source community but a huge part
of our target audience is people who have historically worked in closed
source exclusively. I'll try to remedy that with a few links to
documentation.
You do need to sign up and create an account at http://github.com. Once
you do that, you'll want to fork the SPDK repository, make your changes
on a branch, and then open a pull request using the web UI. The
official documentation is here:
https://help.github.com/articles/about-pull-requests/
There is an extremely detailed tutorial from Digital Ocean at
https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-r
equest-on-github
It's got way more information than is probably necessary, but it should
cover any question that comes up.
I hope that helps. We welcome contributors and selected GitHub for our
hosting to make the process as familiar as possible to the widest range
of people.
Thanks,
Ben
>
> Thanks,
> -Wenhua
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3274 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-13 16:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13 16:56 [SPDK] How to contribute to SPDK Walker, Benjamin
-- strict thread matches above, loose matches on Subject: below --
2017-02-10 0:57 Wenhua Liu
2017-02-09 6:23 Minfei Huang
2017-01-26 14:50 Walker, Benjamin
2017-01-26 7:22 Wenhua Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.