12 Commits
Author SHA1 Message Date
Don Porter 79742f9029 [Docs] Add Developer Certificate of Origin (DCO)
Add a DCO and related text to CONTRIBUTING.rst.  Also add this documentation to rtdocs.

Signed-off-by: Don Porter <porter@cs.unc.edu>
2021-02-08 14:34:34 -05:00
Paweł Marczewski 1b8e648ed8 [Docs] Reformat CONTRIBUTING.rst to 80 columns, add Emacs setting 2020-10-12 23:38:32 -07:00
Paweł Marczewski 5c2f33ee49 [Scripts] Create a helper script for running pytest
Running a subset of regression tests, or a single test, is
currently rather annoying, as you cannot simply run 'pytest':
you need to override PYTHONPATH and specify several environment
variables.

Instead, move the whole boilerplate to a wrapper script that
allows running pytest with any command line options. Use it in
Makefiles as well, so that it doesn't go out of sync with CI.
2020-10-12 23:38:32 -07:00
borysp 0f7a4e3fe5 Remove hardcoded paths to internal files
Graphene had some paths to internal files generated at compile time and
hardcoded into the output binary, which disallowed e.g. moving the
Graphene directory after compilation.
2020-08-03 20:19:28 +02:00
Don Porter 25ce922999 [Docs] Import policies on the management team 2020-06-02 21:59:13 +02:00
Michał Kowalczyk 1dad67b481 [Docs] Fix links formatting 2020-04-15 23:35:12 +02:00
Michał Kowalczyk b89d7c6f22 [Docs] Update CONTRIBUTING.rst 2020-04-15 23:32:00 +02:00
Michał Kowalczyk 87f133f435 [Docs] Use auto-numbered lists in reST files 2020-04-15 23:32:00 +02:00
Michał Kowalczyk 9d2f50c355 [Docs] Add notes about security 2020-04-15 23:32:00 +02:00
Michał Kowalczyk 5cc0ae0c9e Clean up newly migrated apps and LTP 2020-03-30 21:10:41 +02:00
Wojtek Porczyk f1cbeeed3a [Docs] reSTify CODESTYLE.md 2020-03-22 00:20:21 +01:00
Wojtek Porczyk 8ea5d6e083 [Docs] reSTify CONTRIBUTING.md
The file was rewritten in reST, but left where it belongs so it is still
linked by GitHub. Now it is also included in RTD.
2020-03-22 00:20:21 +01:00