Skip to content

Commit

Permalink
CONTRIBUTING: Describe project and milestone usage (haskell#8038)
Browse files Browse the repository at this point in the history
* CONTRIBUTING: Describe project and milestone usage

* pr8083: address code reviews

Co-authored-by: Artem Pelenitsyn <[email protected]>
  • Loading branch information
bgamari and ulysses4ever authored Jun 27, 2022
1 parent 37de451 commit be8ea51
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,20 @@ We like [this style guide][guide].

[guide]: https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md

GitHub conventions
-------------------

Each major `Cabal`/`cabal-install` release (e.g. 3.4, 3.6, etc.) has a
corresponding GitHub Project and milestone. A ticket is included in a release's
project if the release managers are tenatively planning on including a fix for
the ticket in the release, i.e. if they are actively seeking someone to work on
the ticket.

By contrast, a ticket is milestoned to a given release if we are open to
accepting a fix in that release, i.e. we would very much appreciate someone
working on it, but are not committing to actively sourcing someone to work on
it.

Changelog
---------

Expand Down

0 comments on commit be8ea51

Please sign in to comment.