Skip to content

Commit

Permalink
doc(development.md): use Gitlab and not Github
Browse files Browse the repository at this point in the history
  • Loading branch information
florentfgrs committed Oct 10, 2024
1 parent 4fc5167 commit c947f98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/development.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Development

The project uses git and [GitHub](https://www.github.com) to manage the source code, bug reports, and issues.
The project uses git and [Gitlab](https://www.gitlab.com) to manage the source code, bug reports, and issues.

You are free to fork the project and are welcome to propose evolutions. The preferred way of submitting patches is through GitHub’s pull request mechanism.
You are free to fork the project and are welcome to propose evolutions. The preferred way of submitting patches is through Gitlab's merge request mechanism.

Bugs can be reported via the [Issues](https://github.com/Oslandia/SFCGAL/issues) section of the GitHub project.
Bugs can be reported via the [Issues](https://gitlab.com/sfcgal/SFCGAL/issues) section of the Gitlab project.

## Branches

Expand Down Expand Up @@ -68,7 +68,7 @@ To release a new SFCGAL version:

- Update the file NEWS in the master branch.
- Change the version number in the root CMakeLists.txt in the master branch.
- Release from GitHub (GitHub will create the tag for you).
- Release from Gitlab (Gitlab will create the tag for you).
- Update links to the new version in the gh-pages branch.

## Bindings
Expand Down

0 comments on commit c947f98

Please sign in to comment.