Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.5 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 2.5 KB

Contributing to the Linux System Files Repository

We welcome contributions to our Linux system files repository! Here are a few guidelines to follow to ensure a smooth process:

Reporting Bugs

If you find a bug in the code, please open an issue on the repository's GitHub page. Be sure to include a clear and concise description of the problem, as well as steps to reproduce the issue.

Requesting Features

If you have a feature request, please open an issue on the repository's GitHub page. Be sure to include a clear and concise description of the feature, as well as any relevant use cases.

Submitting Changes

We use the "fork-and-pull" model for accepting contributions.

  • Fork the repository on GitHub.
  • Clone the fork to your own system.
  • Create a new branch for your changes.
  • Make your changes in the new branch.
  • Test your changes to ensure they work correctly.
  • Commit your changes with a clear and descriptive commit message.
  • Push your changes to your fork of the repository.
  • Open a pull request on the repository's GitHub page.
  • Make sure to reference any relevant issues or feature requests in the pull request description.
  • Please keep in mind that all code submissions will be reviewed by a maintainer and may be subject to modification in order to meet the project's coding standards or to address any issues that are identified during the review process.

Code of Conduct

All contributors are expected to adhere to the project's code of conduct. This can be found in the CODE_OF_CONDUCT.md file in the repository.

Thanks for your contribution!