Skip to content

Commit cb6752a

Browse files
committed
Update PR guideline page
1 parent 077e889 commit cb6752a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

content/contributing-code/pr-guidelines/contents.lr

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
_model: page
22
---
3-
_template: page.html
3+
_template: page-with-toc.html
44
---
55
title: Pull Request Guidelines
66
---
7+
description: We ask that contributors to CC projects submit a pull request with your changes. If you're not familiar with pull requests, please read [this GitHub documentation](https://help.github.com/en/articles/about-pull-requests). Here are our expectations for pull requests; following them will expedite the process of merging your code in.
8+
---
79
body:
810

9-
We ask that contributors to CC projects submit a pull request with your changes. If you're not familiar with pull requests, please read [this GitHub documentation](https://help.github.com/en/articles/about-pull-requests). Here are our expectations for pull requests; following them will expedite the process of merging your code in.
10-
1111
Read and follow the contributing guidelines and code of conduct for the project. Here are screenshots of where to find them for [first time contributors](first-time-contributor-resources.png) and [previous contributors](previous-contributor-resources.png).
1212

1313
* **Make A Branch**

webpack/sass/main.scss

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ a {
2121
}
2222

2323
h1,h2,h3,h4,h5,h6 {
24-
@extend .padding-top-large;
25-
@extend .padding-bottom-small;
24+
&:not(:first-of-type) {
25+
@extend .padding-top-large;
26+
@extend .padding-bottom-small;
27+
}
2628
}
2729

2830
ol,ul {
@@ -480,6 +482,7 @@ a {
480482

481483
.content {
482484
@extend .padding-bottom-xxl;
485+
@extend .padding-top-larger;
483486
}
484487
}
485488
}

0 commit comments

Comments
 (0)