From: "Ser, Simon" <simon.ser@intel.com>
To: "Hiler, Arkadiusz" <arkadiusz.hiler@intel.com>
Cc: "igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>,
"Latvala, Petri" <petri.latvala@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t 4/5] CONTRIBUTING: Rework a bit and update
Date: Thu, 27 Jun 2019 14:00:41 +0000 [thread overview]
Message-ID: <1b94beb5aefeee1874fe0a3d46c1de000922c94d.camel@intel.com> (raw)
In-Reply-To: <20190627125749.azktcnhjqrbztuj3@ahiler-desk1.fi.intel.com>
On Thu, 2019-06-27 at 15:57 +0300, Arkadiusz Hiler wrote:
> On Thu, Jun 20, 2019 at 04:49:39PM +0300, Ser, Simon wrote:
> > On Mon, 2019-06-17 at 13:54 +0300, Arkadiusz Hiler wrote:
> > > I have split the main body of the CONTRIBUTING file to 3 sections:
> > > * the short welcome message
> > > * the code - styling, suggestions
> > > * sending patches - licensing informations, mailing lists, reviews, etc.
> > >
> > > Changes for the code section contents:
> > > * link to the kernel coding style docs
> > > * be more clear on subtest naming
> > > * mention igt_describe()
> > >
> > > Cc: Petri Latvala <petri.latvala@intel.com>
> > > Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
> >
> > Should that be a S-o-b instead?
>
> oops
>
> > > ---
> > > CONTRIBUTING.md | 46 ++++++++++++++++++++++++++++++++++++----------
> > > 1 file changed, 36 insertions(+), 10 deletions(-)
> > >
> > > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> > > index d3a3d099..7deba078 100644
> > > --- a/CONTRIBUTING.md
> > > +++ b/CONTRIBUTING.md
> > > @@ -1,9 +1,41 @@
> > > +CONTRIBUTING
> > > +============
> > > +
> > > Patches to igt-gpu-tools are very much welcome, we really want this to be the
> > > universal set of low-level tools and testcases for kernel graphics drivers
> > > on Linux and similar platforms. So please bring on porting patches, bugfixes,
> > > improvements for documentation and new tools and testcases.
> > >
> > > -A short list of contribution guidelines:
> > > +
> > > +The Code
> > > +--------
> > > +
> > > +- The code should follow kernel coding style:
> > > + https://www.kernel.org/doc/html/latest/process/coding-style.html
> > > +
> > > +- Testcases (subtests) have to use minus signs (-) as a word separator.
> > > + The generated documentation contains glossary of commonly used terms.
> >
> > Do we have a link to this generated documentation somewhere?
> >
> > > +- All new test have to be described using `igt_describe()` family of
> > > + functions. The description should contain the spirit of the test (what is
> > > + the general idea behind the test) and *not* the letter (C to English
> > > + translation of the test). Refer to `igt_describe()` documentation for more
> > > + details.
> >
> > Again, a direct link would be nice.
>
> I'll put it near the top of README. Is that enough or do you still see
> some value in having it also linked here?
I still think a direct link to igt_describe would save the reader from
searching it in the docs. Since these docs contain nice examples,
making it frictionless to access them while preparing a first IGT
contribution would be cool.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-06-27 14:00 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-17 10:54 [igt-dev] [PATCH i-g-t 1/5] lib/igt_core: Add support for subtest descriptions Arkadiusz Hiler
2019-06-17 10:54 ` [igt-dev] [PATCH i-g-t 2/5] tests/kms_hdmi_inject: Provide igt_descriptions Arkadiusz Hiler
2019-06-17 12:54 ` Ser, Simon
2019-06-18 10:36 ` [igt-dev] [PATCH v2 " Arkadiusz Hiler
2019-06-19 6:44 ` Ser, Simon
2019-06-17 10:54 ` [igt-dev] [PATCH i-g-t 3/5] tests/kms_plane_multiple: Describe the test Arkadiusz Hiler
2019-06-18 9:36 ` Kahola, Mika
2019-06-17 10:54 ` [igt-dev] [PATCH i-g-t 4/5] CONTRIBUTING: Rework a bit and update Arkadiusz Hiler
2019-06-20 13:49 ` Ser, Simon
2019-06-27 12:57 ` Arkadiusz Hiler
2019-06-27 14:00 ` Ser, Simon [this message]
2019-06-17 10:54 ` [igt-dev] [PATCH i-g-t 5/5] docs: Embed subtest descriptions in the documentation Arkadiusz Hiler
2019-06-20 8:20 ` Petri Latvala
2019-06-20 10:52 ` Arkadiusz Hiler
2019-06-20 11:05 ` Ser, Simon
2019-06-20 11:16 ` Arkadiusz Hiler
2019-06-20 11:11 ` Petri Latvala
2019-06-20 11:38 ` Arkadiusz Hiler
2019-06-20 12:16 ` Petri Latvala
2019-06-24 8:00 ` Ser, Simon
2019-06-27 12:52 ` Arkadiusz Hiler
2019-06-17 13:28 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/5] lib/igt_core: Add support for subtest descriptions Patchwork
2019-06-17 19:59 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-06-18 12:02 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/5] lib/igt_core: Add support for subtest descriptions (rev2) Patchwork
2019-06-18 22:45 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2019-07-01 12:21 [igt-dev] [PATCH i-g-t 1/5] lib/igt_core: Add support for subtest descriptions Arkadiusz Hiler
2019-07-01 12:21 ` [igt-dev] [PATCH i-g-t 4/5] CONTRIBUTING: Rework a bit and update Arkadiusz Hiler
2019-07-01 13:02 ` Ser, Simon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1b94beb5aefeee1874fe0a3d46c1de000922c94d.camel@intel.com \
--to=simon.ser@intel.com \
--cc=arkadiusz.hiler@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=petri.latvala@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox