diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..803bb68c82 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# Contributing to Douyin_TikTok_Download_API + +Thank you for your interest in contributing! + +## How to Contribute + +1. Fork the repository +2. Create a feature branch (`git checkout -b feature/your-feature-name`) +3. Stage your changes (`git add .`) +4. Commit your changes (`git commit -m 'Add some feature'`) +5. Push to the branch (`git push origin feature/your-feature-name`) +6. Open a Pull Request + +## Code Style + +- Follow the existing code style +- Ensure tests pass before submitting +- Write clear, descriptive commit messages + +## Reporting Issues + +- Use the issue tracker +- Describe the bug or feature request in detail +- Include relevant code snippets or screenshots if applicable + +## License + +By contributing, you agree that your contributions will be licensed under the MIT License.