Thank you for your interest in contributing to the stable-pi-core project! We appreciate your help in making this project better.
-
Fork the Repository: Click the "Fork" button at the top right of the repository page to create your own copy of the project.
-
Clone Your Fork:
1 git clone https://github.com/KOSASIH/stable-pi-core.git 2 cd stable-pi-core
-
Create a New Branch:
1 git checkout -b feature/your-feature-name
-
Make Your Changes: Implement your feature or fix a bug.
-
Commit Your Changes:
1 git add . 2 git commit -m "Add your descriptive commit message"
-
Push to Your Fork:
1 git push origin feature/your-feature-name
-
Create a Pull Request: Go to the original repository and click on "New Pull Request". Provide a clear description of your changes.
Please adhere to our Code of Conduct while contributing to this project.
If you have any questions, feel free to reach out to the maintainers or open an issue in the repository.