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
rules for the _main_ branch that disable force-commits, forbid direct pushes,
60
+
require status checks to pass, and require a linear history.
61
+
You can configure these rules under *Settings → Branches → main*.
62
+
The typical workflow is: push changes to a new branch, make a pull request against *main*, and squash–merge or rebase into *main* after the status checks pass.
63
+
An *admin*-role user *can* push directly to *main*, but non-*admin* users (with write access) must make pull requests.
64
+
65
+
### Contributing
66
+
67
+
**Tell people how to report problems and ask questions.**
68
+
69
+
The source code in this repository is licensed under the terms of the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html).
70
+
Contributions and questions are welcome via issues.
71
+
For reference, refer to the [contributing guide](https://github.com/dmyersturnbull/science-notebook-template/blob/main/CONTRIBUTING.md)
13
72
and [security policy](https://github.com/dmyersturnbull/science-notebook-template/blob/main/SECURITY.md).
0 commit comments