Commentary

This commit is contained in:
Wilson Snyder 2019-10-04 17:42:34 -04:00
parent e1e45cf13c
commit 967dc24fda
1 changed files with 22 additions and 22 deletions

View File

@ -13,10 +13,10 @@ contributions flow more efficiently.
* If you're unable to find an open issue addressing the problem,
https://www.veripool.org/projects/verilator/issues/new[open a new issue].
* Be sure to include a **code sample** or an **executable test case**
** Be sure to include a **code sample** or an **executable test case**
demonstrating the bug and expected behavior that is not occurring.
* The ideal example works against other simulators, and is in the
** The ideal example works against other simulators, and is in the
test_regress/t test format, as described in
link:internals.adoc[docs/internals].
@ -28,7 +28,7 @@ contributions flow more efficiently.
* You may attach a patch to the issue, or (preferred) may point to a github
repository branch within your github account.
* Verilator uses Travis CI to provide continuous integration. You may
** Verilator uses Travis CI to provide continuous integration. You may
want to setup Travis CI on your github branch to ensure your changes
keep the tests passing. See link:internals.adoc[docs/internals].
@ -36,22 +36,22 @@ contributions flow more efficiently.
the https://developercertificate.org/[Developer Certificate of
Origin]. On your first contribution, you must either:
* Have your patch include the addition of your name to
** Have your patch include the addition of your name to
link:CONTRIBUTORS[docs/CONTRIBUTORS] (preferred).
* Use "git -s" as part of your commit. This adds a "signed-of-by"
** Use "git -s" as part of your commit. This adds a "signed-of-by"
attribute which will certify your contribution as described in the
https://github.com/wking/signed-off-by/blob/master/Documentation/SubmittingPatches[Signed-of-By
convention].
* Email, or post in an issue a statement that you certify your
** Email, or post in an issue a statement that you certify your
contributions.
* In any of these cases your name will be added to
** In any of these cases your name will be added to
link:CONTRIBUTORS[docs/CONTRIBUTRORS] and you are agreeing all future
contributions are also certified.
* We occasionally accept contributions where people do not want their
** We occasionally accept contributions where people do not want their
name published. Please email us; you must still certify your
contribution using email.