Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

31 lines (26 loc) · 1.42 KB

Contributing

Contributions are always welcome, and I’d love to hear your suggestions or improvements! Even though it’s a simple script, every contribution will be thoughtfully considered.

If you're interested in contributing, here are some areas where your help would be especially valuable:

  • Improving the script’s user experience.
  • Adding support for new Linux distributions.
  • Implementing new features that enhance the script’s functionality.
  • Suggesting improvements for error handling or debugging tools.

To get started:

  1. Fork the Repository: Use the "Fork" button to create your own copy.
  2. Clone Your Fork:
    git clone https://github.com/<your-username>/cursor-setup-wizard.git
    cd cursor-setup-wizard
  3. Create a New Branch:
    git checkout -b feature/my-new-feature
  4. Make and Test Your Changes: Modify the code, add features, or fix bugs. Run the script locally to ensure everything works as expected.
  5. Commit your changes and push them to your fork.:
    git commit -am 'Add some feature'
    git push origin feature/my-new-feature
  6. Open a Pull Request: Submit your changes with a clear and descriptive title and explanation of your improvements.

Feel free to reach out if you have any questions. Your contributions make this project better! 😊