Skip to content

Commit

Permalink
Merge pull request #567 from Wang-yijun/doc_pullrequest
Browse files Browse the repository at this point in the history
Add developer manual for making a pull request
  • Loading branch information
gassmoeller authored Feb 14, 2024
2 parents 112b80e + deb2b2a commit 8fe8ca7
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Making a pull request
=====================

```{todo}
Explain the process of making a pull request
```
To contribute to the GWB, follow these steps:
- Create a fork (through GitHub) of the code base.
- Create a separate branch (sometimes called a feature branch) on which you do your modifications.
- Open a pull request for your branch to propose merging your branch into the GWB code. By doing this, you invite others to review your changes and approve them to be merged into the main branch.
- During the review, you can respond to comments by adding more commits by pushing to your branch. Your changes will be automatically updated on the pull request page.

0 comments on commit 8fe8ca7

Please sign in to comment.