Skip to content

Commit b067228

Browse files
authored
Merge pull request #288 from src-d/carlosms-patch-1
Add missing entries to engineering TOC
2 parents b4791a7 + 5db62f6 commit b067228

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

engineering/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
**Maintainer:** [@mcuadros](https://github.com/mcuadros)
44

5+
* [Workflow](workflow.md)
56
* [Methodology](methodology.md)
67
* [Language Analysis Team](methodology-language-analysis.md)
78
* [Project Maintainers](maintainers.md)
9+
* [Releases](releases.md)
810
* [Git workflow](git-flow.md)
911
* [Development Conventions](conventions.md)
1012
* [Go](conventions-go.md)

engineering/maintainers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Every GitHub repository must have an assigned maintainer.
66
* Maintainer is specified in a MAINTAINERS file in the top level directory as follows: `Full Name <email> (@github_handle)`
77
* Maintainers are in charge of:
8-
* Release Management: tagging, release notes, deciding on versioning, etc.
8+
* [Release Management](releases.md): tagging, release notes, deciding on versioning, etc.
99
* Code Review pull requests.
1010
* Ensure that issues get handled.
1111
* Ensure that good practices are followed and that there is consistency among the code base.

0 commit comments

Comments
 (0)