Skip to content

Latest commit

 

History

History
 
 

sips

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Scala Improvement Process Documents

This directory contains the source of the SIP website, including all pending/finished/rejected SIPs.

Migrating a SIP to other states

To reject a SIP simply:

git mv pending/_posts/{sip-file}  rejected/_posts/{sip-file}

To mark a SIP completed simply:

git mv pending/_posts/{sip-file}  completed/_posts/{sip-file}