Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.48 KB

File metadata and controls

50 lines (27 loc) · 1.48 KB

Submitting Pull Requests

Overview

We appreciate your interest in contributing to the 4Ddeveloper App! If you have code changes, new features, or improvements to submit, please follow the guidelines below when creating pull requests.

Steps to Submit a Pull Request

  1. Fork the Repository:

    • Fork the 4Ddeveloper App repository to your own GitHub account.
  2. Clone the Forked Repository:

    • Clone your forked repository to your local machine.
  3. Create a New Branch:

    • Create a new branch for your changes.
  4. Make Changes:

    • Make your changes, following the coding standards and guidelines outlined in the project documentation.
  5. Commit Changes:

    • Commit your changes with clear and concise commit messages.
  6. Push Changes:

    • Push your changes to your forked repository.
  7. Create a Pull Request:

    • Navigate to the original repository and click on the "New Pull Request" button.
    • Provide a clear title and description for your pull request.
  8. Review and Address Feedback:

    • Be responsive to any feedback provided during the review process.
    • Make necessary adjustments based on feedback.
  9. Squash Commits:

    • If there are multiple commits, consider squashing them into a single, logically organized commit.
  10. Follow the Contribution Guidelines:

    • Ensure your pull request adheres to the contribution guidelines outlined in the project documentation.

Thank you for contributing to the 4Ddeveloper App!