problem-specifications icon indicating copy to clipboard operation
problem-specifications copied to clipboard

Shared metadata for exercism exercises.

Results 107 problem-specifications issues
Sort by recently updated
recently updated
newest added

Excerpted from discussion in https://github.com/exercism/problem-specifications/pull/1366: > @petertseng > The thing that gives me pause currently is that the property `chromatic` is about test cases with chromatic scales. > @coriolinus >...

discussion

Instructions for the "Robot name" problem ask for two independant things: - at any time, each robot name has to be unique; - when reset, a robot gets a new...

The exercise `rest-api` has a comment in it that asks to pass in the test data as string, such that an implementation of the solution has to parse and validate...

discussion

A number of the exercises are still missing **canonical data**. Adding this would help make it easier for people to [get involved in contributing to Exercism language tracks][getting-involved]. Canonical data...

cross-track consistency
good first issue

GitHub recently introduced a new feature called [Environments](https://docs.github.com/en/free-pro-team@latest/actions/reference/environments) that let you create a »container« of sorts to limit access to secrets in a more fine-grained way than giving everyone with...

discussion
cross-track consistency
CI

### Example In `perfect-numbers` we have this test case: https://github.com/exercism/problem-specifications/blob/8df6cb2ed8e77aa3ac0c02744cd9ddb83920f5f2/exercises/perfect-numbers/canonical-data.json#L121-L130 And we notice (see https://github.com/exercism/problem-specifications/pull/1691) that we would like to make this change: ```diff { "uuid": "72445cee-660c-4d75-8506-6c40089dc302", - "description": "Zero...

Example build: https://github.com/exercism/problem-specifications/runs/1323686545?check_suite_focus=true This value needs to be determined differently: https://github.com/exercism/problem-specifications/blob/b889bf897bbd16a40f347d9bdb5f57828dfd3026/.github/workflows/ci.yml#L41

good first issue
CI

As per: https://github.com/exercism/problem-specifications/pull/1722/files#diff-4d2cace23cf1ea1094ebdad9ef0dfa2e93c9e23056b2265af6ddec0e5899c932R75 Can we enforce (via CI) that all GHA scripts are pinned to shas? This is a real attack vector for us for repos with tokens (which many...

See e.g. https://github.com/exercism/problem-specifications/pull/1720 ### Current behaviour 1. Run `configlet generate` 1. Commit the changes to the `README.md` files. 1. Either: a. Trailing whitespace is introduced into track repos, or b....

We may want to think about implementing an automatic merging strategy/bot. That could prevent further frustration, such as: * PRs are merged before people can chime in * PRs get...

discussion
policy