github.com/projectcontour/contour@v1.28.2/site/content/docs/1.21/github.md (about)

     1  This document outlines how we use GitHub.
     2  
     3  ## Milestones
     4  
     5  Contour attempts to ship on a quarterly basis.
     6  These releases are tracked with a milestone.
     7  The _current_ release is the milestone with the closest delivery date.
     8  
     9  Issues which are not assigned to the current milestone _should not be worked on_.
    10  
    11  ## Priorities
    12  
    13  This project has three levels of priority:
    14  
    15  - p0 - Must fix immediately.
    16  This is reserved for bugs and security issues. A milestone cannot ship with open p0 issues.
    17  - p1 - Should be done.
    18  p1 issues assigned to a milestone _should_ be completed during that milestone.
    19  - p2 - May be done.
    20  p2 issues assigned to a milestone _may_ be completed during that milestone if time permits. 
    21  
    22  Issues without a priority are _unprioritised_. Priority will be assigned by a PM or release manager during issue triage.
    23  
    24  ## Questions
    25  
    26  We encourage support questions via issues.
    27  Questions will be tagged `question` and are not assigned a milestone or a priority.
    28  
    29  ## Waiting for information
    30  
    31  Any issue which lacks sufficient information for triage will be tagged `waiting-for-info`.
    32  Issues with this tag may be closed after a reasonable length of time if further information is not forthcoming.
    33  
    34  ## Issue tagging
    35  
    36  Issues without tags have not be triaged.
    37  
    38  During issue triage, usually by a project member, release manager, or pm, one or more tags will be assigned.
    39  
    40  - `Needs-Product` indicates the issue needs attention by a product owner or PM.
    41  - `Needs-design-doc` indicates the issue requires a design document to be circulated.
    42  
    43  These are blocking states, these labels must be resolved, either by PM or agreeing on a design. 
    44  
    45  ## Assigning an issue
    46  
    47  Issues within a milestone _should_ be assigned to an owner when work commences on them.
    48  Assigning an issue indicates that you are working on it.
    49  
    50  Before you start to work on an issue you should assign yourself.
    51  From that point onward you are responsible for the issue and you are expected to report timely status on the issue to anyone that asks.
    52  
    53  If you cease work on an issue, even if incomplete, you should leave a comment to that effect on the issue and remove yourself as the assignee.
    54  From that point onward you are no longer responsible for the issue, however you may be approached as a subject matter expert--as the last person to touch the issue--by future assignees.
    55  
    56  For infrequent contributors who are not members of the Contour project, assign yourself by leaving a comment to that effect on the issue.
    57  
    58  *Do not hoard issues, you won't enjoy it*
    59  
    60  ## Requesting a review
    61  
    62  PRs which are related to issues in the current milestone should be assigned to the current milestone.
    63  This is an indicator to reviewers that the PR is ready for review and should be reviewed in the current milestone.
    64  Occasionally PRs may be assigned to the next milestone indicating they are for review at the start of the next development cycle.
    65  
    66  All PRs should reference the issue they relate to either by one of the following;
    67  
    68  - `Fixes #NNNN` indicating that merging this issue will fix issue #NNNN
    69  - `Updates #NNNN` indicating that merging this issue will progress issue #NNNN to some degree. 
    70  
    71  If there is no `Updates` or `Fixes` line in the PR the review will, with the exception of trivial or self evident fixes, be deferred.
    72  
    73  [Further reading][1]
    74  
    75  ## Help wanted and good first issues
    76  
    77  The `help wanted` and `good first issue` tags _may_ be assigned to issues _in the current milestone_.
    78  To limit the amount of work in progress, `help wanted` and `good first issue` should not be used for issues outside the current milestone.
    79  
    80  [1]: https://dave.cheney.net/2019/02/18/talk-then-code