Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Contributing to Technodaya

Welcome to [Your Project Name]! We appreciate your interest in contributing to our project. Whether you're a developer, designer, tester, or user, your contributions are valuable to us. Please take a moment to read the guidelines outlined below to ensure a smooth and collaborative contribution process.

## Table of Contents

1. [Getting Started](#getting-started)
- [Fork the Repository](#fork-the-repository)
- [Clone the Repository](#clone-the-repository)
- [Create a Branch](#create-a-branch)
- [Install Dependencies](#install-dependencies)

2. [Making Changes](#making-changes)
- [Code Style and Conventions](#code-style-and-conventions)

3. [Submitting Changes](#submitting-changes)
- [Create an Issue](#create-an-issue)
- [Create a Pull Request](#create-a-pull-request)

4. [Community and Behavioral Expectations](#community-and-behavioral-expectations)
-[Code of Conduct](#code-of-conduct)

5. [Additional Resources](#additional-resources)

## Getting Started

### Fork the Repository

Click the "Fork" button on the top right corner of the [repository page](https://github.com/tripathics/technodaya) to create a copy of the project
in your GitHub account.

### Clone the Repository

Clone the forked repository to your local machine using the following command:

```bash
git clone https://github.com/[Your_GitHub_UserName]/technodaya.git
```
### Create a Branch

Create a Branch to make Pull Request Later

```bash
git checkout controbute
```
### Install Dependencies

install important dependencies to start working

```bash
npm i
```

## Making Changes

### Code Style and Convention 😎

Code Style of this Website is very Modular and we Work on the Principal of Best User Experince apart
from this we use

1. [Next.js](https://nextjs.org/)
2. [Tailwind CSS](https://tailwindcss.com/)
3. [Firebase](https://firebase.google.com/)

for our Website for other dependencies you can check [This_File](https://github.com/tripathics/technodaya/blob/main/package.json)

## Submitting Changes

### Create an Issue

First go to this [link](https://github.com/tripathics/technodaya/issues) and report any issue or improvement you find in our website
with proper screenshots and details.

### Create a Pull Request

then raise a Pull request someone from our team will review your controbution and guide you through your
Controbuition untill it is done.

## Community and Behavioral Expectations 😶‍🌫️

### Code of Conduct

We expect from each and every one of you to be supportive and friendly to each other as well as over Devs
will be Comment any improvements
and issues you find in each others Issues and Pull Requests


## Additional Resources

you can go through Documentation of Technologies we use, also feel free to contact us for any query we
will give you best guidance or atleast the best content to learn that😅.