Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 775 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (25 loc) · 775 Bytes

🤝 Contributing

We welcome contributions! Follow these steps to contribute:

  1. Fork the Repository:

    Click the "Fork" button at the top right of the repository page.

  2. Clone Your Fork:

    git clone https://github.com/your-username/celux.git
    cd celux
  3. Create a New Branch:

    git checkout -b feature/your-feature-name
  4. Make Your Changes:

    Implement your feature or bugfix.

  5. Commit Your Changes:

    git commit -am "Add your commit message here"
  6. Push to Your Fork:

    git push origin feature/your-feature-name
  7. Submit a Pull Request:

    Go to the original repository and click on "Pull Requests," then "New Pull Request."