ShoppingApp-Hacktoberfest

Welcome to ShoppingApp-Hacktoberfest! We appreciate your interest in contributing to our Android app project. Whether you are a developer, designer, tester, or have other skills to offer, your contributions can help us improve ShoppingApp-Hacktoberfest. Please take a moment to read and understand the following guidelines before you begin.


Table of Contents


Getting Started

  1. Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy of the project in your own GitHub account.

  2. Clone Your Fork: Clone your forked repository to your local machine using Android Studio or the command line:

    git clone https://github.com/ufuomaisaac/ShoppingApp-Hacktoberfest.git
    

Making Changes

  1. Create a New Branch: Before making any changes, create a new branch for your feature or bug fix:

    git checkout -b feature_name
    
  2. Work on Issues: Ensure that your work is based on an open issue. If the issue does not exist, please create one to discuss your proposed changes.

  3. Test Your Changes: Thoroughly test your changes to ensure that they do not break existing functionality and that they meet the app's requirements.

  4. Commit Your Changes: Commit your changes with clear and concise commit messages:

    git commit -m "brief description of your change"
    

    Submitting Changes

  5. Push Your Changes: Push your changes to your fork on GitHub:

    git push origin feature-name
    
  6. Create a Pull Request (PR): Create a pull request from your branch to the master branch of the original repository (Click the New Pull Request button located at the top of your repo).

  7. Provide a Detailed Description: In your PR description, provide a detailed explanation of your changes and reference any relevant issues.

    Contributing Guidelines

    Thank You