From 315d9cfea88c9da97ff7640823af073c0e9c146d Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 26 May 2026 19:30:46 +0000 Subject: [PATCH] chore: add CONTRIBUTING.md --- CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CONTRIBUTING.md 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.