You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to contribute you can follow these setps:
4
-
- Fist create your own clone of assimp
5
-
- When you want to fix a bug or add a new feature create a branch on your own fork ( just follow https://help.github.com/articles/creating-a-pull-request-from-a-fork/ )
6
-
- Push it to the repo and open a pull request
7
-
- A pull request will start our CI-service, which checks if the build works for linux and windows.
8
-
It will check for memory leaks, compiler warnings and memory alignment issues. If any of these tests fails: fix it and the tests will be reastarted automatically
9
-
- At the end we will perform a code review and merge your branch to the master branch.
10
-
11
-
3
+
If you want to contribute, follow these steps:
4
+
5
+
- First, create your own clone of assimp.
6
+
- When you want to fix a bug or add a new feature, create a branch on your own fork following [these instructions](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
7
+
- Push it to your fork of the repository and open a pull request.
8
+
- A pull request will start our continuous integration service, which checks if the build works for Linux and Windows.
9
+
It will check for memory leaks, compiler warnings and memory alignment issues. If any of these tests fail, fix it and the tests will be restarted automatically.
10
+
- At the end, we will perform a code review and merge your branch to the master branch.
0 commit comments