Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 4.14 KB

CONTRIBUTING.md

File metadata and controls

83 lines (61 loc) · 4.14 KB
Contribution Guide Badge

🌟 Contributing to DeepSeek-API-Unofficial🌟

YouTube Telegram Instagram LinkedIn Buy Me A Coffee

We're thrilled to have you on board and excited to see your contributions to the DeepSeek-API-Unofficial project. Your expertise will help shape the future of this innovative tool!

📜 Code of Conduct

To maintain a harmonious community, we ask that you review and adhere to our Code of Conduct.

🚀 Getting Started with Contributions

  1. Fork the Repository:
    git fork https://github.com/SreejanPersonal/DeepSeek-API-Unofficial.git
  2. Clone Your Fork:
    git clone https://github.com/SreejanPersonal/DeepSeek-API-Unofficial.git
  3. Branch Out:
    git checkout -b feature/your-awesome-feature
  4. Commit Your Changes:
    git add .
    git commit -m "Add a brief description of your awesome feature"

📏 Contribution Guidelines

Code Style

  • Embrace the established coding conventions.
  • Opt for descriptive variable names and document your logic with comments.

Testing

  • Craft unit tests for new features using our preferred testing framework.
  • Verify that all tests are green before proposing your changes.

Documentation

  • Update existing documentation to mirror your modifications.
  • Aim for clarity and brevity in your documentation.

Pull Requests

  • Initiate a pull request targeting the main branch.
  • Summarize your contributions and their impact.
  • Engage constructively with feedback from our maintainers.

🔍 Review Process

Our dedicated team of maintainers will evaluate your pull request, offering insights and suggestions. Collaborate with us to refine your contribution until it shines!

🛠️ Additional Resources

Your participation is what drives the DeepSeek-API-Unofficial forward. We eagerly anticipate your innovative ideas and thank you for contributing to a brighter open-source future!

YouTube Telegram Instagram LinkedIn Buy Me A Coffee