Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

41 lines (31 loc) · 1.3 KB

Contributing to linuxStarter

Thank you for considering contributing to the linuxStarter project!

We welcome contributions from everyone, whether you're a beginner or an experienced developer. Here’s how you can help:

How to Contribute

  1. Fork the Repository: Create your own copy of this repository.
  2. Clone Your Fork:
    git clone https://github.com/<your-username>/linuxStarter.git
  3. Create a Branch:
    git checkout -b your-feature-name
  4. Make Changes: Implement your improvements or fixes.
  5. Commit Changes:
    git commit -m "Add a descriptive commit message"
  6. Push Changes:
    git push origin your-feature-name
  7. Submit a Pull Request: Go to the original repository and open a pull request (PR).

Reporting Issues

If you encounter a bug or see something that could be improved, please open an issue in the repository's Issues tab. Provide as much detail as possible, including steps to reproduce the problem.

Code Style

  • Follow best coding practices and conventions.
  • Ensure your code is clear and well-documented.
  • Write meaningful and concise commit messages.

Thank you for contributing to linuxStarter and helping us improve!