Skip to content

Commit 99bb0e8

Browse files
author
Katrina Owen
authored
Merge pull request #816 from aosdab/docs-rm-pr-guidelines
Moved documentation on pull request guidelines
2 parents c7c078d + af3aff2 commit 99bb0e8

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -335,30 +335,7 @@ scenarios in this guide.
335335

336336
### Pull Request Guidelines
337337

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.
362339

363340
### Exercise Versioning
364341

0 commit comments

Comments
 (0)