[ 
https://issues.apache.org/jira/browse/COMDEV-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17688215#comment-17688215
 ] 

Andrew Musselman edited comment on COMDEV-206 at 2/14/23 1:03 AM:
------------------------------------------------------------------

Not sure this is still relevant but there is already a warning if the last 
committer was added over two years ago, see these lines in the newer 
`site/js/render.js`:

 471             if (ncn) {
 472                 if (nc < after.getTime() / 1000) {
 473                     addLine(pmc, " - Last committer addition was " + ncn + 
" at " + new Date(nc * 1000).toDateString())
 474                 }
 475                 changes.innerHTML += "&rarr; " + "<b>Last committer 
addition: </b>" + new Date(nc * 1000).toDateString() + " (" + ncn + ")<br>"
 476             } else {
 477                 addLine(pmc, " - Last committer addition was more than 2 
years ago")
 478                 changes.innerHTML += "&rarr; " + "<b>Last committer 
addition: </b><font color='red'>more than two years ago (not in the 
archive!)</font><br>"
 479             }
 480             changes.innerHTML += "&rarr; " + "<b>Currently " + 
json.count[pmc][1] + " committers and " + json.count[pmc][0] + " PMC members."
 481             addLine(pmc)


was (Author: akm):
Not sure this is still relevant but there is already a warning if the last 
committer was added over two years ago, see these lines in the newer 
`site/js/render.js`:

{{ 471             if (ncn) {
 472                 if (nc < after.getTime() / 1000) {
 473                     addLine(pmc, " - Last committer addition was " + ncn + 
" at " + new Date(nc * 1000).toDateString())
 474                 }
 475                 changes.innerHTML += "&rarr; " + "<b>Last committer 
addition: </b>" + new Date(nc * 1000).toDateString() + " (" + ncn + ")<br>"
 476             } else {
 477                 addLine(pmc, " - Last committer addition was more than 2 
years ago")
 478                 changes.innerHTML += "&rarr; " + "<b>Last committer 
addition: </b><font color='red'>more than two years ago (not in the 
archive!)</font><br>"
 479             }
 480             changes.innerHTML += "&rarr; " + "<b>Currently " + 
json.count[pmc][1] + " committers and " + json.count[pmc][0] + " PMC members."
 481             addLine(pmc)}}

> Add "Any prospects for new committers/pmc members?" line if no changes in 
> last year
> -----------------------------------------------------------------------------------
>
>                 Key: COMDEV-206
>                 URL: https://issues.apache.org/jira/browse/COMDEV-206
>             Project: Community Development
>          Issue Type: Improvement
>          Components: Reporter Tool
>            Reporter: Mike Kienenberger
>            Priority: Minor
>
> I've likely seen more than a hundred "No new contributers in last year -- any 
> prospects?" board report comments posted in the last year.   Could we add a 
> prompt for this to the reporter template if no new contributors were detected 
> in the last year?
> I took a look at the reporter source and got to 
> /comdev/reporter.apache.org/trunk/site/render_proposed.js but I'm not much of 
> a python / javascript hacker.
> I'd recommend adding it to these sections:
> ## PMC changes: 
>    
> ## Committer base changes: 
> and phrase it like:
> It has been a year since the last [ new committer | PMC member ] was added. 
> Any candidates on the horizon?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org

Reply via email to