You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ When submitting a pull request, keep the following guidelines in mind:
50
50
51
51
- Check the number of files being updated. Ensure that your pull request includes only the files you expected to be changed. (If there are additional files you did not expect included in the commit, troubleshoot before submitting the PR.)
52
52
53
+
- Never open a pull request to the `master` branch directly, all pull requests must be targeting the `development` branch.
54
+
53
55
## Log a Bug or Request a Feature
54
56
55
57
We use [GitHub Issues](https://github.com/oneapi-src/oneAPI-samples/issues) to track sample development issues, bugs, and feature requests.
0 commit comments