diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-08-28 17:17:53 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-08-29 10:32:13 +0200 |
commit | 730f14e7ac426273eba445a78cf59bb1b5334af2 (patch) | |
tree | 3222c0f1cdc10d06e7ddb0d56056d11d1bf745bd | |
parent | 2857b71d368a3ce7909bb64c60b986d9f656b07c (diff) |
doc: Split out CONTRIBUTING.rst
This way gitlab will automatically spot it and show it when people try
to do a merge request or file an issue.
Also shrink the title a bit, it looks terrible in the sidebar.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
-rw-r--r-- | CONTRIBUTING.rst | 11 | ||||
-rw-r--r-- | dim.rst | 12 | ||||
-rw-r--r-- | index.rst | 1 |
3 files changed, 12 insertions, 12 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000000000000..c7846e318b7e --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,11 @@ +CONTRIBUTING +============ + +Submit patches, bug reports, and questions for any of the maintainer tools and +documentation to the dim-tools@lists.freedesktop.org mailing list. + +Please make sure your patches pass the build and self tests by running:: + + $ make check + +Push the patches once you have an ack from maintainers (Jani/Daniel). @@ -536,15 +536,3 @@ it any time after the pull request, since it creates a tag, but this is as good a place as any). $ dim remove-branch topic/*topic-branch* - -CONTRIBUTING, BUG REPORTS AND DISCUSSION -======================================== - -Submit patches, bug reports, and questions for any of the maintainer tools and -documentation to the dim-tools@lists.freedesktop.org mailing list. - -Please make sure your patches pass the build and self tests by running:: - - $ make check - -Push the patches once you have an ack from maintainers (Jani/Daniel). diff --git a/index.rst b/index.rst index 088b4869dd63..b7db12f29d33 100644 --- a/index.rst +++ b/index.rst @@ -30,6 +30,7 @@ Contents: getting-started dim qf + CONTRIBUTING TODO Indices and tables |