Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add docs/reference split * [Docs] Move implementing-a-concept-exercise.md to reference folder * [Docs] Move reference documents to docs folder * [Docs] Update to student-facing docs * [Docs] Add new issue template Co-Authored-By: Jeremy Walker <[email protected]> Co-Authored-By: Victor Goff <[email protected]> Co-authored-by: Sascha Mann <[email protected]> * Extract concepts of v2 two-fer exercise Well done @bergjohan , thanks for working on this first one 🎉 * Add implementing concept exercise reference * Add implementing concept exercise reference * Add required reading per #1170 * Add source file per #1149 Co-authored-by: wolf99 <[email protected]> * Add reference to Concept Exercise Anatomy video [Docs] Add reference to Concept Exercise Anatomy video * Cross-reference concept exercise file information [Docs] Cross-reference concept exercise file information * correct description of track specific files On the C track not all of the track specific files are C code files. One is a make file and there is a subdirectory. Further, referring to header files as C source files, while not incorrect, may be confusing * Extract concepts of v2 square-root exercise * Extract square-root concepts * Fix formatting and casing * Add usggestion * Extract concepts of v2 difference-of-squares exercise * Extract difference-of-squares concepts onsistent casing * Add suggestions * Extract concepts of v2 resistor-color exercise * Extract resistor-color concepts * Make casing consistent * Add suggestions * [CI] Format code Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Extract concepts of v2 isogram exercise * Extract isogram concepts * Fix typo * Remove bit-fields concept Forgot bit-fields are an actual thing in C, not just a general concept * Add suggestions * [CI] Format code Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Extract concepts of v2 hamming exercise * Extract hamming concepts * Add suggestions * [CI] Format code * Order concepts alphabetically for ease of future parsing Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Add implementation step to update implemented exercises * Add description of concept documents [Docs] Add description of concept documents Co-authored-by: Jeremy Walker <[email protected]> * Create binary-search.md * Convert example to exemplar * Rename example files to exemplar See exercism/docs#23 * [Docs] Correct .meta/example references to .meta/exemplar * [Docs] Use exemplar instead of example * [Docs] Update example name in file listings * [Julia] Convert to exemplar.jl * [elm] Rename .meta/Cook.elm to .meta/Examplar.elm * [elm] Rename .meta/Examplar.elm .meta/Exemplar.elm Co-authored-by: Matthieu Pizenberg <[email protected]> * [v3] Move existing exercises to exercises/practice * [v3] Add version property to config.json * [v3] Add status to config.json * [v3] Add slug to config.json * [v3] Add online_editor property to config.json * [v3] Re-order practice exercises in config.json * [v3] Remove deprecated properties from practice exercises in config.json * [v3] Add name property to practice exercises in config.json * [v3] Add (empty) prerequisites property to practice exercises in config.json * [v3] Move exercises to practice exercises property in config.json * [v3] Add concept exercises to config.json * [v3] Add concepts to config.json * [v3] Add key features to config.json * [v3] Add tags to config.json * [v3] Add configlet CI workflow * [v3] Update fetch-configlet script to work with configlet v3 * [v3] Add dependabot to keep GHA dependencies up-to-date * [v3] Convert relative v3 links to absolute links * [v3] Fix configlet CI workflow Co-authored-by: Jeremy Walker <[email protected]> Co-authored-by: Victor Goff <[email protected]> Co-authored-by: Sascha Mann <[email protected]> Co-authored-by: Johan Berg <[email protected]> Co-authored-by: wolf99 <[email protected]> Co-authored-by: wolf99 <[email protected]> Co-authored-by: wolf99 <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: proose <[email protected]> Co-authored-by: Matthieu Pizenberg <[email protected]>
- Loading branch information