Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.98 KB

CONTRIBUTING.md

File metadata and controls

54 lines (32 loc) · 1.98 KB

Contributing Guidelines

ℹ️ Please follow the code of conduct in all the interactions with Searchor and your fork repository.

This repository welcomes all contributions and corrections. Before contributing, please make sure you have read the guidelines below.
If you're new to git and/or GitHub, we suggest you go through the GitHub Guides.

  1. Fork this repository

  2. (Optional) Clone the fork via git

    • Using SSH

      git clone --filter=tree:0 git@github.com:ArjunSharda/Searchor.git
    • Using HTTPS

      git clone --filter=tree:0 https://github.com/ArjunSharda/Searchor.git
    • Using GitHub CLI

      gh repo clone ArjunSharda/Searchor -- --filter=tree:0
  3. Create a new branch from the latest branch main

  4. Start editing file(s) on the new branch

  5. Commit and push to the new branch

  6. Make a pull request towards the original repository (ArjunSharda/Searchor)

Pull Request Guidelines

Please ensure your pull request adheres to the following guidelines:

  • Make sure someone else has not already pulled the request for the changes you wish to do.
  • The code should be without any warnings and errors.
  • Any changes or suggestions to the existing content or repository are welcomed.

You don't need to worry as collaborators will request the changes needed in the pull request before merging.

Feedback:

If you have any feedback or suggestions please reach out to Project Maintainer Arjun Sharda.

Or you can create an issue where you can mention some new features or extensions that will enhance this project✨.