Skip to content

Commit

Permalink
[DOC] Note about setting the base branch correctly for pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Feb 28, 2024
1 parent 1fbce00 commit 6879cea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CODESTYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ If you wish to develop in DFIR-IRIS, please make sure to read the following tips
git switch -c <branch-name>
git push --set-upstream origin <branch-name>
```
- when work on the branch is ready to be published, then a pull request (PR) is created from the github interface
- when work on the branch is ready to be published, then a pull request (PR) is created from the github interface.
Do not forget to choose `develop` as the base branch (by default it is set to `master`,
more information [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request#changing-the-branch-range-and-destination-repository)).


### Commits
Try to follow the repository convention:
Expand Down

0 comments on commit 6879cea

Please sign in to comment.