Skip to content

Commit c077c5c

Browse files
authored
Merge pull request #155 from ManimCommunity/contrib-test-changes
Added instruction to test changes locally before taking a PR. [skip ci]
2 parents 80ccbef + d0aecfc commit c077c5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
2. (For the maintainers of this repo) Label PRs appropriately.
55
3. Link relevant issues.
66
4. Ensure compatibility with the latest changes in the repo.
7+
5. After you've made your changes, please test them out thoroughly. If the repository has any example code or code exclusively used for testing, please test your changes against those. If you have added new features, consider writing and contributing to a test for that feature to ensure it works properly.
78

89
## Contributing to the Manim Community Fork - General instructions
910

@@ -33,6 +34,8 @@ As this is a Fork of [Manim by 3b1b](https://github.com/3b1b/manim), contributin
3334

3435
4. After that, you can make your changes to the repo's files (the code is in the `manim` directory). Then, you can commit said changes.
3536

37+
> As stated in the General Contribution Guidelines, make sure to test your changes against the example scenes in the `example_scenes` directory and test scenes in the `tests` directory, and add a new test in the `tests` directory for your new feature if you've made one.
38+
3639
> Note: if your Pull Request doesn't change any of the actual code, please add `[skip ci]` to your commit message for Travis to ignore it.
3740
3841
5. Finally, instead of typing in `git push`, enter the command below.

0 commit comments

Comments
 (0)