-
Notifications
You must be signed in to change notification settings - Fork 2
Contributing
We welcome contributions to the debricked VS Code extension project! To contribute, follow these steps:
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/your-username/VS-Code-extension.git cd VS-Code-extension
- Create a new branch for your feature or bug fix:
git checkout -b my-feature-branch
- Make your changes in the codebase.
- Run tests to ensure everything works:
npm run test
-
Commit your changes with a descriptive message:
git commit -m "Add new feature X"
-
Push your branch to GitHub:
git push origin my-feature-branch
- Create a pull request from your branch to the
main
branch in the original repository. - Ensure all checks pass and your code is reviewed.
For more details, refer to our Contribution Guidelines.
Thank you for visiting the debricked VS Code extension Wiki. We strive to make this project a valuable tool for developers and appreciate your interest and contributions. Here are a few final notes:
- GitHub Repository: debricked/VS-Code-extension
- Issues & Feedback: Have a question or found a bug? Submit an issue.
- Contribute: Interested in contributing? Check out our Contributing Guide.
If you need help or have any questions, feel free to reach out:
- Email: [email protected]
- Community: Join the discussion on our community forum.
We would like to thank all the contributors who have helped make this project possible. Your dedication and hard work are greatly appreciated.
This project is licensed under the MIT License.
© 2024 debricked. All rights reserved.
© 2024 debricked. All rights reserved.