Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
prace-lessons
Lesson Template
Commits
1edfd933
Commit
1edfd933
authored
10 years ago
by
Greg Wilson
Browse files
Options
Downloads
Plain Diff
Merge branch 'core' of github.com:swcarpentry/lesson-template into adding-contributor-covenant
parents
0aa41ed5
b489aa66
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
CONTRIBUTING.md
+1
-1
1 addition, 1 deletion
CONTRIBUTING.md
Makefile
+1
-1
1 addition, 1 deletion
Makefile
tools/setup-labels
+3
-3
3 additions, 3 deletions
tools/setup-labels
with
6 additions
and
5 deletions
.gitignore
+
1
−
0
View file @
1edfd933
...
...
@@ -2,6 +2,7 @@ README.html
LAYOUT.html
FAQ.html
DESIGN.html
CONTRIBUTING.html
*~
*.pyc
_site
...
...
This diff is collapsed.
Click to expand it.
CONTRIBUTING.md
+
1
−
1
View file @
1edfd933
...
...
@@ -43,7 +43,7 @@ You also agree to abide by our
[
conduct
]:
CONDUCT.md
[
lesson-template-issues
]:
https://github.com/swcarpentry/lesson-template/issues
[
license
]:
LICENSE.md
[
pro-git
]:
http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
[
pro-git
-chapter
]:
http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
[
swc-lessons
]:
http://software-carpentry.org/lessons.html
[
swc-maintainers
]:
http://software-carpentry.org/lessons.html#maintainers
[
swc-website
]:
http://software-carpentry.org
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
1edfd933
...
...
@@ -4,7 +4,7 @@ DST_RMD = $(patsubst %.Rmd,%.md,$(SRC_RMD))
# All Markdown files (hand-written and generated).
ALL_MD
=
$(
wildcard
*
.md
)
$(
DST_RMD
)
EXCLUDE_MD
=
README.md LAYOUT.md FAQ.md DESIGN.md
EXCLUDE_MD
=
README.md LAYOUT.md FAQ.md DESIGN.md
CONTRIBUTING.md
SRC_MD
=
$(
filter-out
$(
EXCLUDE_MD
)
,
$(
ALL_MD
))
DST_HTML
=
$(
patsubst %.md,%.html,
$(
SRC_MD
))
...
...
This diff is collapsed.
Click to expand it.
tools/setup-labels
+
3
−
3
View file @
1edfd933
...
...
@@ -30,9 +30,9 @@ fi
OWNER
=
$1
REPO
=
$2
GITHUB_URL
=
https://github.com/
${
OWNER
}
/
${
REPO
}
LABELS
=(
bug defer discussion d
uplicate
enhancement
filed-by-newcomer getting-started help-wanted left-as-was suitable-for-newcomer
work-in-progress
)
COLORS
=(
FF0000 66FF00 0000FF
98FB98 E0115F FFFF00 808000 89CFF0 568203 FCE883
545AA7
)
LABELS_TO_DELETE
=(
help
%20wanted invalid
question wontfix
)
LABELS
=(
bug
build
defer
discussion d
ocumentation
enhancement
newcomer-friendly upstream
work-in-progress
)
COLORS
=(
FF0000
551033
66FF00 0000FF
D4318C E0115F FCE883 83F52C
545AA7
)
LABELS_TO_DELETE
=(
duplicate filed-by-newcomer getting-started
help
%20wanted help-wanted invalid left-as-was suitable-for-newcomer
question wontfix
)
# Test if repository exists
curl
-s
--head
${
GITHUB_URL
}
|
head
-n
1 |
grep
-q
"HTTP/1.[01] [23].."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment