git: d4c1222325 - main - Status reports: Improve call for reports email

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Tue, 14 Mar 2023 09:54:40 UTC
The branch main has been updated by salvadore:

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

commit d4c1222325530ac30ff11db5fd97085137963f26
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-03-14 09:49:02 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-03-14 09:54:51 +0000

    Status reports: Improve call for reports email
    
    Specify that if the directory where it is asked to put status reports
    does not exist yet, then it should be created, as it is already done in
    https://docs.freebsd.org/en/articles/freebsd-status-report-process/#_submit_your_report
    
    PR:             269892
    Reported by:    grahamperrin
    Approved by:    debdrup (status blanket)
---
 tools/sendcalls/call.txt.template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/sendcalls/call.txt.template b/tools/sendcalls/call.txt.template
index 3037b557c9..d847fc7868 100644
--- a/tools/sendcalls/call.txt.template
+++ b/tools/sendcalls/call.txt.template
@@ -19,11 +19,13 @@ The following methods are available to submit your reports:
 
 * submit a review on Phabricator and add the group "status" to the
   reviewers list. You should put your reports in the directory
-  doc/website/content/en/status/report-%%YEAR%%-%%START_NUM%%-%%YEAR%%-%%STOP_NUM%%/ ;
+  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 .
   You should put your reports in the directory
-  doc/website/content/en/status/report-%%YEAR%%-%%START_NUM%%-%%YEAR%%-%%STOP_NUM%%/ ;
+  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.