Internet-Draft | contributing.txt | October 2022 |
Binotto | Expires 4 April 2023 | [Page] |
Open source projects rely on the cooperation of third parties. Other websites also rely on user feedback, for example, when bugs occur. There are various platforms that enable effective collaboration. However, this diversity also presents a challenge. Where should users who have discovered an error report it? Or how can third parties participate in a project? This document presents one way to communicate such information in a consistent manner.¶
This note is to be removed before publishing as an RFC.¶
The latest revision of this draft can be found at https://github.com/valentinbinotto/id-valentin-contributingtxt/. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-valentinbinotto-contributingtxt/.¶
Discussion of this document takes place on the V434 Project External Working Group mailing list (mailto:rfc-ext@v434project.com), which is archived at https://github.com/valentinbinotto/id-valentin-contributingtxt/tree/main/mailing-list.¶
Source for this draft and an issue tracker can be found at https://github.com/valentinbinotto/id-valentin-contributingtxt.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 4 April 2023.¶
Copyright (c) 2022 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
Currently, there are various platforms for collaboration on projects or communication with users of websites, services and so on. This creates opportunities, for example in open source projects, to work with contributors and exchange information. However, such opportunities differ from project to project. Users who are interested in participating in a project need to be aware of these different procedures. This can be a challenge due to the inconsistent form of the information and might also lead to users deciding not to participate because they cannot find a contact point.
At the same time, there is a need for "bug reports" in other forms of websites as well. Users are expected to point out bugs to the person in charge and thus lead to a better user experience for all users. Unfortunately, the ways and procedures for such "bug reports" also differ from website to website. These differences mean that users might not be able to find a contact person to report a bug, and thus fail to report it.¶
The goal of this document and the proposed form of communication in the "contributing.txt" file is:¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
This document defines a file called "contributing.txt", which provides information about possible contribution to a project or website. The file format of "contributing.txt" MUST be plain text (MIME type "text/plain") (Section 4.1.3 of [RFC2046]) and MUST be encoded using UTF-8 ([RFC3629]).¶
The file "contributing.txt" MUST be placed directly under the domain (for example: https://example.com/contributing.txt).¶
The file "contributing.txt" MUST contain at least:¶
OPTIONAL the following paragraphs can be added to the "contributing.txt" file:¶
OPTIONAL, comments can be added to the "contributing.txt" file. Each line of the comment must start with "#" (%x23).¶
The specified paragraphs MUST be placed in the following order:¶
Because of the use of URIs, security considerations of [RFC3986] apply here.¶
This document has no IANA actions.¶