You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* sync with template; fix lesson-check
* more HTTPS
* use spdx license ids
* make lesson-check
* use map verson of requirements field
* trim empty spaces, minor wordsmithing
we pledge to respect all people who contribute through reporting issues,
@@ -10,8 +9,16 @@ updating documentation,
10
9
submitting pull requests or patches,
11
10
and other activities.
12
11
13
-
The CWL Project is dedicated to providing a harassment-free experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, age, race, or religion. We do not tolerate harassment of participants in any form.
12
+
The CWL Project is dedicated to providing a harassment-free experience for
13
+
everyone, regardless of gender, gender identity and expression, sexual
14
+
orientation, disability, physical appearance, body size, age, race, or religion.
15
+
We do not tolerate harassment of participants in any form.
14
16
15
-
This code of conduct applies to all CWL Project spaces, including the Google Group, the Gitter chat room, the Google Hangouts chats, both online and off. Anyone who violates this code of conduct may be sanctioned or expelled from these spaces at the discretion of the leadership team.
17
+
This code of conduct applies to all CWL Project spaces, including the Google
18
+
Group, the Gitter chat room, the Google Hangouts chats, both online and off.
19
+
Anyone who violates this code of conduct may be sanctioned or expelled from
20
+
these spaces at the discretion of the leadership team.
16
21
17
22
For more details, see the [complete CWL project code of conduct](https://github.com/common-workflow-language/common-workflow-language/blob/master/CODE_OF_CONDUCT.md).
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+41-39Lines changed: 41 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This is a good way to introduce yourself
27
27
and to meet some of our community members.
28
28
29
29
1. If you do not have a [GitHub][github] account,
30
-
you can [send us comments by email][contact].
30
+
you can [send us comments by email][discuss-list].
31
31
However,
32
32
we will be able to respond more quickly if you use one of the other methods described below.
33
33
@@ -47,24 +47,29 @@ and to meet some of our community members.
47
47
48
48
1. If you wish to change this lesson,
49
49
please work in <https://github.com/common-workflow-language/user_guide>,
50
-
which can be viewed at <http://www.commmonwl.org/user_guide/>.
50
+
which can be viewed at <https://www.commmonwl.org/user_guide/>.
51
51
52
52
2. If you wish to change the example lesson,
53
-
please work in <https://github.com/swcarpentry/lesson-example>,
53
+
please work in <https://github.com/carpentries/lesson-example>,
54
54
which documents the format of our lessons
55
-
and can be viewed at <https://swcarpentry.github.io/lesson-example>.
55
+
and can be viewed at <https://carpentries.github.io/lesson-example>.
56
56
57
-
3. If you wish to change CSS style files, tools,
57
+
3. If you wish to change the template used for workshop websites,
58
+
please work in <https://github.com/carpentries/workshop-template>.
59
+
The home page of that repository explains how to set up workshop websites,
60
+
while the extra pages in <https://carpentries.github.io/workshop-template>
61
+
provide more background on our design choices.
62
+
63
+
4. If you wish to change CSS style files, tools,
58
64
or HTML boilerplate for lessons or workshops stored in `_includes` or `_layouts`,
59
-
please work in <https://github.com/swcarpentry/styles> if those changes are
60
-
generic or here if they are specific to the CWL user guide.
65
+
please work in <https://github.com/carpentries/styles>.
61
66
62
67
## What to Contribute
63
68
64
69
There are many ways to contribute,
65
70
from writing new exercises and improving existing ones
66
71
to updating or filling in the documentation
67
-
and and submitting [bug reports][issues]
72
+
and submitting [bug reports][issues]
68
73
about things that don't work, aren't clear, or are missing.
69
74
If you are looking for ideas,
70
75
please see [the list of issues for this repository][issues],
@@ -90,39 +95,36 @@ The first encourages contributors to be honest about requirements;
90
95
the second, to think hard about priorities.
91
96
92
97
We are also not looking for exercises or other material that only run on one platform.
93
-
Our workshops typically contain a mixture of Windows, Mac OS X, and Linux users;
98
+
Our workshops typically contain a mixture of Windows, macOS, and Linux users;
94
99
in order to be usable,
95
100
our lessons must run equally well on all three.
96
101
-->
97
102
## Using GitHub
98
103
99
-
If you choose to contribute via GitHub,
100
-
you may want to look at
104
+
If you choose to contribute via GitHub, you may want to look at
101
105
[How to Contribute to an Open Source Project on GitHub][how-contribute].
102
-
In brief:
103
-
104
-
1. The published copy of the lesson is in the `gh-pages` branch of the repository
105
-
(so that GitHub will regenerate it automatically).
106
-
Please create all branches from that,
107
-
and merge the [master repository][repo]'s `gh-pages` branch into your `gh-pages` branch
108
-
before starting work.
109
-
Please do *not* work directly in your `gh-pages` branch,
110
-
since that will make it difficult for you to work on other contributions.
111
-
112
-
2. We use [GitHub flow][github-flow] to manage changes:
113
-
1. Create a new branch in your desktop copy of this repository for each significant change.
114
-
2. Commit the change in that branch.
115
-
3. Push that branch to your fork of this repository on GitHub.
116
-
4. Submit a pull request from that branch to the [master repository][repo].
117
-
5. If you receive feedback,
118
-
make changes on your desktop and push to your branch on GitHub:
119
-
the pull request will update automatically.
120
-
3. Please add yourself to the authors file if you aren't already present: https://github.com/common-workflow-language/user_guide/blob/gh-pages/.zenodo.json
121
-
122
-
Each lesson has two maintainers who review issues and pull requests
123
-
or encourage others to do so.
124
-
The maintainers are community volunteers,
125
-
and have final say over what gets merged into the lesson.
106
+
To manage changes, we follow [GitHub flow][github-flow].
107
+
Each lesson has two maintainers who review issues and pull requests or encourage others to do so.
108
+
The maintainers are community volunteers and have final say over what gets merged into the lesson.
109
+
To use the web interface for contributing to a lesson:
110
+
111
+
1. Fork the originating repository to your GitHub profile.
112
+
2. Within your version of the forked repository, move to the `gh-pages` branch and
113
+
create a new branch for each significant change being made.
114
+
3. Navigate to the file(s) you wish to change within the new branches and make revisions as required.
115
+
4. Commit all changed files within the appropriate branches.
116
+
5. Create individual pull requests from each of your changed branches
117
+
to the `gh-pages` branch within the originating repository.
118
+
6. If you receive feedback, make changes using your issue-specific branches of the forked
119
+
repository and the pull requests will update automatically.
120
+
7. Repeat as needed until all feedback has been addressed.
121
+
122
+
When starting work, please make sure your clone of the originating `gh-pages` branch is up-to-date
123
+
before creating your own revision-specific branch(es) from there.
124
+
Additionally, please only work from your newly-created branch(es) and *not*
125
+
your clone of the originating `gh-pages` branch.
126
+
Lastly, published copies of all the lessons are available in the `gh-pages` branch of the originating
127
+
repository for reference while revising.
126
128
127
129
## Other Resources
128
130
@@ -134,13 +136,13 @@ which everyone is welcome to join.
0 commit comments