Skip to content

Commit 5b62454

Browse files
authored
Reformat "Branches" table and add link to CONTRIBUTING.md (#148)
1 parent 1a24b43 commit 5b62454

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ Longer explanation: Head to <https://adr.github.io/madr/#applying-madr-to-your-p
3333

3434
### Branches
3535

36-
| Branch | Meaning |
37-
| -- | -- |
38-
| `gh-pages` | Homepage showing the latest released version, rendered at <https://adr.github.io/madr> |
39-
| `develop` | Latest developments, including homepage updates which should be published on a release. `gh-pages` should always be merged into this branch. |
40-
| `release/v1` | Branch for latest release 1.x version of MADR. Introduced to fix [#92](https://github.com/adr/madr/issues/92) |
41-
| `release/vY` | Branch for version Y.x of MADR. |
36+
| Branch | Meaning |
37+
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------|
38+
| `gh-pages` | Homepage showing the latest released version, rendered at <https://adr.github.io/madr> |
39+
| `develop` | Latest developments, including homepage updates which should be published on a release. `gh-pages` should always be merged into this branch. |
40+
| `release/vY` | Branch for latest release Y.x version of MADR. Introduced to fix [#92](https://github.com/adr/madr/issues/92) |
41+
42+
See also [`CONTRIBUTING.md`](CONTRIBUTING.md).
4243

4344
## How to start Jekyll locally
4445

0 commit comments

Comments
 (0)