Welcome, and thank you for your interest in contributing to Ayurveda GPT, a React Web Application! We’re excited to have you participate in Hacktoberfest 2024! This guide will walk you through how to contribute and the guidelines to follow.
We welcome contributions! If you have suggestions to enhance the website or fix existing issues, please feel free to open an issue or submit a pull request.
Please attach a screenshot or video showcasing the feature or bug fix you have implemented when submitting your pull request to help us review your contribution more effectively.
https://github.com/MUDITJAINN/Ayurveda-GPT
.Once you've forked the repository, clone it to your local machine:
git clone https://github.com/YOUR-USERNAME/ayurveda-gpt.git
Navigate into the project directory:
cd ayurveda-gpt
Install dependencies:
Make sure you have Node.js installed. Then, run:
npm install
Start the development server:
npm start
This will run the project locally at http://localhost:3000
.
We welcome all types of contributions, whether it's a bug fix, feature suggestion, or documentation improvement. Here’s how you can get started:
Clone the forked repository to your local machine:
git clone https://github.com/YOUR-USERNAME/ayurveda-gpt.git
Navigate into the project directory:
cd ayurveda-gpt
Create a new branch where you’ll work on your contribution:
git checkout -b your-branch-name
For example, if you’re fixing an issue, you could name your branch fix/issue-name
.
Find an issue from the Issues tab labeled hacktoberfest
, good first issue
, or help wanted
. Comment on the issue to indicate that you are working on it.
After making your changes, stage the files and commit them:
git add .
git commit -m "Detailed description of your changes"
Example: Fix: Resolved issue with missing alt attributes in images.
Once your changes are committed, push your branch to your forked repository:
git push origin your-branch-name
Go to the original repository and click New Pull Request. Provide a detailed description of your changes.
Add feature for Ayurveda herbs list
.
let
and const
instead of var
.The project is built using the following technologies:
If you find this project useful or interesting, please star the repository! Your support helps motivate the development of new features and improvements.
We’re thrilled to have you contribute to the Ayurveda GPT project! Whether you’re fixing bugs, adding features, or improving documentation, your contribution is valuable and appreciated. Thank you for making this project better!