File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Use this file to define individuals or teams that are responsible for code in a repository.
2+ # Read more: <https://help.github.com/articles/about-codeowners/>
3+ #
4+ # Order is important: the last matching pattern takes the most precedence
5+
6+ # These owners will be the default owners for everything
7+ * @ masterpointio/masterpoint-internal
Original file line number Diff line number Diff line change 1+ ## what
2+
3+ - Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
4+ - Use bullet points to be concise and to the point.
5+
6+ ## why
7+
8+ - Provide the justifications for the changes (e.g. business case).
9+ - Describe why these changes were made (e.g. why do these commits fix the problem?)
10+ - Use bullet points to be concise and to the point.
11+
12+ ## references
13+
14+ - Link to any supporting GitHub issues or helpful documentation to add some context (e.g. Stackoverflow).
15+ - Use ` closes #123 ` , if this PR closes a GitHub issue ` #123 `
Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ line_length: false
88spaces : false
99url : false
1010whitespace : false
11+
12+ # Ignore MD041/first-line-heading/first-line-h1
13+ # Error: First line in a file should be a top-level heading
14+ MD041 : false
You can’t perform that action at this time.
0 commit comments