Skip to content

Commit a1c8e22

Browse files
committed
Generator w/ minimal solution before WIP PR
ref: #763
1 parent 288c58c commit a1c8e22

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ Note that flags which have an attached value, like above, must take the form
7878
`-flag=value` and if `value` has spaces `-flag="value with spaces"`.
7979

8080

81-
### Generated Test Suites
82-
81+
### Generated Test Suites
8382
Generated test suites use the `bin/generator` cli.
8483

8584
Before using the cli it is recommended you run `bundle install` from within
@@ -326,6 +325,12 @@ Use the `configlet` tool to generate a README from shared metadata:
326325

327326
## Contributing Guide
328327

328+
If adding a new exercise:
329+
330+
* a [generator](#implementing-a-generator) should be implemented.
331+
* a minimal, partial, solution should be able to be pushed, in order to
332+
create a WIP pull request.
333+
329334
For an in-depth discussion of how exercism language tracks and exercises work, please see the
330335
[contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data).
331336

0 commit comments

Comments
 (0)