You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ General guidance for contributors. For maintainer-specific info, see the [For Ma
23
23
- For example, if you are working on issue number 42 and performing a refactor on the navbar component, a good branch name would be `42-refactor-navbar-component`.
24
24
- Ensure that your code works, tests pass and your code is properly linted and formatted prior to opening a PR.
25
25
- We use a pre-commit hook on this project to help facilitate this. See the [Code Quality](#code-quality) section below for more information.
26
+
- Once your PR is opened and you are ready for a review, request a review from the website team.
27
+
- To do this, navigate to your PR, click "Reviewers" on the right side of the page and select the `@CodeCafeCommunity/website` team.
0 commit comments