You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pierre-Yves Lapersonne edited this page Mar 8, 2024
·
6 revisions
Generate template-based text for email
It can be time-wasting to write always the same emails to people to onboard on GitHub projects or for newcomers.
In fact the emails are almost each time the same: share resources, explain some rules.
So, a PHP script has been written to produce a text to share using some template and configuration file.
It will iterate on each value defined in the values.ini file (easy to parse in PHP thanks to standard API) and replace each occurence of the variable by its value.