{% extends "public/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "tables" %} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block breadcrumbs %}{{block.super}} / processes{% endblock %} {% block content %}
This is a list of all applications in progress. Click on a header to sort the table. Shift-click to sort by more than one element.

Debian New Member - Process List

This is a list of all open and recently closed processes. If you have applied then you should find yourself here somewhere. If you have passed all checks and been approved as a Debian developer more than 6 months ago, you will be listed on the people page instead.

New-style processes

The process workflow is being reimplemented and this page lists only the processes using the old workflow.
List of processes using the new workflow.

Still in progress

{% include "public/process_table.html" with visitor=visitor p=p procs=open class="open" only %}

Recently closed

{% include "public/process_table.html" with visitor=visitor p=p procs=done class="done" only %} {% endblock %}