Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 1.07 KB

Contributing Guidelines

Thank you for considering contributing to the Simple Address Book project!

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top-right corner of the repository page on GitHub.
  2. Clone the repository: Clone your forked repository to your local machine.
    git clone https://github.com/AhmedFaizanDev/Address-Book-application.git
    cd AddressBook
    
  3. Create a new branch: Create a new branch for your feature or bug fix.
    git checkout -b feature-branch
    
  4. Make your changes: Make the necessary changes to the codebase.
  5. Commit your changes: Commit your changes with a clear and concise commit message.
    git commit -am 'Add some feature'
  6. Push to the branch: Push your changes to your forked repository.
    git push origin feature-branch
  7. Create a Pull Request: Open a Pull Request (PR) from your branch to the main branch of the original.

I welcome any suggestions for improvements! Feel free to open an issue or submit a pull request. Thank you for your contributions!