Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.36 KB

File metadata and controls

36 lines (26 loc) · 1.36 KB

Contributing to FAQ JSON-LD Manager

Thank you for your interest in contributing! We welcome pull requests, bug reports, and feature suggestions.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Describe your changes clearly in your pull request. Reference related issues if applicable.
  3. Follow project conventions:
    • Use clear, descriptive commit messages.
    • Match the code style and structure found in the codebase.
    • Add or update inline comments where necessary.
  4. Test your changes before submitting:
    • Ensure the plugin activates and runs without errors.
    • If you add new features, provide usage notes in the PR description.
    • For bug fixes, describe the problem and how your change resolves it.
  5. Do not commit build artifacts, vendor, or local config files (see .gitignore).

Reporting Issues

  • Provide detailed steps to reproduce the problem.
  • Include relevant error messages, logs, or screenshots.
  • Suggest a possible solution if you have one.

Code of Conduct

Please be respectful and constructive in all interactions.

Resources

  • See the README.md for project overview and key files.
  • See .github/copilot-instructions.md for AI agent and automation guidance.
  • Review inline comments in each file for implementation details.

Thank you for helping improve FAQ JSON-LD Manager!