Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

74 lines (47 loc) · 1.76 KB

For the contributors.

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by the Code Of Conduct.

Project setup

Fork and clone the repository

Copy the URL of the forked repository and clone it.

https://github.com/<your_username>/Gecom.git

Change the directory

cd Gecom

Submitting an Issue

Before you submit an issue, please search the issue tracker, maybe an issue for your problem already exists and the discussion might inform you of workarounds readily available.

You can report the issues by filling out the new issue form.

Steps to start making changes

Create and checkout to the new branch.

git checkout -b <branch_name>

Add the changes

git add .

Commit your change with a proper message

git commit -m "Enter your message here"

Make the Pull Request

git push origin <branch_name>

✅ Code Reviews

  • Be open to feedback and constructive criticism from other contributors.
  • Participate in code reviews by reviewing and providing feedback.

✅ Bug Fixes and Issue Reporting

  • Help identify and fix bugs in the project.
  • Report any issues or bugs you encounter during your contribution by creating a new issue in the GitHub repository.

🚀 Feature Requests

  • Suggest new features or improvements that you believe would enhance the project.

☘️ Spread the Word

  • Share your experience and the project with others.
  • Spread the word about the project on social media, developer forums, or any relevant community platforms.

DONE 🥳

That's it! Thank you for your valuable contribution!