Skip to content

Commit 6923101

Browse files
authored
Merge pull request #202 from datacarpentry/update-styles-final
2 parents 805feda + 6b235c2 commit 6923101

File tree

8 files changed

+70
-118
lines changed

8 files changed

+70
-118
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ trim_trailing_whitespace = true
99
indent_size = 2
1010
indent_style = space
1111
max_line_length = 100 # Please keep this in sync with bin/lesson_check.py!
12+
trim_trailing_whitespace = false # keep trailing spaces in markdown - 2+ spaces are translated to a hard break (<br/>)
1213

1314
[*.r]
1415
max_line_length = 80

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
Please delete the text below before submitting your contribution.
1+
<details>
2+
<summary><strong>Instructions</strong></summary>
23

3-
---
4+
Thanks for contributing! :heart:
45

5-
Thanks for contributing! If this contribution is for instructor training, please send an email to [email protected] with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.
6+
If this contribution is for instructor training, please email the link to this contribution to
7+
[email protected] so we can record your progress. You've completed your contribution
8+
step for instructor checkout by submitting this contribution!
69

7-
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact Kate Hertweck ([email protected]).
10+
If this issue is about a specific episode within a lesson, please provide its link or filename.
811

9-
---
12+
Keep in mind that **lesson maintainers are volunteers** and it may take them some time to
13+
respond to your contribution. Although not all contributions can be incorporated into the lesson
14+
materials, we appreciate your time and effort to improve the curriculum. If you have any questions
15+
about the lesson maintenance process or would like to volunteer your time as a contribution
16+
reviewer, please contact The Carpentries Team at [email protected].
17+
18+
You may delete these instructions from your comment.
19+
20+
\- The Carpentries
21+
</details>

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
Please delete the text below before submitting your contribution.
1+
<details>
2+
<summary><strong>Instructions</strong></summary>
23

3-
---
4+
Thanks for contributing! :heart:
45

5-
Thanks for contributing! If this contribution is for instructor training, please send an email to [email protected] with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.
6+
If this contribution is for instructor training, please email the link to this contribution to
7+
[email protected] so we can record your progress. You've completed your contribution
8+
step for instructor checkout by submitting this contribution!
69

7-
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact Kate Hertweck ([email protected]).
10+
Keep in mind that **lesson maintainers are volunteers** and it may take them some time to
11+
respond to your contribution. Although not all contributions can be incorporated into the lesson
12+
materials, we appreciate your time and effort to improve the curriculum. If you have any questions
13+
about the lesson maintenance process or would like to volunteer your time as a contribution
14+
reviewer, please contact The Carpentries Team at [email protected].
815

9-
---
16+
You may delete these instructions from your comment.
17+
18+
\- The Carpentries
19+
</details>

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
.DS_Store
44
.ipynb_checkpoints
55
.sass-cache
6+
.jekyll-cache/
7+
.jekyll-metadata
68
__pycache__
79
_site
810
.Rproj.user
911
.Rhistory
1012
.RData
11-
12-
/Gemfile.lock
13-
/_episodes/*.md
14-
fig/rmd-*
13+
.bundle/
14+
.vendor/
15+
vendor/
16+
.docker-vendor/
17+
Gemfile.lock
18+
.*history

LICENSE.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root: .
55
---
66
## Instructional Material
77

8-
All Software Carpentry and Data Carpentry instructional material is
8+
All Software Carpentry, Data Carpentry, and Library Carpentry instructional material is
99
made available under the [Creative Commons Attribution
1010
license][cc-by-human]. The following is a human-readable summary of
1111
(and not a substitute for) the [full legal text of the CC BY 4.0
@@ -23,13 +23,15 @@ license terms.
2323

2424
Under the following terms:
2525

26-
* **Attribution**---You must give appropriate credit (mentioning that
27-
your work is derived from work that is Copyright © Software
28-
Carpentry and, where practical, linking to
29-
http://software-carpentry.org/), provide a [link to the
30-
license][cc-by-human], and indicate if changes were made. You may do
31-
so in any reasonable manner, but not in any way that suggests the
32-
licensor endorses you or your use.
26+
* **Attribution**---You must give appropriate credit by:
27+
- mentioning that your work is derived from work that is
28+
Copyright © Software Carpentry, Data Carpentry, Library Carpentry,
29+
or The Carpentries.
30+
- where practical, linking to the respective lesson program website
31+
(https://software-carpentry.org/, https://datacarpentry.org, https://librarycarpentry.org, or
32+
https://carpentries.org), provide a [link to the license][cc-by-human]
33+
- and indicate if changes were made. You may do so in any reasonable manner, but not in any way
34+
that suggests the licensor endorses you or your use.
3335

3436
**No additional restrictions**---You may not apply legal terms or
3537
technological measures that legally restrict others from doing
@@ -73,8 +75,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7375

7476
## Trademark
7577

76-
"Software Carpentry" and "Data Carpentry" and their respective logos
77-
are registered trademarks of [Community Initiatives][CI].
78+
"The Carpentries", "Software Carpentry" and "Data Carpentry" and their respective logos are
79+
registered trademarks of [Community Initiatives][CI].
7880

7981
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
8082
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode

bin/boilerplate/.travis.yml

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

bin/boilerplate/_config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,24 @@ title: "Lesson Title"
1616
# Life cycle stage of the lesson
1717
# See this page for more details: https://cdh.carpentries.org/the-lesson-life-cycle.html
1818
# Possible values: "pre-alpha", "alpha", "beta", "stable"
19+
#
20+
# Lessons that are going through the transition to the
21+
# Carpentries Workbench will go through 3 steps:
22+
# 'transition-step-1': notice indicating a new version
23+
# 'transition-step-2': notice encouraging to use new version
24+
# 'transition-step-3': notice indicating the lesson is deprecated,
25+
# with automated redirect
1926
life_cycle: "pre-alpha"
2027

28+
# For lessons in the life stages in 'transition-step-1' or later:
29+
# - 'transition_url' holds the URL for the version of the lesson that
30+
# uses the Workbench (needed for all 3 steps)
31+
# - 'transition_date' (in yyyy-mm-dd format) is the date when the lesson
32+
# will transition to being deprecated. The date only needs to be decided
33+
# when the lesson is in 'transition-step-2'.
34+
transition_url:
35+
transition_date:
36+
2137
#------------------------------------------------------------
2238
# Generic settings (should not need to change).
2339
#------------------------------------------------------------
@@ -34,6 +50,7 @@ repository: <USERNAME>/<PROJECT>
3450
3551

3652
# Sites.
53+
coc: "https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html"
3754
amy_site: "https://amy.carpentries.org/"
3855
carpentries_github: "https://github.com/carpentries"
3956
carpentries_pages: "https://carpentries.github.io"

bin/boilerplate/aio.md

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

0 commit comments

Comments
 (0)