Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 pr.html

View raw Download
text/plain • 229 B
ASCII text
        
            
1
{% extends "mail.html" %}
2
{% block content %}
3
<h1>Merge {{ pr.head_route }}:{{ pr.head_branch }} into {{ pr.base_route }}:{{ pr.base_branch }}?</h1>
4
<p>
5
Requested by {{ pr.owner.username }}
6
</p>
7
{% endblock %}