git: 9237bf3bb7 - main - 2024q2 report: Misc tweaks

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 20 Jul 2024 03:10:43 UTC
The branch main has been updated by imp:

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

commit 9237bf3bb70c81a12ddc5814ca002a1f56c6ea7f
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-07-20 03:09:43 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-07-20 03:09:43 +0000

    2024q2 report: Misc tweaks
    
    Minor fixes.
    
    Submitted by: Pau Amma
    Sponsored by: Netflix
---
 website/content/en/status/report-2024-04-2024-06/github.adoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/website/content/en/status/report-2024-04-2024-06/github.adoc b/website/content/en/status/report-2024-04-2024-06/github.adoc
index fd1e9c160c..97eceda17e 100644
--- a/website/content/en/status/report-2024-04-2024-06/github.adoc
+++ b/website/content/en/status/report-2024-04-2024-06/github.adoc
@@ -13,20 +13,20 @@ In general, pull requests should only be for things that are user-visible, add v
 
 Current status:
 
- * We are able to keep up with the pull requests doing everything by hand, but only if do it at least weekly.
- * We have discoverd the by-hand process is tedious and error-prone.
+ * We are able to keep up with the pull requests doing everything by hand, but only if we do it at least weekly.
+ * We have discovered the by-hand process is tedious and error-prone.
  * We can stage multiple pull requests in a testing branch so we can batch-up testing.
- * We can automatically land the result so merged pull requests show up as merged in github infrastructure.
+ * We can automatically land the result so merged pull requests show up as merged in GitHub infrastructure.
 
 We need help with automating the process:
 
  * Add automated testing that's context specific (for example, run igor over man pages).
- * Add build/install tests that test boot the resulting image.
+ * Add build/install tests that test-boot the resulting image.
  * Automate common tasks, like man page corrections, into staging process.
  * Add simple smoke testing for the staging branch for tier 1 architectures.
- * Investigate optionally integrating Jenkins testing to scale-up the size of changes we can accept.
+ * Investigate optionally integrating Jenkins testing to scale up the size of changes we can accept.
  * Integrate with Bugzilla problem reports and Phabricator reviews.
- * Improve the submitter experience on github by automating common feedback to mistakes in the pull requests.
+ * Improve the submitter experience on GitHub by automating common feedback to mistakes in the pull requests.
  * Create checklists for submitters to reduce errors.
  * Create better reporting about pull requests, especially the frequent contributors of good pull requests.