We welcome contributions to pf_build! Please follow these guidelines to contribute effectively.
-
Report bugs or issues.
-
Suggest features or improvements.
-
Submit pull requests with bug fixes or new features.
-
Fork the repository.
-
Create a feature branch:
git checkout -b feature-branch-name
. -
Commit your changes:
git commit -m "Add feature X"
. -
Push to your branch:
git push origin feature-branch-name
. -
Open a pull request.
Please adhere to the Code of Conduct while contributing.