You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maintainer_guidelines.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ Here are a few tips for repository maintainers.
7
7
* Stay on top of your pull requests. PRs that languish for too long can become difficult to merge.
8
8
* Work from your own fork. As you are making contributions to the project, you should be working from your own fork just as outside contributors do. This keeps the branches in github to a minimum and reduces unnecessary CI runs.
9
9
* Try to proactively label issues and pull requests with labels
10
-
* Actively review pull requests as the are submitted
10
+
* Actively review pull requests as they are submitted
11
11
* Triage issues once in a while in order to keep the repository alive.
12
12
* If some issues are stale for too long because they are no longer valid/relevant or because the discussion reached no significant action items to perform, close them and invite the users to reopen if they need it.
13
-
* If some PRs are no longer valid due to conflicts, but the PR is still needed, ask the contributor to rebase their PR
14
-
* If some issues and PRs are still relevant, use labels to help organize tasks
13
+
* If some PRs are no longer valid due to conflicts, but the PR is still needed, ask the contributor to rebase their PR.
14
+
* If some issues and PRs are still relevant, use labels to help organize tasks.
15
15
* If you find an issue that you want to create a pull request for, be sure to assign it to yourself so that other maintainers don't start working on it at the same time.
16
16
17
17
## Landing Pull Requests
@@ -26,7 +26,7 @@ When landing pull requests, be sure to check the first line uses an appropriate
26
26
27
27
## Branch Management
28
28
29
-
The `master` branch is is the bleeding edge. New major versions of the module
29
+
The `master` branch is the bleeding edge. New major versions of the module
30
30
are cut from this branch and tagged. If you intend to submit a pull request
31
31
you should use `master HEAD` as your starting point.
0 commit comments