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: CONTRIBUTING.md
+1-24Lines changed: 1 addition & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -335,30 +335,7 @@ scenarios in this guide.
335
335
336
336
### Pull Request Guidelines
337
337
338
-
1. Put the name of the exercise in the subject line of the commit.
339
-
E.g. `hamming: Add test case for strands of unequal length`
340
-
1. The subject line should be a one-sentence summary, and should not include
341
-
the word *and* (explicitly or implied).
342
-
1. Any extra detail should be provided in the body of the PR.
343
-
1. Don't submit unrelated changes in the same pull request.
344
-
1. If you had a bit of churn in the process of getting the change right,
345
-
squash your commits.
346
-
1. If you had to refactor in order to add your change, then we'd love to
347
-
see two commits: First the refactoring, then the added behavior. It's
348
-
fine to put this in the same pull request, unless the refactoring is
349
-
huge and would make it hard to review both at the same time.
350
-
1. If you are referencing another issue or pull-request, for instance
351
-
*closes #XXX* or *see #XXX*, please include the reference in the body of the PR,
352
-
rather than the subject line. This is simply because the subject line doesn't
353
-
support markdown, and so these don't get turned into clickable links. It makes
354
-
it harder to follow and to go look at the related issue or PR.
355
-
1. Please also refer to the guidelines for [commit messages](#commit-messages).
356
-
357
-
Once you've submitted a pull request, one or more of the track maintainers
358
-
will review it. Some tracks are less active and might not have someone
359
-
checking in every day. If you don't get a response within a couple of days,
360
-
feel free to ping us in the [support
361
-
chat](https://gitter.im/exercism/support).
338
+
See the [pull request guidelines](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/pull-request-guidelines.md) in the docs repository.
0 commit comments