Skip to content

Commit

Permalink
update contributing guide to ensure there is an associated issue for …
Browse files Browse the repository at this point in the history
…each PR

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
  • Loading branch information
ahrtr committed Jan 12, 2024
1 parent b3bf59a commit f7d264d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ If you are still working on the pull request, you can convert it to draft by cli

Multiple small PRs are preferred over single large ones (>500 lines of code).

Please make sure there is an associated issue for each PR you submit. Create one if it doesn't exist yet, and close the issue
once the PR gets merged and has been backported to previous stable releases, if necessary. If there are multiple PRs linked to
the same issue, refrain from closing the issue until all PRs have been merged and, if needed, backported to previous stable
releases.

## Get your pull request reviewed

Before requesting review please ensure that all GitHub checks were successful.
Expand Down

0 comments on commit f7d264d

Please sign in to comment.