Skip to content

Commit 38e8606

Browse files
committed
Remove notes from README on targeting the develop branch
1 parent 9df5748 commit 38e8606

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,3 @@ which will show a path like:
3434
```
3535
<path to numba-cuda repo>/numba_cuda/numba/cuda/__init__.py
3636
```
37-
38-
## Branching strategy
39-
40-
Presently the `main` branch is being used to target the exact behavior of the
41-
built-in CUDA target. New feature development and bug fixes should be applied to
42-
`develop`. Once the `main` branch is widely tested and confirmed to work well as
43-
a drop-in replacement for the built-in `numba.cuda`, the `develop` branch will
44-
be merged in and new feature development will proceed on `main`.
45-
46-
### Current PR targets
47-
48-
- PRs related to replacing the built-in CUDA target's features should target
49-
`main`.
50-
- PRs adding new features and bug fixes should target `develop`.
51-
52-
### Future PR targets
53-
54-
- In future, all PRs should target the `main` branch.

0 commit comments

Comments
 (0)