We welcome contributions! Follow these steps to contribute:
-
Fork the Repository:
Click the "Fork" button at the top right of the repository page.
-
Clone Your Fork:
git clone https://github.com/your-username/celux.git cd celux
-
Create a New Branch:
git checkout -b feature/your-feature-name
-
Make Your Changes:
Implement your feature or bugfix.
-
Commit Your Changes:
git commit -am "Add your commit message here"
-
Push to Your Fork:
git push origin feature/your-feature-name
-
Submit a Pull Request:
Go to the original repository and click on "Pull Requests," then "New Pull Request."