Skip to content

Commit

Permalink
Text change to direct PRs into default branch, since not all repos ha…
Browse files Browse the repository at this point in the history
…ve develop branch
  • Loading branch information
yhuiYH committed Jan 11, 2024
1 parent 1632626 commit d05c1d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,13 @@ General issue guidelines:

### Pull requests

Our repositories typically use the **develop** branch an integration branch for new code so, when
making a PR, target this branch.
When you create a pull request, you should target the default branch. Our repositories typically use the **develop** branch as the default integration branch.

When creating a PR, use the following process. Note that each repository may include additional,
project-specific steps. Refer to each repository's PR process for any additional steps.

* Identify the issue you want to fix
* Target the **develop** branch for integration
* Target the default branch (usually the **develop** branch) for integration
* Ensure your code builds successfully
* Each component has a suite of test cases to run; include the log of the successful test run in your PR
* Do not break existing test cases
Expand Down

0 comments on commit d05c1d5

Please sign in to comment.