templates/source_code.erb (53 lines of code) (raw):
This is an asynchronous retrospective for the <%= release %> release, following
the process described [in the handbook][handbook].
This issue is private (confidential) to the <%= team.name %> group, plus anyone else
who worked with the group during <%= release %>, to ensure everyone feels
comfortable sharing freely. On <%= due_date %>, the issue will be opened up to the public, as long
as everyone is comfortable with this. You're free to redact any comments that
contain information that you'd like to stay private before that date.
Please look at back at your experiences working on this release, ask yourself
**:star2: what praise do you have for the group?**,
**:+1: what went well this release?**, **:-1: what didn’t go well this
release?**, and **:chart_with_upwards_trend: what can we improve going
forward?**, and honestly describe your thoughts and feelings below.
For each point you want to raise, please create a **new discussion** with the
relevant emoji, so that others can weigh in with their perspectives, and so that
we can easily discuss any follow-up action items in-line.
If there is anything you are not comfortable sharing here, please message your
manager directly. Note, however, that 'Emotions are not only allowed in
retrospectives, they should be encouraged', so we'd love to hear from you here
if possible.
[handbook]: https://about.gitlab.com/handbook/engineering/management/group-retrospectives/
<% if updating_description %>
## Issues we shipped
Deliverables (closed issues with ~Deliverable label for <%= release %> milestone):
<% deliverables.each do |issue| %>
1. <%= issue.dig('references', 'full').to_s + '+' %>
<% end %>
<% if deliverables.empty? %>
No deliverables
<% end %>
[All closed issues] (within <%= release %> milestone)
## [Issues that slipped]
<% slipped.each do |issue| %>
<% if issue['labels'].include?('missed-deliverable') %>
1. <%= issue.dig('references', 'full').to_s + '+' %>
<% end %>
<% end %>
<% if slipped.empty? %>
No missed issues for <%= release %> found; great job!
<% end %>
- Total deliverables closed: <%= deliverables.headers['X-Total'] %>
- Total issues closed: <%= issue_count %>
- Total MRs merged: <%= merge_request_count %>
<%= include_template.call('follow_up_issues') %>
[All closed issues]: https://gitlab.com/<%= "#{issue_url_prefix}" %>state=closed&label_name[]=<%= ERB::Util.url_encode(team.label) %>&milestone_title=<%= release %>
[Issues that slipped]: https://gitlab.com/<%= "#{issue_url_prefix}" %>label_name[]=<%= ERB::Util.url_encode(team.label) %>&label_name[]=missed%3A<%= release %>
[Open follow-up issues from previous retros]: https://gitlab.com/gl-retrospectives/<%= team.project %>/issues?label_name[]=follow-up
<%= include_template.call('vsa_references') %>
<% else %>
/label ~retrospective
/label ~"<%= team.label %>"
/due <%= due_date %>
/assign <%= mention_owners %>
<% end %>