Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.22 KB

File metadata and controls

27 lines (18 loc) · 1.22 KB

Contributing to the PipePipe Wiki

Thank you for your interest in contributing! Your help is essential for keeping this guide accurate and up-to-date.

How to Contribute

The easiest way to contribute is by adding or editing the documentation pages. All content is written in Markdown.

Submitting Changes

  1. Fork the repository on GitHub.
  2. Create a new branch for your changes: git checkout -b feat/add-new-feature-doc.
  3. Make your changes to the relevant .md files inside the docs/ directory.
  4. Commit your changes with a clear and descriptive message. We follow the Conventional Commits specification.
    git commit -m "docs: update guide for audio focus feature"
  5. Push your branch to your fork: git push origin feat/add-new-feature-doc.
  6. Open a Pull Request from your fork to the main repository.

Reporting Issues

If you find a typo, outdated information, or have an idea for a new page but don't want to write it yourself, please open an issue on GitHub.

Code of Conduct

All contributors are expected to adhere to our Code of Conduct.