Skip to content

Commit 43bb10a

Browse files
Add branch instructions in CONTRIBUTING.md and Update ADO pipeline triggers (#78)
* dev branch * update ado trigger
1 parent 9596aa1 commit 43bb10a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ or contact [[email protected]](mailto:[email protected]) with any addi
1717

1818
We welcome contributions from everyone. The following guidelines will help you understand our expectations and streamline the review process.
1919

20+
## Branch
21+
All PRs should be made against the `dev` branch. Please ensure your branch is up to date with the latest changes before submitting a pull request. And the `main` branch is used for release. Consider `main` as the stable branch and `dev` as the development branch.
22+
2023
## Code Style
2124

2225
We follow the LLVM coding style for all C/C++ code. Please ensure your code conforms to this style. To automate this process, we use `clang-format`:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ trigger:
22
branches:
33
include:
44
- main
5-
- stable
65
- gh-readonly-queue/main/*
6+
- dev
77

88
pr:
99
branches:
1010
include:
11-
- '*'
11+
- main
1212

1313
pool:
1414
name: agent-pool-onprem-ubuntu

0 commit comments

Comments
 (0)