https://github.com/quicwg/base-drafts
Revision 8256ce998788a38e86468f30b104982791431b4e authored by Lucas Pardue on 06 April 2023, 17:39:37 UTC, committed by GitHub on 06 April 2023, 17:39:37 UTC
It contained, now stale, links to documents that are already covered
better by the README.

Closes #4998
1 parent ca047e5
Raw File
Tip revision: 8256ce998788a38e86468f30b104982791431b4e authored by Lucas Pardue on 06 April 2023, 17:39:37 UTC
Remove duplication in CONTRIBUTING (#4999)
Tip revision: 8256ce9
CONTRIBUTING.md
# QUIC version 1 is done

The base-drafts repository is the historical home of the QUIC version 1
specifications that were written by the IETF QUIC Working Group.

The set of documents are described [here](https://github.com/quicwg/base-drafts/blob/main/README.md).

**Be aware that all contributions fall under the "[NOTE WELL](#note-well)" terms
outlined below and our [Code of Conduct](#code-of-conduct) applies.**

# Engaging with the QUIC community

The scope of work in the QUIC Working Group is described in our
[charter](https://datatracker.ietf.org/wg/quic/about/) and it extends beyond the
development of the documents held in this repository. Anyone is welcome to
contribute to the QUIC Working Group; you don't have to join the Working Group,
because there is no "membership" -- anyone who participates in the work **is** a
part of the QUIC Working Group.

Before doing so, please familiarize yourself with our
[charter](https://datatracker.ietf.org/wg/quic/about/). If you're new to IETF
work, you may also want to read the [Tao of the
IETF](https://www.ietf.org/tao.html).

## Following Discussion

The Working Group has a few venues for discussion:

* We plan to meet at all [IETF meetings](https://www.ietf.org/meeting/) for the
  foreseeable future, and possibly hold interim meetings between them as
  required. Agendas, minutes, and presentations are available in our [meeting
  materials repository](https://github.com/quicwg/wg-materials) and the
  [official proceedings](https://datatracker.ietf.org/wg/quic/meetings/).

* Our [mailing list](https://www.ietf.org/mailman/listinfo/quic) is used for
  most communication, including notifications of meetings, new drafts, consensus
  calls and other business, as well as issue discussion.

* We maintain several repositories in our GitHub organization
  [Github](https://github.com/quicwg/). Specific issues are discussed on the
  relevant issues list. If you don't want to use Github to follow these
  discussions, you can subscribe to the [issue announce
  list](https://www.ietf.org/mailman/listinfo/quic-issues).

* The [quicdev Slack](https://quicdev.slack.com/) is used for more realtime
  communication, typcially amongst implementers, operators and researchers.
  Contact the [WG chairs](quic-chairs@ietf.org) for an invitation. Note that
  discussions on Slack are subject to the contribution guideline described in
  this document.

To be active in the Working Group, you can participate in any of these places.
Most activity takes place on the mailing list, but if you just want to comment
on and raise issues, that's fine too.

## Code of Conduct

The [IETF Guidelines for Conduct](https://tools.ietf.org/html/rfc7154) applies to all Working Group
communications and meetings.


## NOTE WELL

Any submission to the [IETF](https://www.ietf.org/) intended by the Contributor for publication as
all or part of an IETF Internet-Draft or RFC and any statement made within the context of an IETF
activity is considered an "IETF Contribution". Such statements include oral statements in IETF
sessions, as well as written and electronic communications made at any time or place, which are
addressed to:

 * The IETF plenary session
 * The IESG, or any member thereof on behalf of the IESG
 * Any IETF mailing list, including the IETF list itself, any working group
   or design team list, or any other list functioning under IETF auspices
 * Any IETF working group or portion thereof
 * Any Birds of a Feather (BOF) session
 * The IAB or any member thereof on behalf of the IAB
 * The RFC Editor or the Internet-Drafts function
 * All IETF Contributions are subject to the rules of
   [RFC 5378](https://tools.ietf.org/html/rfc5378) and
   [RFC 8179](https://tools.ietf.org/html/rfc8179).

Statements made outside of an IETF session, mailing list or other function, that are clearly not
intended to be input to an IETF activity, group or function, are not IETF Contributions in the
context of this notice.

Please consult [RFC 5378](https://tools.ietf.org/html/rfc5378) and [RFC 8179](https://tools.ietf.org/html/rfc8179) for details.

A participant in any IETF activity is deemed to accept all IETF rules of process, as documented in
Best Current Practices RFCs and IESG Statements.

A participant in any IETF activity acknowledges that written, audio and video records of meetings
may be made and may be available to the public.
back to top