Message ID | 20221012230121.29033-1-palmer@rivosinc.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Add a doc for contributors | expand |
On Wed, 12 Oct 2022 16:01:21 -0700, Palmer Dabbelt wrote: > No idea if this is accurate, but I'm trying to send some patches and > didn't find anything else documenting how to do so. I'm following my > own guide to see how accurate it is... > > Applied, thanks! [1/1] Add a doc for contributors commit: 456d692d95e48f5341d5be494ef508eb7cee19a5 Best regards,
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..9089da7 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,10 @@ +Submitting Patches to b4 +======================== + +The current b4 source code can be found at:: + + git clone https://git.kernel.org/pub/scm/utils/b4/b4.git/ + +patches can be sent to:: + + tools@linux.kernel.org
No idea if this is accurate, but I'm trying to send some patches and didn't find anything else documenting how to do so. I'm following my own guide to see how accurate it is... Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com> --- CONTRIBUTING.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.rst