You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2023/05/25 15:37:07 UTC

svn commit: r1910058 - /comdev/reporter.apache.org/trunk/site/wizard/steps.json

Author: humbedooh
Date: Thu May 25 15:37:07 2023
New Revision: 1910058

URL: http://svn.apache.org/viewvc?rev=1910058&view=rev
Log:
Modify steps to include project status

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/steps.json

Modified: comdev/reporter.apache.org/trunk/site/wizard/steps.json
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/steps.json?rev=1910058&r1=1910057&r2=1910058&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/steps.json (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/steps.json Thu May 25 15:37:07 2023
@@ -12,11 +12,12 @@
         "statsgenerator": "statistics_meta"
     },
     {
-        "id": "issues",
+        "id": "state",
         "icon": "bell",
-        "description": "Issues",
-        "help": "If there are any <u>specific issues the board needs to be aware of</u>, please write them here. Otherwise, write \"There are no issues requiring board attention.\" Issues could be: <ul><li>The project is blocked by Infra on an issue.</li><li>The project does not have sufficient oversight from the PMC.</li><li>There are concerning trademark issues.</li></ul>",
-        "placeholder": "If issues, write them here, otherwise state that there aren't any!"
+        "description": "Project Status",
+        "help": "<p>This section is intended for describing the current status of the project, and any issues that may require board attention.</p> <h5>Project status:</h5><p>Please use the terminology outlined in <a href='https://www.apache.org/foundation/board/reporting#guidelines' target='_blank'>this reporting guide</a> to describe the current state of the project. Your project status can be: <ul><li><b>New:</b> a top-level project that's just getting started</li><li><b>Ongoing:</b> With high, moderate or low activity, which you may quantify if appropriate</li><li><b>Dormant:</b> Not much happening on the code, but at least 3 PMC members ready to engage if needed</li><li><b>At risk:</b> Not enough active PMC members, or a significant number of contributors left the project, etc.<li><b>Considering moving to the Attic:</b> a project that's about to move to the Attic, or discussing that</li></ul></p><h5>Issues for the board</h5><p>If there are any <u>specific issues the board needs
  to be aware of</u>, please write them here. Otherwise, write \"There are no issues requiring board attention.\"<br/>Issues could be: <ul><li>The project is blocked by Infra on an issue.</li><li>The project does not have sufficient oversight from the PMC.</li><li>There are concerning trademark issues.</li></ul></p>",
+        "placeholder": "If issues, write them here, otherwise state that there aren't any!",
+        "generator": "generate_project_state",
     },
     {
         "id": "basic",
@@ -64,4 +65,4 @@
         "noinput": true
     }
     ]
-}
\ No newline at end of file
+}