Wiki:StableWiki Engine/Contribution

Last edited by dave on 01/12/2025, 08:19:27 UTC

Wiki:StableWiki Engine / Contribution

You were redirected here from StableWiki Engine/Contribution.

Contents

How to contribute StableWiki Engine?

GitHub

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.
Backlinks (2)
Categories (0)

    No categories assigned to this page.

Edit Level

> Editors and above