On Tue, Aug 28, 2018 at 05:33:46PM +0200, Daniel Vetter wrote: > 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. > > Signed-off-by: Daniel Vetter <[email protected]>
Reviewed-by: Rodrigo Vivi <[email protected]> > --- > CONTRIBUTING.rst | 11 +++++++++++ > dim.rst | 12 ------------ > index.rst | 1 + > 3 files changed, 12 insertions(+), 12 deletions(-) > create mode 100644 CONTRIBUTING.rst > > 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 [email protected] 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/dim.rst b/dim.rst > index 6d7528ce497f..5e3598451eb9 100644 > --- a/dim.rst > +++ b/dim.rst > @@ -528,15 +528,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 [email protected] 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 > -- > 2.18.0 > > _______________________________________________ > dim-tools mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/dim-tools _______________________________________________ dim-tools mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dim-tools
