exercism-config 0.69.0 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/labels.yml +19 -43
- data/CODE_OF_CONDUCT.md +82 -0
- data/lib/exercism_config/version.rb +1 -1
- data/settings/ci.yml +1 -0
- data/settings/docker.yml +1 -0
- data/settings/local.yml +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 849bc7bc955919902204af97fb9c7e127e7a1c68ca47822a80fdc190a51c2224
|
|
4
|
+
data.tar.gz: f841ea70524325dc7eda4467fe2425a98a76e29fee69f2e0e1aea8a323af77e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09daae24a054efbd677571b5e4b9f244914b6ab5b5cac5e4c4cf93dc8e71141656cc18b0e809fe76b89b976ff0b3b220d472237c73d63b068bdbf2dd9963f3b1'
|
|
7
|
+
data.tar.gz: 32b6ca8d54c6a66c4b9d472c183a6240f382f82aeb5c791edbec19e0272e9f92b47eae01cff6ebe587cfe24a831c3ac03eaa88f4f97e3cc175e96e9c77cd7a6b
|
data/.github/labels.yml
CHANGED
|
@@ -1,31 +1,25 @@
|
|
|
1
|
-
#
|
|
2
|
-
# This is an auto-generated file - Do not edit
|
|
3
|
-
#
|
|
1
|
+
# --------------------------------------------------------------- #
|
|
2
|
+
# This is an auto-generated file - Do not manually edit this file #
|
|
3
|
+
# --------------------------------------------------------------- #
|
|
4
4
|
|
|
5
|
-
# This file is automatically generated by
|
|
6
|
-
# 1. The Exercism-wide labels
|
|
7
|
-
# 2. The repository-specific labels
|
|
5
|
+
# This file is automatically generated by concatenating two files:
|
|
8
6
|
#
|
|
9
|
-
# The Exercism-wide labels
|
|
10
|
-
#
|
|
7
|
+
# 1. The Exercism-wide labels: defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml
|
|
8
|
+
# 2. The repository-specific labels: defined in the `.appends/.github/labels.yml` file within this repository.
|
|
11
9
|
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
# `.appends/.github/labels.yml` file and _not_ this file.
|
|
10
|
+
# If any of these two files change, a pull request is automatically created containing a re-generated version of this file.
|
|
11
|
+
# Consequently, to change repository-specific labels you should update the `.appends/.github/labels.yml` file and _not_ this file.
|
|
15
12
|
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
# regenerated and the labels being updated. This typically takes 5-10 minutes.
|
|
13
|
+
# When the pull request has been merged, the GitHub labels will be automatically updated by the "Sync labels" workflow.
|
|
14
|
+
# This typically takes 5-10 minutes.
|
|
19
15
|
|
|
20
16
|
# --------------------------------------------------------------------- #
|
|
21
17
|
# These are the Exercism-wide labels which are shared across all repos. #
|
|
22
18
|
# --------------------------------------------------------------------- #
|
|
23
19
|
|
|
24
|
-
# The following Exercism-wide labels are used to show "tasks" on the website, which
|
|
25
|
-
# will point users to things they can help contribute with.
|
|
20
|
+
# The following Exercism-wide labels are used to show "tasks" on the website, which will point users to things they can contribute to.
|
|
26
21
|
|
|
27
|
-
# The `x:action/<value>` labels describe what sort of work the contributor
|
|
28
|
-
# will be engaged in when working on the issue
|
|
22
|
+
# The `x:action/<value>` labels describe what sort of work the contributor will be engaged in when working on the issue
|
|
29
23
|
- name: "x:action/create"
|
|
30
24
|
description: "Work on something from scratch"
|
|
31
25
|
color: "6f60d2"
|
|
@@ -46,8 +40,7 @@
|
|
|
46
40
|
description: "Sync content with its latest version"
|
|
47
41
|
color: "6f60d2"
|
|
48
42
|
|
|
49
|
-
# The `x:knowledge/<value>` labels describe how much Exercism knowledge
|
|
50
|
-
# is required by the contributor
|
|
43
|
+
# The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
|
|
51
44
|
- name: "x:knowledge/none"
|
|
52
45
|
description: "No existing Exercism knowledge required"
|
|
53
46
|
color: "604fcd"
|
|
@@ -64,8 +57,7 @@
|
|
|
64
57
|
description: "Comprehensive Exercism knowledge required"
|
|
65
58
|
color: "604fcd"
|
|
66
59
|
|
|
67
|
-
# The `x:module/<value>` labels indicate what part of Exercism
|
|
68
|
-
# the contributor will be working on
|
|
60
|
+
# The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
|
|
69
61
|
- name: "x:module/analyzer"
|
|
70
62
|
description: "Work on Analyzers"
|
|
71
63
|
color: "5240c9"
|
|
@@ -94,8 +86,7 @@
|
|
|
94
86
|
description: "Work on Test Runners"
|
|
95
87
|
color: "5240c9"
|
|
96
88
|
|
|
97
|
-
# The `x:size/<value>` labels describe the expected amount of work
|
|
98
|
-
# for a contributor
|
|
89
|
+
# The `x:size/<value>` labels describe the expected amount of work for a contributor
|
|
99
90
|
- name: "x:size/tiny"
|
|
100
91
|
description: "Tiny amount of work"
|
|
101
92
|
color: "4836bf"
|
|
@@ -116,20 +107,18 @@
|
|
|
116
107
|
description: "Massive amount of work"
|
|
117
108
|
color: "4836bf"
|
|
118
109
|
|
|
119
|
-
# The `x:status/<value>` label indicates if there is already someone
|
|
120
|
-
# working on the issue
|
|
110
|
+
# The `x:status/<value>` label indicates if there is already someone working on the issue
|
|
121
111
|
- name: "x:status/claimed"
|
|
122
112
|
description: "Someone is working on this issue"
|
|
123
113
|
color: "4231af"
|
|
124
114
|
|
|
125
|
-
# The `x:type/<value>` labels describe
|
|
126
|
-
# is required by the contributor
|
|
115
|
+
# The `x:type/<value>` labels describe what type of work the contributor will be engaged in
|
|
127
116
|
- name: "x:type/ci"
|
|
128
117
|
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
|
|
129
118
|
color: "3c2d9f"
|
|
130
119
|
|
|
131
120
|
- name: "x:type/coding"
|
|
132
|
-
description: "
|
|
121
|
+
description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
|
|
133
122
|
color: "3c2d9f"
|
|
134
123
|
|
|
135
124
|
- name: "x:type/content"
|
|
@@ -144,20 +133,7 @@
|
|
|
144
133
|
description: "Work on Documentation"
|
|
145
134
|
color: "3c2d9f"
|
|
146
135
|
|
|
147
|
-
#
|
|
148
|
-
# a contributor gets for an authored/merged/reviewed PR.
|
|
149
|
-
# See https://github.com/exercism/docs/blob/main/product/reputation.md
|
|
150
|
-
|
|
151
|
-
- name: "reputation/contributed_code/major"
|
|
152
|
-
description: "Increases the number of reputation points awarded by this PR"
|
|
153
|
-
color: "fcfa9f"
|
|
154
|
-
|
|
155
|
-
- name: "reputation/contributed_code/minor"
|
|
156
|
-
description: "Decreases the number of reputation points awarded by this PR"
|
|
157
|
-
color: "fcfa9f"
|
|
158
|
-
|
|
159
|
-
# This Exercism-wide label is added to all automatically created pull requests
|
|
160
|
-
# that help migrate/prepare a track for Exercism v3
|
|
136
|
+
# This Exercism-wide label is added to all automatically created pull requests that help migrate/prepare a track for Exercism v3
|
|
161
137
|
- name: "v3-migration 🤖"
|
|
162
138
|
description: "Preparing for Exercism v3"
|
|
163
139
|
color: "e99695"
|
data/CODE_OF_CONDUCT.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# Code of Conduct
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
|
|
5
|
+
Exercism is a platform centered around empathetic conversation. We have a low tolerance for communication that makes anyone feel unwelcome, unsupported, insulted or discriminated against.
|
|
6
|
+
|
|
7
|
+
## Seen or experienced something uncomfortable?
|
|
8
|
+
|
|
9
|
+
If you see or experience abuse, harassment, discrimination, or feel unsafe or upset, please email abuse@exercism.io. We will take your report seriously.
|
|
10
|
+
|
|
11
|
+
## Enforcement
|
|
12
|
+
|
|
13
|
+
We actively monitor for Code of Conduct (CoC) violations and take any reports of violations extremely seriously. We have banned contributors, mentors and users due to violations.
|
|
14
|
+
|
|
15
|
+
After we receive a report of a CoC violation, we view that person's conversation history on Exercism and related communication channels and attempt to understand whether someone has deliberately broken the CoC, or accidently crossed a line. We generally reach out to the person who has been reported to discuss any concerns we have and warn them that repeated violations will result in a ban. Sometimes we decide that no violation has occurred and that no action is required and sometimes we will also ban people on a first offence. We strive to be fair, but will err on the side of protecting the culture of our community.
|
|
16
|
+
|
|
17
|
+
Exercism's leadership reserve the right to take whatever action they feel appropriate with regards to CoC violations.
|
|
18
|
+
|
|
19
|
+
## The simple version
|
|
20
|
+
|
|
21
|
+
- Be empathetic
|
|
22
|
+
- Be welcoming
|
|
23
|
+
- Be kind
|
|
24
|
+
- Be honest
|
|
25
|
+
- Be supportive
|
|
26
|
+
- Be polite
|
|
27
|
+
|
|
28
|
+
## The details
|
|
29
|
+
|
|
30
|
+
Exercism should be a safe place for everybody regardless of
|
|
31
|
+
|
|
32
|
+
- Gender, gender identity or gender expression
|
|
33
|
+
- Sexual orientation
|
|
34
|
+
- Disability
|
|
35
|
+
- Physical appearance (including but not limited to body size)
|
|
36
|
+
- Race
|
|
37
|
+
- Age
|
|
38
|
+
- Religion
|
|
39
|
+
- Anything else you can think of.
|
|
40
|
+
|
|
41
|
+
As someone who is part of this community, you agree that:
|
|
42
|
+
|
|
43
|
+
- We are collectively and individually committed to safety and inclusivity.
|
|
44
|
+
- We have zero tolerance for abuse, harassment, or discrimination.
|
|
45
|
+
- We respect people’s boundaries and identities.
|
|
46
|
+
- We refrain from using language that can be considered offensive or oppressive (systemically or otherwise), eg. sexist, racist, homophobic, transphobic, ableist, classist, etc. - this includes (but is not limited to) various slurs.
|
|
47
|
+
- We avoid using offensive topics as a form of humour.
|
|
48
|
+
|
|
49
|
+
We actively work towards:
|
|
50
|
+
|
|
51
|
+
- Being a safe community
|
|
52
|
+
- Cultivating a network of support & encouragement for each other
|
|
53
|
+
- Encouraging responsible and varied forms of expression
|
|
54
|
+
|
|
55
|
+
We condemn:
|
|
56
|
+
|
|
57
|
+
- Stalking, doxxing, or publishing private information
|
|
58
|
+
- Violence, threats of violence or violent language
|
|
59
|
+
- Anything that compromises people’s safety
|
|
60
|
+
- Conduct or speech which might be considered sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory or offensive in nature.
|
|
61
|
+
- The use of unwelcome, suggestive, derogatory or inappropriate nicknames or terms.
|
|
62
|
+
- Disrespect towards others (jokes, innuendo, dismissive attitudes) and towards differences of opinion.
|
|
63
|
+
- Intimidation or harassment (online or in-person). Please read the [Citizen Code of Conduct](https://github.com/stumpsyn/policies/blob/master/citizen_code_of_conduct.md) for how we interpret harassment.
|
|
64
|
+
- Inappropriate attention or contact.
|
|
65
|
+
- Not understanding the differences between constructive criticism and disparagement.
|
|
66
|
+
|
|
67
|
+
These things are NOT OK.
|
|
68
|
+
|
|
69
|
+
Be aware of how your actions affect others. If it makes someone uncomfortable, stop.
|
|
70
|
+
|
|
71
|
+
If you say something that is found offensive, and you are called out on it, try to:
|
|
72
|
+
|
|
73
|
+
- Listen without interruption.
|
|
74
|
+
- Believe what the person is saying & do not attempt to disqualify what they have to say.
|
|
75
|
+
- Ask for tips / help with avoiding making the offence in the future.
|
|
76
|
+
- Apologise and ask forgiveness.
|
|
77
|
+
|
|
78
|
+
## History
|
|
79
|
+
|
|
80
|
+
This policy was initially adopted from the Front-end London Slack community and has been modified since. A version history can be seen on [GitHub](https://github.com/exercism/website-copy/edit/main/pages/code_of_conduct.md).
|
|
81
|
+
|
|
82
|
+
_This policy is a "living" document, and subject to refinement and expansion in the future. This policy applies to the Exercism website, the Exercism GitHub organisation, any other Exercism-related communication channels (e.g. Slack, Twitter, email) and any other Exercism entity or event._
|
data/settings/ci.yml
CHANGED
data/settings/docker.yml
CHANGED
data/settings/local.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: exercism-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.70.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremy Walker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-dynamodb
|
|
@@ -181,6 +181,7 @@ files:
|
|
|
181
181
|
- ".gitignore"
|
|
182
182
|
- ".rubocop.yml"
|
|
183
183
|
- ".ruby-version"
|
|
184
|
+
- CODE_OF_CONDUCT.md
|
|
184
185
|
- Gemfile
|
|
185
186
|
- LICENSE
|
|
186
187
|
- README.md
|