Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anagha-chaudhari committed Jul 4, 2024
2 parents a712870 + 860b522 commit 76c2e34
Show file tree
Hide file tree
Showing 113 changed files with 63,554 additions and 17,737 deletions.
52 changes: 26 additions & 26 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: "🐞 Bug Report"
description: "Create a report to help us improve"
title: "BUG:"
labels: ["Bug"]
body:
- type: checkboxes
attributes:
label: "Is there an existing issue for this?"
description: "Please search to see if an issue already exists for the bug you encountered."
options:
- label: "I have searched the existing issues"
required: true
- type: textarea
attributes:
label: "What happened?"
description: "A concise description of what you're experiencing."
validations:
required: true
- type: checkboxes
attributes:
label: "Record"
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I'm a GSSOC'24 contributor"
- label: "I want to work on this issue"
name: '🐞 Bug Report'
description: 'Create a report to help us improve'
title: 'BUG:'
labels: ['Bug']
body:
- type: checkboxes
attributes:
label: 'Is there an existing issue for this?'
description: 'Please search to see if an issue already exists for the bug you encountered.'
options:
- label: 'I have searched the existing issues'
required: true
- type: textarea
attributes:
label: 'What happened?'
description: "A concise description of what you're experiencing."
validations:
required: true
- type: checkboxes
attributes:
label: 'Record'
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I'm a GSSOC'24 contributor"
- label: 'I want to work on this issue'
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: "📑 Documentation Update"
description: "Improve Documentation"
title: "DOC:"
name: '📑 Documentation Update'
description: 'Improve Documentation'
title: 'DOC:'
labels: [DOC, Needs Triage]
body:
- type: textarea
attributes:
label: "What's wrong with the existing documentation"
description: "Which things do we need to add or delete"
description: 'Which things do we need to add or delete'
validations:
required: true
- type: textarea
attributes:
label: "Add ScreenShots"
description: "Add sufficient SS to explain your issue."
label: 'Add ScreenShots'
description: 'Add sufficient SS to explain your issue.'
validations:
required: false

- type: checkboxes
attributes:
label: "Record"
label: 'Record'
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I'm a GSSOC'24 contributor"
- label: "I want to work on this issue"
- label: 'I want to work on this issue'
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: "✨ Feature Request"
description: "Suggest an idea for this project "
title: "Feat:"
name: '✨ Feature Request'
description: 'Suggest an idea for this project '
title: 'Feat:'
labels: [Feat, Needs Triage]
body:
- type: textarea
attributes:
label: "Describe the feature"
label: 'Describe the feature'
description:
validations:
required: true
- type: textarea
attributes:
label: "Add ScreenShots"
description: "Add sufficient SS to explain your issue."
label: 'Add ScreenShots'
description: 'Add sufficient SS to explain your issue.'
validations:
required: true
- type: checkboxes
attributes:
label: "Record"
label: 'Record'
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I'm a GSSOC'24 contributor"
- label: "I want to work on this issue"
- label: 'I want to work on this issue'
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
Congratulations, @${{ github.actor }}! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!
pr-message: |
Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
footer: 'We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our [contributing guidelines](https://github.com/Anushkabh/krishiconnect/blob/main/README.md)'
footer: 'We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our [contributing guidelines](https://github.com/Anushkabh/krishiconnect/blob/main/README.md)'
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true
}
23 changes: 11 additions & 12 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

