Skip to content

Commit 4caecee

Browse files
authored
Merge branch 'main' into script-to-move-toc-links-into-frontmatter
2 parents ef8602c + af89030 commit 4caecee

8 files changed

Lines changed: 80 additions & 29 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Send pull_request to How We Work Boards
2+
3+
# **What it does**: This sends pull requests with the feature label to the Docs Engineering feature board
4+
# **Why we have it**: If we use PRs to track features this automates them ending up on the feature board
5+
# **Who does it impact**: Docs Engineering team members
6+
7+
on:
8+
pull_request:
9+
types:
10+
- labeled
11+
- opened
12+
- reopened
13+
14+
jobs:
15+
triage:
16+
runs-on: ubuntu-latest
17+
continue-on-error: true
18+
steps:
19+
- if: (github.repository == 'github/docs-internal' || github.repository == 'github/docs') && (contains(github.event.pull_request.labels.*.name, 'engineering') && contains(github.event.pull_request.labels.*.name, 'feature'))
20+
uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9
21+
with:
22+
github-token: ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
23+
script: |
24+
// Only do this for work by the engineering folks since multiple teams do work
25+
// in the docs repos
26+
try {
27+
await github.teams.getMembershipForUserInOrg({
28+
org: 'github',
29+
team_slug: 'docs-engineering',
30+
username: context.payload.sender.login,
31+
});
32+
} catch(err) {
33+
return
34+
}
35+
36+
var column_id = 13445681;
37+
try {
38+
github.projects.createCard({
39+
column_id: column_id,
40+
content_id: context.payload.pull_request.id,
41+
content_type: "PullRequest"
42+
});
43+
} catch (error) {
44+
console.log(error);
45+
}

content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ Professors, teachers and mentors can use the Campus Advisors online training to
1616
**Note:** As an instructor, you can't create {% data variables.product.prodname_dotcom %} accounts for your students. Students must create their own {% data variables.product.prodname_dotcom %} accounts.
1717

1818
{% endnote %}
19+
20+
Teachers can manage a course on software development with {% data variables.product.prodname_education %}. {% data variables.product.prodname_classroom %} allows you to distribute code, provide feedback, and manage coursework using {% data variables.product.product_name %}. For more information, see "[Manage coursework with {% data variables.product.prodname_classroom %}](/education/manage-coursework-with-github-classroom)."
21+
22+
If you're a student or academic faculty and your school isn't partnered with {% data variables.product.prodname_dotcom %} as a {% data variables.product.prodname_campus_program %} school, then you can still individually apply for discounts to use {% data variables.product.prodname_dotcom %}. For more information, see "[Use {% data variables.product.prodname_dotcom %} for your schoolwork](/education/teach-and-learn-with-github-education/use-github-for-your-schoolwork)" or "[Use {% data variables.product.prodname_dotcom %} in your classroom and research](/education/teach-and-learn-with-github-education/use-github-in-your-classroom-and-research/)."

content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-experts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ versions:
99
free-pro-team: '*'
1010
---
1111

12-
Learn public speaking skills, technical writing, community leadership, and software development skills as a {% data variables.product.prodname_dotcom %} Campus Expert. For more information, see "[Campus Experts](https://education.github.com/students/experts)."
12+
Learn public speaking skills, technical writing, community leadership, and software development skills as a {% data variables.product.prodname_dotcom %} Campus Expert.
13+
14+
To learn more about training programs for student leaders and teachers, see "[{% data variables.product.prodname_dotcom %} Campus Experts](https://education.github.com/students/experts)" and "[Campus Advisors](https://education.github.com/teachers/advisors)."
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: About GitHub Campus Program
3+
intro: '{% data variables.product.prodname_campus_program %} offers {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %} free-of-charge for schools that want to make the most of {% data variables.product.prodname_dotcom %} for their community.'
4+
redirect_from:
5+
- /education/teach-and-learn-with-github-education/about-github-education
6+
- /github/teaching-and-learning-with-github-education/about-github-education
7+
- /articles/about-github-education
8+
- /education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-education
9+
versions:
10+
free-pro-team: '*'
11+
---
12+
13+
{% data variables.product.prodname_campus_program %} is a package of premium {% data variables.product.prodname_dotcom %} access for teaching-focused institutions that grant degrees, diplomas, or certificates. {% data variables.product.prodname_campus_program %} includes:
14+
15+
- No-cost access to {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %} for all of your technical and academic departments
16+
- Teacher training to master Git and {% data variables.product.prodname_dotcom %} with our Campus Advisor program
17+
- Exclusive access to new features, GitHub Education-specific swag, and free developer tools from {% data variables.product.prodname_dotcom %} partners
18+
- Automated access to premium {% data variables.product.prodname_education %} features, like the {% data variables.product.prodname_student_pack %}
19+
20+
Any school that can agree to the [terms of the program](https://education.github.com/schools/terms) is welcome to join.
21+
22+
For more information, see the [official {% data variables.product.prodname_campus_program %}](https://education.github.com/schools) page.
23+
24+
If you're a student or academic faculty and your school isn't partnered with {% data variables.product.prodname_dotcom %} as a {% data variables.product.prodname_campus_program %} school, then you can still individually apply for discounts to use {% data variables.product.prodname_dotcom %}. For more information, see "[Use {% data variables.product.prodname_dotcom %} for your schoolwork](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork)" or "[Use {% data variables.product.prodname_dotcom %} in your classroom and research](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/)."

content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-education.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ versions:
1313
### Table of Contents
1414

1515
{% topic_link_in_list /use-github-at-your-educational-institution %}
16-
{% link_in_list /about-github-education %}
16+
{% link_in_list /about-github-campus-program %}
1717
{% link_in_list /about-campus-experts %}
1818
{% link_in_list /about-campus-advisors %}
1919
{% topic_link_in_list /use-github-for-your-schoolwork %}

content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/why-wasnt-my-application-for-a-student-developer-pack-approved.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ For more information, see:
5959
### Ineligible student status
6060

6161
You're ineligible for a {% data variables.product.prodname_student_pack %} if:
62-
- You're enrolled in an informal learning program that is not part of the [{% data variables.product.prodname_dotcom %} Campus Program](https://education.github.com/schools) and not enrolled in a degree or diploma granting course of study.
62+
- You're enrolled in an informal learning program that is not part of the [{% data variables.product.prodname_campus_program %}](https://education.github.com/schools) and not enrolled in a degree or diploma granting course of study.
6363
- You're pursuing a degree which will be terminated in the current academic session.
6464
- You're under 13 years old.
6565

66-
Your instructor may still apply for a {% data variables.product.prodname_education %} discount for classroom use. If you're a student at a coding school or bootcamp, you will become eligible for a {% data variables.product.prodname_student_pack %} if your school joins the [{% data variables.product.prodname_dotcom %} Campus Program](https://education.github.com/schools).
66+
Your instructor may still apply for a {% data variables.product.prodname_education %} discount for classroom use. If you're a student at a coding school or bootcamp, you will become eligible for a {% data variables.product.prodname_student_pack %} if your school joins the [{% data variables.product.prodname_campus_program %}](https://education.github.com/schools).
6767

6868
### Further reading
6969

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Before applying for an individual discount, check if your learning community is already partnered with us as a {% data variables.product.prodname_education %} school. For more information, see "[About {% data variables.product.prodname_education %}](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-education)."
1+
Before applying for an individual discount, check if your learning community is already partnered with us as a {% data variables.product.prodname_campus_program %} school. For more information, see "[About {% data variables.product.prodname_campus_program %}](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-campus-program)."

0 commit comments

Comments
 (0)