Skip to content

Commit 2a304f3

Browse files
authored
Merge pull request #79 from coq/remove-contributing-team-section
Remove section from the contributing guide that does not apply to this repo.
2 parents a60f12b + be04d6b commit 2a304f3

File tree

1 file changed

+1
-52
lines changed

1 file changed

+1
-52
lines changed

CONTRIBUTING.md

+1-52
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ well.
1111

1212
## Table of contents ##
1313

14-
- [Guide to contributing to the Standard Library of Rocq](#guide-to-contributing-to-the-standazrd-library-of-rocq)
14+
- [Guide to contributing to the Standard Library of Rocq](#guide-to-contributing-to-the-standard-library-of-rocq)
1515
- [Foreword](#foreword)
1616
- [Table of contents](#table-of-contents)
1717
- [Introduction](#introduction)
@@ -126,57 +126,6 @@ You can help a lot by:
126126
- fixing the bug if you have an idea of how to do so (see the
127127
[following section](#code-changes)).
128128

129-
Once you have some experience with the issue tracker, you can
130-
request to join the contributors team (any member of the
131-
maintainer team can give you access.
132-
Being in this team will grant you the following access:
133-
134-
- **Updating labels:** every open issue and pull request should
135-
ideally get one or several `kind:` and `part:` labels. In
136-
particular, valid issues should generally get either a `kind: bug`
137-
(the reported behavior can indeed be considered a bug, this can be
138-
completed with the `kind: anomaly`, and `kind: regression` labels),
139-
`kind: documentation` (e.g. if a reported behavior is expected but
140-
improperly documented), `kind: enhancement` (a request for
141-
enhancement of an existing feature), or `kind: feature` label (an
142-
idea for a new feature).
143-
- **Creating new labels:** if you feel a `part:` label is missing, do
144-
not hesitate to create it. If you are not sure, you may discuss it
145-
with other contributors and developers on [Zulip][Zulip] first.
146-
- **Closing issues:** if a bug cannot be reproduced anymore, is a
147-
duplicate, or should not be considered a bug report in the first
148-
place, you should close it. When doing so, try putting an
149-
appropriate `resolved:` label to indicate the reason. If the bug
150-
has been fixed already, and you know in which version, you can add a
151-
milestone to it, even a milestone that's already closed, instead of
152-
a `resolved:` label. When closing a duplicate issue, try to add all
153-
the additional info that could be gathered to the original issue.
154-
- **Editing issue titles:** you may want to do so to better reflect
155-
the current understanding of the underlying issue.
156-
- **Editing comments:** feel free to do so to fix typos and formatting
157-
only (in particular, some old comments from the Bugzilla era or
158-
before are not properly formatted). You may also want to edit the
159-
OP's initial comment (a.k.a. body of the issue) to better reflect
160-
the current understanding of the issue, especially if the discussion
161-
is long. If you do so, only add to the original comment, and mark
162-
it clearly with an `EDITED by @YourNickname:`.
163-
- **Hiding comments:** when the discussion has become too long, this
164-
can be done to hide irrelevant comments (off-topic, outdated or
165-
resolved sub-issues).
166-
- **Deleting things:** please don't delete any comment or issue, our
167-
policy doesn't allow for comments to be deleted, unless done by the
168-
community moderators. You should hide them instead. An audit log
169-
is available to track deleted items if needed (but does not allow
170-
recovering them).
171-
172-
However, and contrary to most other repositories, it will not give you
173-
the ability to push new branches or tags to the repository. This is
174-
disabled because we prefer to use forks to work on feature branches.
175-
176-
Yet to be fully specified: use of priority, difficulty, `help wanted`,
177-
and `good first issue` labels, milestones, assignments, and GitHub
178-
projects.
179-
180129
## Code changes ##
181130

182131
### Using GitHub pull requests ###

0 commit comments

Comments
 (0)