Skip to content

Commit 5f04cf0

Browse files
committed
Improve the contribution guide
1 parent cd0fe21 commit 5f04cf0

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

CONTRIBUTING.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
#How to contribute
1+
# How to contribute
22

3-
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

Comments
 (0)