blob: 54cace88d5557b3897375ea9edd2644d6bc73310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
.. dpdk-burst-replay: BSD-3-Clause
Copyright 2018 Jonathan Ribas, FraudBuster. All rights reserved.
.. _how-to-contribute:
How to contribute
=================
**THE MOST IMPORTANT**: do not hesitate to do it. :)
Bugzilla
--------
If you:
* Find a bug in the application.
* Want a feature to be developed.
* Think that the documentation isn't clear enough.
* Have any suggestion.
Go first fill a new bug in `Bugzilla <https://bugs.dpdk.org/describecomponents.cgi?product=dpdk-burst-replay>`_. It will let me (and others) discuss it and synchronise our work.
Get the code
------------
URL to git clone::
git://dpdk.org/apps/dpdk-burst-replay
http://dpdk.org/git/apps/dpdk-burst-replay
To browse the code online: https://git.dpdk.org/apps/dpdk-burst-replay/
Sending patchs
--------------
To send patches, please follow the `official DPDK guide to contribution <https://www.dpdk.org/contribute/>`_, whith these little differences:
* Add **[burst-replay PATCH]** to the title (instead of just **[PATCH]**).
* Add me in CC: jonathan.ribas@fraudbuster.mobi.
|