Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 396 Bytes

File metadata and controls

13 lines (9 loc) · 396 Bytes

Contributing to Nebulix

Thank you for considering contributing to Nebulix! We welcome contributions from everyone.

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.