Skip to content

Commit d64be0d

Browse files
committed
Add branching instructions to the contribution guide (#4272)
## Issue Addressed N/A ## Proposed Changes - Add an explicit base branch name (i.e., `unstable`) to the [contributing guide](https://github.com/sigp/lighthouse/blob/stable/CONTRIBUTING.md). ## Additional Info N/A
1 parent 6235e45 commit d64be0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ questions.
4545
2. **Work in a feature branch** of your personal fork
4646
(github.com/YOUR_NAME/lighthouse) of the main repository
4747
(github.com/sigp/lighthouse).
48-
3. Once you feel you have addressed the issue, **create a pull-request** to merge
49-
your changes into the main repository.
48+
3. Once you feel you have addressed the issue, **create a pull-request** with
49+
`unstable` as the base branch to merge your changes into the main repository.
5050
4. Wait for the repository maintainers to **review your changes** to ensure the
5151
issue is addressed satisfactorily. Optionally, mention your PR on
5252
[discord](https://discord.gg/cyAszAh).

0 commit comments

Comments
 (0)