Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.58 KB

File metadata and controls

34 lines (27 loc) · 1.58 KB

Contributing

Thanks for your interest in improving Pogocache!

Issues

  • Found a bug? Please open an issue with a clear description and precise steps to reproduce.

Pull Requests

  • Scope. PRs are welcome for bug fixes and small, low-risk changes.
  • Please coordinate first. For large changes, such as new features, please file an issue and/or discuss it with a maintainer beforehand.
  • Quality. Keep PRs focused, include tests (where applicable), and update docs.

Ownership & Licensing

  • By default, ownership, copyright, and license for all contributions are transferred to Polypoint Labs LLC, as to align with the header comment at the top of the modified source file.

    • Example header for existing files:
      // Copyright 2025 Polypoint Labs, LLC. All rights reserved.
      // This file is part of the Pogocache project.
      // Use of this source code is governed by the MIT that can be found in
      // the LICENSE file.
      
  • You may explicitly retain ownership by,

    1. placing the work in new files or as a dependency package, and
    2. adding a permissive license header to those files or dependencies, or
    3. simply providing the comment above your modification.

    Example contributor-owned header:

    // Copyright (c) 2025 Your Name
    // License: MIT
    
    

By submitting a contribution, you confirm you have the right to do so and grant Polypoint Labs LLC the rights needed to use, modify, and redistribute your contribution as part of the project.

If you have any questions or concerns, please contact us at [email protected].