Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 918 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 918 Bytes

I am welcoming contributions to both projects, LPMX and Fakechroot. LPMX is our project providing a CLI while Fakechroot focuses on employing LD_PRELOAD to trap system calls.

Issues

Feel free to submit issues and enhancement requests.

Contributing

Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Commit changes to your own branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Copyright and Licensing

LPMX project is under Apache 2.0 license, and Fakechroot project follows its original license, i.e LGPL