diff mbox

[ovs-dev] CONTRIBUTING: New "Tested-at" tag.

Message ID 1441819153-18563-1-git-send-email-blp@nicira.com
State Accepted
Headers show

Commit Message

Ben Pfaff Sept. 9, 2015, 5:19 p.m. UTC
This seems somewhat useful.

Signed-off-by: Ben Pfaff <blp@nicira.com>
---
 CONTRIBUTING.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Justin Pettit Sept. 9, 2015, 5:32 p.m. UTC | #1
Acked-by: Justin Pettit <jpettit@nicira.com>

--Justin


> On Sep 9, 2015, at 10:19 AM, Ben Pfaff <blp@nicira.com> wrote:
> 
> This seems somewhat useful.
> 
> Signed-off-by: Ben Pfaff <blp@nicira.com>
> ---
> CONTRIBUTING.md | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> 
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index d48924f..12cb7dc 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -157,6 +157,17 @@ Examples of common tags follow.
>         the tag himself in response to an email indicating successful
>         testing results.
> 
> +    Tested-at: <URL>
> +
> +        When a test report is publicly available, this provides a way
> +        to reference it.  Typical <URL>s would be build logs from
> +        autobuilders or references to mailing list archives.
> +
> +        Some autobuilders only retain their logs for a limited amount
> +        of time.  It is less useful to cite these because they may be
> +        dead links for a developer reading the commit message months
> +        or years later.
> +
>     Reported-by: Reporter Name <reporter.name@email.address...>
> 
>         When a patch fixes a bug reported by some person, please
> -- 
> 2.1.3
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
Ben Pfaff Sept. 9, 2015, 5:36 p.m. UTC | #2
Thanks, applied to master.

On Wed, Sep 09, 2015 at 10:32:54AM -0700, Justin Pettit wrote:
> Acked-by: Justin Pettit <jpettit@nicira.com>
> 
> --Justin
> 
> 
> > On Sep 9, 2015, at 10:19 AM, Ben Pfaff <blp@nicira.com> wrote:
> > 
> > This seems somewhat useful.
> > 
> > Signed-off-by: Ben Pfaff <blp@nicira.com>
> > ---
> > CONTRIBUTING.md | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
> > 
> > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> > index d48924f..12cb7dc 100644
> > --- a/CONTRIBUTING.md
> > +++ b/CONTRIBUTING.md
> > @@ -157,6 +157,17 @@ Examples of common tags follow.
> >         the tag himself in response to an email indicating successful
> >         testing results.
> > 
> > +    Tested-at: <URL>
> > +
> > +        When a test report is publicly available, this provides a way
> > +        to reference it.  Typical <URL>s would be build logs from
> > +        autobuilders or references to mailing list archives.
> > +
> > +        Some autobuilders only retain their logs for a limited amount
> > +        of time.  It is less useful to cite these because they may be
> > +        dead links for a developer reading the commit message months
> > +        or years later.
> > +
> >     Reported-by: Reporter Name <reporter.name@email.address...>
> > 
> >         When a patch fixes a bug reported by some person, please
> > -- 
> > 2.1.3
> > 
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
>
diff mbox

Patch

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d48924f..12cb7dc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -157,6 +157,17 @@  Examples of common tags follow.
         the tag himself in response to an email indicating successful
         testing results.
 
+    Tested-at: <URL>
+
+        When a test report is publicly available, this provides a way
+        to reference it.  Typical <URL>s would be build logs from
+        autobuilders or references to mailing list archives.
+
+        Some autobuilders only retain their logs for a limited amount
+        of time.  It is less useful to cite these because they may be
+        dead links for a developer reading the commit message months
+        or years later.
+
     Reported-by: Reporter Name <reporter.name@email.address...>
 
         When a patch fixes a bug reported by some person, please