Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.