File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-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+ * Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
3+ * Use bullet points to be concise and to the point.
4+
5+ ## why
6+ * Provide the justifications for the changes (e.g. business case).
7+ * Describe why these changes were made (e.g. why do these commits fix the problem?)
8+ * Use bullet points to be concise and to the point.
9+
10+ ## references
11+ * Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
12+ * Use ` closes #123 ` , if this PR closes a GitHub issue ` #123 `
13+
You can’t perform that action at this time.
0 commit comments