1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge pull request #18284 from github/classroom-starter-code-bugfix

[Bug fix] Clarify GitHub Classroom starter code language
This commit is contained in:
Sarita Iyer
2021-03-22 10:55:49 -04:00
committed by GitHub
3 changed files with 9 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ If you've already created a group assignment for the classroom, you can reuse a
#### Choosing a template repository
By default, a new assignment will create an empty repository for each team that a student creates. {% data reusables.classroom.you-can-choose-a-template-repository %} For more information about template repositories, see "[Creating a template repository](/github/creating-cloning-and-archiving-repositories/creating-a-template-repository)."
By default, a new assignment will create an empty repository for each team that a student creates. {% data reusables.classroom.you-can-choose-a-template-repository %}
{% data reusables.classroom.assignments-guide-choose-template-repository %}

View File

@@ -64,7 +64,7 @@ Under "Individual or group assignment", select the drop-down menu, and click **I
#### Choosing a template repository
By default, a new assignment will create an empty repository for each student on the roster for the classroom. {% data reusables.classroom.you-can-choose-a-template-repository %} For more information about template repositories, see "[Creating a template repository](/github/creating-cloning-and-archiving-repositories/creating-a-template-repository)."
By default, a new assignment will create an empty repository for each student on the roster for the classroom. {% data reusables.classroom.you-can-choose-a-template-repository %}
{% data reusables.classroom.assignments-guide-choose-template-repository %}

View File

@@ -1 +1,7 @@
You can optionally choose a template repository as starter code for the assignment. The template repository must belong to your organization or be a public repository on {% data variables.product.product_name %}.
You can optionally choose a template repository as starter code for the assignment. For more information about template repositories, see "[Creating a template repository](/github/creating-cloning-and-archiving-repositories/creating-a-template-repository)."
{% note %}
**Note:** The template repository must belong to your organization or be a public repository on {% data variables.product.product_name %}.
{% endnote %}