Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2023 08:58:29 GMT
From:      Graham Perrin <grahamperrin@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 828766cbef - main - Status: calls: template: minor improvements
Message-ID:  <202303250858.32P8wTMo072430@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by grahamperrin:

URL: https://cgit.FreeBSD.org/doc/commit/?id=828766cbeffa5c87354f1729364f5ba1debd0316

commit 828766cbeffa5c87354f1729364f5ba1debd0316
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-03-25 08:50:22 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-03-25 08:50:22 +0000

    Status: calls: template: minor improvements
    
    AsciiDoc, not AsciiDoctor.
    
    Delimit URIs with angle brackets
    https://datatracker.ietf.org/doc/html/rfc3986#appendix-C
    and then, the white spaces preceding full stops (.) can be properly
    removed.
    
    Americanise white space: one space, not two, between sentences.
    
    Approved by:  salvadore
    Pull request: https://github.com/freebsd/freebsd-doc/pull/138
---
 tools/sendcalls/call.txt.template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/sendcalls/call.txt.template b/tools/sendcalls/call.txt.template
index b25780fdf8..e6e844758b 100644
--- a/tools/sendcalls/call.txt.template
+++ b/tools/sendcalls/call.txt.template
@@ -8,7 +8,7 @@ basis and are usually collected during the last month of each quarter,
 You are also welcome to submit them even earlier if you want, and the
 earlier you submit them, the more time we have for reviewing.
 
-Status report submissions do not need to be very long.  They may be
+Status report submissions do not need to be very long. They may be
 about anything happening in the FreeBSD project and community, and
 they provide a great way to inform FreeBSD users and developers about
 work that is underway or has been completed. Report submissions are
@@ -22,15 +22,15 @@ The following methods are available to submit your reports:
   doc/website/content/en/status/report-%%YEAR%%-%%START_NUM%%-%%YEAR%%-%%STOP_NUM%%/
   (create it if it is missing);
 
-* submit a pull request at https://github.com/freebsd/freebsd-doc .
+* submit a pull request at <https://github.com/freebsd/freebsd-doc>.
   You should put your reports in the directory
   doc/website/content/en/status/report-%%YEAR%%-%%START_NUM%%-%%YEAR%%-%%STOP_NUM%%/
   (create it if it is missing);
 
 * send an email to status-submissions@FreeBSD.org including your report.
 
-An AsciiDoctor template is available at
-https://www.FreeBSD.org/status/report-sample.adoc .
+An AsciiDoc template is available at
+<https://www.FreeBSD.org/status/report-sample.adoc>.
 
 We look forward to seeing your %%YEAR%%Q%%QUARTER%% reports!
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303250858.32P8wTMo072430>