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:
parent
3e2c4d5e14
commit
410390a27e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51239
1 changed files with 1 additions and 3 deletions
|
@ -15,14 +15,12 @@
|
|||
<given>John</given>
|
||||
<common>Smith</common>
|
||||
</name>
|
||||
|
||||
<email>test@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<!-- For teams or groups -->
|
||||
<person>
|
||||
<name>Wunderteam</name>
|
||||
|
||||
<email>team@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
@ -30,7 +28,7 @@
|
|||
<!-- Optional section but highly encouraged. -->
|
||||
<links>
|
||||
<!-- 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>
|
||||
|
||||
<!-- Required section. -->
|
||||
|
|
Loading…
Reference in a new issue