![Line](https://user-images.githubusercontent.com/85225156/171937799-8fc9e255-9889-4642-9c92-6df85fb86e82.gif)

## What you can Contribute?
## What you can Contribute?

**🐞Bug Fixing :**
Contributors can help by reviewing and confirming reported issues. This includes verifying bugs, providing additional details, and prioritizing tasks for the development team.
Expand All @@ -13,25 +13,24 @@ Contributors can enhance the project by implementing new features or improvement

![Line](https://user-images.githubusercontent.com/85225156/171937799-8fc9e255-9889-4642-9c92-6df85fb86e82.gif)

## How to Contribute?
## How to Contribute?

- Drop a Star ⭐ in this repo
- Take a look at the existing issues.
- Take a look at the existing issues.
- Fork the Repo & create a branch for any issue that you are working on and commit your work.
- At first raise an issue in which you want to work
- Then after assigning only then work on that issue & make a PR
- Then after assigning only then work on that issue & make a PR
- Create a Pull Request
- **IMPORTANT: Don't make any type of `Pull Request` until & unless you get assigned to an `Issue`**
- Add screenshots or screen captures to your `Pull Request` to help us understand the effects of the changes that are included in your commits.

# Task Levels and Durations

| Level | Duration to Complete (Days) |
|-------|-----------------------------|
| Level 1 | 1 day |
| Level 2 | 2-3 days |
| Level 3 | 4-5 days |

# Task Levels and Durations

| Level | Duration to Complete (Days) |
| ------- | --------------------------- |
| Level 1 | 1 day |
| Level 2 | 2-3 days |
| Level 3 | 4-5 days |

![Line](https://user-images.githubusercontent.com/85225156/171937799-8fc9e255-9889-4642-9c92-6df85fb86e82.gif)

Expand Down
56 changes: 29 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@

## 🔥Key Features

- Empowering farmers by ensuring fair pay through the removal of middlemen.
- Providing information on government policies and agro-technology advancements to support farmers.
- Promoting sustainable farming practices through useful tips and resources.
- Offering services such as soil-testing, water-testing, etc., to enhance productivity.
- Empowering farmers by ensuring fair pay through the removal of middlemen.
- Providing information on government policies and agro-technology advancements to support farmers.
- Promoting sustainable farming practices through useful tips and resources.
- Offering services such as soil-testing, water-testing, etc., to enhance productivity.

## 🤔Why Choose KrishiConnect?

**KrishiConnect** prioritizes the satisfaction of all parties involved in agricultural transactions. By fostering direct connections between farmers and consumers, we facilitate transparent and mutually beneficial exchanges.

## 📌 Tech Stack

[![linkedin](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)](https://www.linkedin.com/in/yashpreeth-nijalinge-aa8a36214/) [![portfolio](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](https://linkedin.com/) ![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge&logo=bootstrap&logoColor=white) [![twitter](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)](https://twitter.com/) ![Firebase](https://img.shields.io/badge/firebase-a08021?style=for-the-badge&logo=firebase&logoColor=ffcd34)

# 📸Screenshots

![1](./screenshots/1.png) ![2](./screenshots/2.png) ![3](./screenshots/3.png) ![4](./screenshots/4.png) ![5](/.screenshots/5.png) ![6](./screenshots/6.png)
![1](./screenshots/1.png) ![2](./screenshots/2.png) ![3](./screenshots/3.png) ![4](./screenshots/4.png) ![5](/.screenshots/5.png) ![6](./screenshots/6.png)

<!-- ![Home Page](https://photos.app.goo.gl/PF6nTxrAWw4k6zA78)
![Why KrishiConnect?](https://photos.app.goo.gl/DqMnZU2BiBRwvaBG6)
Expand All @@ -33,17 +34,20 @@

# 💻How to run the webpage on your local system

1. Go to the `krishiconnect` directory.
1. Go to the `krishiconnect` directory.

```
cd krishiconnect
```

2. Navigate to the index.html file and double click on it.

3. It redirects to your browser and opens on the localhost of your system
3. It redirects to your browser and opens on the localhost of your system

```
file:<your folder location>/krishiconnect/index.html
```

4. You are ready to explore the website of **KrishiConnect**.

# 🤝How to Contribute
Expand All @@ -52,14 +56,14 @@ If you think that you can add a new feature or want to fix a bug, we invite you

1. Create a folder at your desire location (usually at your desktop).

2. Open Git Bash Here.
2. Open Git Bash Here.

3. Create a Git repository.
Run command `git init`

4. Fork the [repository](https://github.com/Anushkabh/krishiconnect.git).
Run command `git init`
4. Fork the [repository](https://github.com/Anushkabh/krishiconnect.git).

5. Clone your forked repository of project.

```
git clone https://github.com/<your_username>/KrishiConnect.git
```
Expand All @@ -69,6 +73,7 @@ git clone https://github.com/<your_username>/KrishiConnect.git
```
cd krishiconnect
```

7. Add a reference(remote) to the original repository.

```
Expand All @@ -87,16 +92,15 @@ git remote -v
git pull upstream main
```

10. Create a new branch(prefer a branch name that relates to your assigned issue).
10. Create a new branch(prefer a branch name that relates to your assigned issue).

```
git checkout -b <YOUR_BRANCH_NAME>
```

11. Perform your desired changes to the code base.

12. Check your changes.

11. Perform your desired changes to the code base.

12. Check your changes.

```
git status
Expand All @@ -106,38 +110,37 @@ git status
git diff
```

13. Stage your changes.
13. Stage your changes.

```
git add . <\files_that_you_made_changes>
```

14. Commit your changes.
14. Commit your changes.

```
git commit -m "relavant message"
```

15. Push the committed changes in your feature branch to your remote repository.
15. Push the committed changes in your feature branch to your remote repository.

```
git push -u origin <your_branch_name>
```

16. To create a pull request, click on `compare and pull requests`.

17. Add an appropriate title and description to your PR explaining your changes.

18. Click on `Create pull request`.

16. To create a pull request, click on `compare and pull requests`.

17. Add an appropriate title and description to your PR explaining your changes.

18. Click on `Create pull request`.

Congratulations🎉, you have made a PR to the KrishiConnect. Wait for your submission to be accepted and your PR to be merged by a maintainer.

## 📩Contact Us

[](https://github.com/Anushkabh/krishiconnect?tab=readme-ov-file#contact-us)

For inquiries and support, please reach out to us at [[email protected]](mailto:[email protected]).
For inquiries and support, please reach out to us at [[email protected]](mailto:[email protected]).

<hr>

Expand All @@ -152,5 +155,4 @@ For inquiries and support, please reach out to us at [[email protected]](m

</div>


© 2024 KrishiConnect. All rights reserved.
Loading

0 comments on commit 76c2e34

Please sign in to comment.