8000 Sync commit advice to README.md and fix Scabot URL · scala/scala-dev@a7e24ce · GitHub
[go: up one dir, main page]

Skip to content

Commit a7e24ce

Browse files
committed
Sync commit advice to README.md and fix Scabot URL
CONTRIBUTING.md offered different advice on commit subject line length to README.md. Align CONTRIBUTING to README. Fix Scabot repo URL
1 parent 36b0138 commit a7e24ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ A pull request should consist of commits with messages that clearly state what p
8686

8787
Commit logs should be stated in the active, present tense.
8888

89-
A commit's subject should be 60 characters or less. Overall, think of
89+
A commit's subject should be 72 characters or less. Overall, think of
9090
the first line of the commit as a description of the action performed
9191
by the commit on the code base, so use the active voice and the
9292
present tense. That also makes the commit subjects easy to reuse in
@@ -113,7 +113,7 @@ Our pull request bot, Scabot, automatically builds all the commits in a PR indiv
113113

114114
Click on the little x next to a commit sha to go to the overview of the PR validation job. To diagnose a failure, consult the console output of the job that failed.
115115

116-
See the [scala-jenkins-infra repo](https://github.com/scala/scala-jenkins-infra) and [Scabot repo](https://github.com/) for full details on PR validation. One tip you should know is that commenting `/rebuild` on a PR asks validation to be run again on the same commits. This is only necessary when a spurious failure occurred.
116+
See the [scala-jenkins-infra repo](https://github.com/scala/scala-jenkins-infra) and [Scabot repo](https://github.com/scala/scabot) for full details on PR validation. One tip you should know is that commenting `/rebuild` on a PR asks validation to be run again on the same commits. This is only necessary when a spurious failure occurred.
117117

118118
### Pass code review
119119

0 commit comments

Comments
 (0)
0