@@ -6,20 +6,40 @@ The following is a set of guidelines for contributing to Tello Vision. These are
66
77## Table of Contents
88
9- - [ Code of Conduct] ( #code-of-conduct )
10- - [ How Can I Contribute?] ( #how-can-i-contribute )
11- - [ Reporting Bugs] ( #reporting-bugs )
12- - [ Suggesting Enhancements] ( #suggesting-enhancements )
13- - [ Your First Code Contribution] ( #your-first-code-contribution )
14- - [ Pull Requests] ( #pull-requests )
15- - [ Style Guides] ( #style-guides )
16- - [ Git Commit Messages] ( #git-commit-messages )
17- - [ Python Style Guide] ( #python-style-guide )
18- - [ Documentation Style Guide] ( #documentation-style-guide )
19- - [ Development Setup] ( #development-setup )
20- - [ Project Structure] ( #project-structure )
21- - [ Testing] ( #testing )
22- - [ Additional Notes] ( #additional-notes )
9+ - [ Contributing to Tello Vision] ( #contributing-to-tello-vision )
10+ - [ Table of Contents] ( #table-of-contents )
11+ - [ Code of Conduct] ( #code-of-conduct )
12+ - [ How Can I Contribute?] ( #how-can-i-contribute )
13+ - [ Reporting Bugs] ( #reporting-bugs )
14+ - [ Suggesting Enhancements] ( #suggesting-enhancements )
15+ - [ Your First Code Contribution] ( #your-first-code-contribution )
16+ - [ Pull Requests] ( #pull-requests )
17+ - [ Style Guides] ( #style-guides )
18+ - [ Git Commit Messages] ( #git-commit-messages )
19+ - [ Python Style Guide] ( #python-style-guide )
20+ - [ Documentation Style Guide] ( #documentation-style-guide )
21+ - [ Development Setup] ( #development-setup )
22+ - [ 1. Fork and Clone] ( #1-fork-and-clone )
23+ - [ 2. Create Virtual Environment] ( #2-create-virtual-environment )
24+ - [ 3. Install Development Dependencies] ( #3-install-development-dependencies )
25+ - [ 4. Create a Branch] ( #4-create-a-branch )
26+ - [ 5. Make Changes] ( #5-make-changes )
27+ - [ 6. Format and Lint] ( #6-format-and-lint )
28+ - [ 7. Test Your Changes] ( #7-test-your-changes )
29+ - [ 8. Commit and Push] ( #8-commit-and-push )
30+ - [ 9. Create Pull Request] ( #9-create-pull-request )
31+ - [ Project Structure] ( #project-structure )
32+ - [ Testing] ( #testing )
33+ - [ Adding a New Detector Backend] ( #adding-a-new-detector-backend )
34+ - [ 1. Create Detector Class] ( #1-create-detector-class )
35+ - [ 2. Register in Factory] ( #2-register-in-factory )
36+ - [ 3. Add Configuration] ( #3-add-configuration )
37+ - [ 4. Test It] ( #4-test-it )
38+ - [ 5. Update Documentation] ( #5-update-documentation )
39+ - [ Additional Notes] ( #additional-notes )
40+ - [ Issue and Pull Request Labels] ( #issue-and-pull-request-labels )
41+ - [ Recognition] ( #recognition )
42+ - [ Questions?] ( #questions )
2343
2444## Code of Conduct
2545
@@ -251,7 +271,7 @@ mypy tello_vision/
251271### 1. Fork and Clone
252272
253273``` bash
254- git clone https://github.com/YOUR-USERNAME/ tello-vision .git
274+ git clone https://github.com/dronefreak/dji- tello-object-detection-segmentation .git
255275cd tello-vision
256276```
257277
0 commit comments