Skip to content

Commit

Permalink
Merge pull request ROCm#2798 from ROCm/amd/dev/yhui/UpdateTextInContr…
Browse files Browse the repository at this point in the history
…ibuting

Update Contributing.md to direct PRs to use repo's default branch
  • Loading branch information
yhuiYH authored Jan 11, 2024
2 parents 1632626 + d05c1d5 commit 20005e0
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 20005e0

Please sign in to comment.