Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.36 KB

File metadata and controls

27 lines (16 loc) · 1.36 KB

✨️ Contributing to Visual Code Space

Steps to be followed to contribute to the project.

⚠ Steps:

  1. Fork the Repository: Click the "Fork" button at the top-right corner of the repository's page to create your copy.

  2. Clone Your Fork: Clone your forked repository to your local machine using the following command:

    git clone <your-fork-url>
    
  3. Open the Project: Open the project in your preferred development environment.

  4. Make Your Changes: Implement your code changes, fix issues, or add new features as needed.

  5. Create a Pull Request (PR): When your changes are ready, create a pull request from your fork to the original repository. Please provide a descriptive title and a detailed description of your PR.

While working on this project, please adhere to these guidelines:

  • Use a 2-space indent for code formatting.
  • For Java code, follow the GoogleStyle formatting guidelines. You can use the google-java-format tool or import the code style from this link to your Integrated Development Environment (IDE).
  • For XML code, adhere to the standard formatting guidelines recommended by Android Studio or AndroidIDE.

We appreciate your contributions and look forward to collaborating with you to make this project even better!