Skip to content

Commit

Permalink
fix typo, addd codeowners link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjball committed Dec 5, 2023
1 parent 5055d93 commit 5960c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Then use `git push` to upload your commits to your fork.

3. When you finish your feature, [open a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) to merge your branch into `codeforboston/main`.

Be sure to fill out the PR tepmlate and [link the PR to the issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) either by adding "closes #123" to the description or manually adding it under the Development section on the sidebar. This will automatically close the issue when the PR is merged and help keep issues organized.
Be sure to fill out the PR template and [link the PR to the issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) either by adding "closes #123" to the description or manually adding it under the Development section on the sidebar. This will automatically close the issue when the PR is merged and help keep issues organized.

Add a reviewer to your PR. Github will automatically add a code owner as a reviewer. If someone else has context to review your work, add them as well.
Add a reviewer to your PR. Github will automatically add a [code owner from this file](./.github/CODEOWNERS) as a reviewer. If someone else has context to review your work, add them as well.

4. Watch for and respond to review comments and checks.
4. Watch for and respond to review comments and checks.

5. Merge your PR when:

Expand Down

0 comments on commit 5960c70

Please sign in to comment.