Skip to content

Commit d711369

Browse files
authored
Merge pull request creativecommons#335 from creativecommons/update_PR
Update PR guideline page
2 parents 077e889 + 8494c60 commit d711369

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

content/contributing-code/github-repo-guidelines/contents.lr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ _template: page-with-toc.html
44
---
55
title: GitHub Repo Guidelines
66
---
7+
description: This is a checklist for all public repositories hosted on the [Creative Commons GitHub organization](https://github.com/creativecommons). Not all repositories meet these criteria yet. Please notify us if a project you'd like to work on does not meet this checklist by opening a GitHub issue associated with the repository.
8+
---
79
body:
810

9-
This is a checklist for all public repositories hosted on the [Creative Commons GitHub organization](https://github.com/creativecommons). Not all repositories meet these criteria yet. Please notify us if a project you'd like to work on does not meet this checklist by opening a GitHub issue associated with the repository.
10-
1111
## Required Items
1212
All GitHub repositories should have the following items to be considered fully ready for external contributors.
1313

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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 5 additions & 2 deletions
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)