Skip to content

Commit

Permalink
Update contributing.md (microsoft#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyIvanov42 committed Jul 18, 2022
1 parent d4cc533 commit 333a5f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Instructions for Contributing Code

## Current status

Since at the moment work is proceeding on migrating to Node16, you need to remember the following:

- master branch for SDK v3 (stable and targets Node10)
- releases/4.x branch for SDK v4 (preview and targets Node16)
- Changes that were merged for SDK v3 should be cherry-picked for SDK v4 once they are merged to the master branch

## Contributing bug fixes

We are currently accepting contributions in the form of bug fixes. A bug must have an issue tracking it in the issue tracker. Your pull request should include a link to the bug that you are fixing. If you've submitted a PR for a bug, please post a comment in the bug to avoid duplication of effort.
Expand Down

0 comments on commit 333a5f9

Please sign in to comment.