Skip to content

Commit 4be49b3

Browse files
authoredMay 4, 2021
[v3] Update Markdown files to latest spec (#252)
All Markdown files should, from this point on, start with a level one heading. See exercism/configlet#150 for the rationale behind these changes. The full specification can be found [here](https://github.com/exercism/docs/blob/main/contributing/standards/markdown.md).
1 parent 8d53d63 commit 4be49b3

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
 

‎CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Contributing
2+
13
To help improve this track you can:
24
1. check opened issues and help in fixing them: https://github.com/exercism/groovy/issues
35
1. add a new exercise to the track (see the information below)

‎docs/ABOUT.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# About
2+
13
[Groovy](http://www.groovy-lang.org/) is the Apache Foundation's powerful, optionally typed, dynamic language, which also features static-typing and static compilation capabilities.
24

35
Groovy is aimed at improving developer productivity thanks to a concise, easy to learn syntax.

‎docs/LEARNING.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Learning
2+
13
Interested in getting started with Groovy, or learning more while you work on exercises?
24

35
Try out Groovy with

‎docs/TESTS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Tests
2+
13
## Running Tests
24

35
Execute the test specification with:

0 commit comments

Comments
 (0)
Please sign in to comment.