Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 2.21 KB

File metadata and controls

42 lines (25 loc) · 2.21 KB

Contributing to Parch GNU/Linux

Welcome to Parch GNU/Linux! We appreciate contributions from our community to enhance the user experience and functionality of our distribution. By contributing, you agree to adhere to our Code of Conduct to ensure a respectful and inclusive environment.

How to Contribute

Reporting Issues

If you encounter a bug or have suggestions for improvement, please open a new issue on the repository for the software that has the issue and Provide a detailed description of the problem or improvement suggestion, along with any relevant context.

Submitting Changes

  1. Fork the repository you wish to contribute to.
  2. Create a new branch for your changes: git checkout -b my-contributions
  3. Implement your changes and commit them with clear and descriptive messages: git commit -m "Fix issue with X"
  4. Push your changes to your forked repository: git push origin my-contributions
  5. Open a pull request against the main repository.

Your pull request will undergo review by the maintainers. If any adjustments are requested, kindly address them and update your branch accordingly. Once approved, your changes will be merged into the main repository.

Coding Standards

  • Maintain clear and concise commit messages to facilitate understanding.
  • Document any changes or additions comprehensively for ease of reference.

Community Releases

Parch Linux encourages community members to develop and share customized releases or remixes of the distribution. However, please be aware that these community releases are not officially endorsed or supported by the Parch Linux team.

If you intend to create a community release, we suggest:

  • Clearly distinguishing your release from the official Parch Linux distribution.
  • Establishing your own support channels and resources for users of your release.
  • Acknowledging Parch Linux and complying with the licenses of the bundled software.

Community releases should not be misrepresented or promoted as official Parch Linux distributions.

Getting Help

For assistance or inquiries, feel free to engage with the community via our forum.

Thank you for your valuable contributions to Parch GNU/Linux!