Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 746 Bytes

CONTRIBUTING.adoc

File metadata and controls

21 lines (16 loc) · 746 Bytes

Contributing to pf_build

We welcome contributions to pf_build! Please follow these guidelines to contribute effectively.

Ways to Contribute

  • Report bugs or issues.

  • Suggest features or improvements.

  • Submit pull requests with bug fixes or new features.

Development Workflow

  1. Fork the repository.

  2. Create a feature branch: git checkout -b feature-branch-name.

  3. Commit your changes: git commit -m "Add feature X".

  4. Push to your branch: git push origin feature-branch-name.

  5. Open a pull request.

Code of Conduct

Please adhere to the Code of Conduct while contributing.

License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.