15 | | * direct committing to "master" (former "trunk") is a no-go and highly discouraged |
16 | | * hence: you will create a feature branch and open a pull request for a change |
17 | | * Rationale: pull requests are the perfect platform to discuss/improve changes before merging. |
18 | | * also applies to core developers (to be discussed) |
19 | | |
20 | | Workflow |
21 | | * fork the GRASS GIS repository, and create feature branch(es) with the changes, and suggest your changes as pull requests. |
| 15 | * Direct committing to "main" (former "trunk" and "master") is not allowed. |
| 16 | * Hence, you will create a feature branch and open a pull request for a change. |
| 17 | * Rationale: Pull requests are the perfect platform to discuss, improve, and check changes before merging. |
| 18 | * This applies to both contributors and core developers. |
| 19 | |
| 20 | Workflow: |
| 21 | * Fork the GRASS GIS repository, create feature branch(es) with the changes, and suggest your changes using pull requests. |