Tweak status report sample to reflect current practices

Remove the blank line before email addresses, title case for URL
descriptions, etc..
This commit is contained in:
Benjamin Kaduk 2017-11-30 04:46:58 +00:00
parent 3e2c4d5e14
commit 410390a27e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51239

View file

@ -15,14 +15,12 @@
<given>John</given> <given>John</given>
<common>Smith</common> <common>Smith</common>
</name> </name>
<email>test@FreeBSD.org</email> <email>test@FreeBSD.org</email>
</person> </person>
<!-- For teams or groups --> <!-- For teams or groups -->
<person> <person>
<name>Wunderteam</name> <name>Wunderteam</name>
<email>team@FreeBSD.org</email> <email>team@FreeBSD.org</email>
</person> </person>
</contact> </contact>
@ -30,7 +28,7 @@
<!-- Optional section but highly encouraged. --> <!-- Optional section but highly encouraged. -->
<links> <links>
<!-- A hypertext link with a description... --> <!-- A hypertext link with a description... -->
<url href="http://www.example.com/project/url/here">Description here.</url> <url href="http://www.example.com/project/url/here">Description Here</url>
</links> </links>
<!-- Required section. --> <!-- Required section. -->