Skip to content

Commit

Permalink
Merge pull request #391 from VyjayantiN/Added_Contribution_File
Browse files Browse the repository at this point in the history
Added Contribution File
  • Loading branch information
kartikayasija authored Jun 18, 2023
2 parents 854f168 + 83ad619 commit 18ff5d5
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 30 deletions.
2 changes: 1 addition & 1 deletion aboutUs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ p {
ul{
font-family: 'Open Sans', sans-serif;
line-height: 2;

list-style: none;
}

.aboutus{
Expand Down
80 changes: 51 additions & 29 deletions contribution.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,79 @@
Contribution Guidelines Thank you for considering contributing to the AISKCON Construction project! We appreciate your support and collaboration. Please take a moment to review the guidelines below to ensure a smooth and efficient contribution process.

About AISKCON Construction At AISKCON Construction, our mission is to assist people with their construction projects. We take pride in delivering high-quality work that meets the expectations of our customers. Our team comprises skilled professionals, including architects, engineers, and craftsmen, who collaborate to transform your ideas into reality. We possess expertise in handling various types of projects, whether it involves constructing homes, offices, or factories. Our services are diverse, catering to a wide range of requirements.
# Contribution Guidelines

Techstack The following technologies were utilized in building this website:
Thank you for considering contributing to the AISKCON Construction project! We appreciate your support and collaboration. Please take a moment to review the guidelines below to ensure a smooth and efficient contribution process.

Front-End:
## About AISKCON Construction

HTML CSS JavaScript Back-End:
At AISKCON Construction, our mission is to assist people with their construction projects. We take pride in delivering high-quality work that meets the expectations of our customers. Our team comprises skilled professionals, including architects, engineers, and craftsmen, who collaborate to transform your ideas into reality. We possess expertise in handling various types of projects, whether it involves constructing homes, offices, or factories. Our services are diverse, catering to a wide range of requirements.

Node.js Useful Extensions:
## Techstack

Prettier - Code formatter ESLint Project Initialization To get started with contributing to the AISKCON Construction project, please follow the steps below:
The following technologies were utilized in building this website:

Download the Node.js package from nodejs.org.
### Front-End:

Fork the repository to your GitHub account.
- HTML
- CSS
- JavaScript

Clone the forked repository to your local machine using the following command:
### Back-End:

bash Copy code git clone https://github.com/<YOUR_GITHUB_USER_NAME>/AISKCON-CONSTRUCTION.git Install project dependencies by running the following command:
- Node.js

Copy code npm install For Front-End development, open the index.html file and start the Live Server.
### Useful Extensions:

For Back-End development, navigate to the backend directory using the following command:
- Prettier - Code formatter
- ESLint

bash Copy code cd backend Start the server using the following command:
## Project Initialization

sql Copy code npm start Contribution Process To contribute to the AISKCON Construction project, please follow these steps:
To get started with contributing to the AISKCON Construction project, please follow the steps below:

Create a new branch in your local repository to make your changes:
1. Download the Node.js package from [nodejs.org](https://nodejs.org).

css Copy code git checkout -b <BRANCH_NAME> Implement your desired changes and improvements in the codebase.
2. Fork the repository to your GitHub account.

Commit your changes with a clear and descriptive commit message:
3. Clone the forked repository to your local machine using the following command:

sql Copy code git commit -m "Your commit message here" Push your changes to your forked repository on GitHub:
```git clone https://github.com/<YOUR_GITHUB_USER_NAME>/AISKCON-CONSTRUCTION.git```

perl Copy code git push origin <BRANCH_NAME> Open a pull request from your forked repository to the main AISKCON Construction repository.
4. Install project dependencies by running the following command:
```npm install```
For Front-End development, open the index.html file and start the Live Server.
5. For Back-End development, navigate to the backend directory using the following command:
```cd backend```
6. Start the server using the following command:
```npm start```

Provide a detailed description of your changes in the pull request, including any relevant information or context.
## Contribution Process
1. To contribute to the AISKCON Construction project, please follow these steps:

Wait for the maintainers to review your pull request. They may provide feedback or request further changes before merging your contribution.
2. Create a new branch in your local repository to make your changes:
```git checkout -b <BRANCH_NAME>```
Implement your desired changes and improvements in the codebase.

Code Guidelines When contributing to the AISKCON Construction project, please adhere to the following code guidelines:
3. Commit your changes with a clear and descriptive commit message:
```git commit -m "Your commit message here"```

Follow the existing code style and formatting conventions.
4. Push your changes to your forked repository on GitHub:
```git push origin <BRANCH_NAME>```

Maintain consistency with the overall project structure and organization.
5. Open a pull request from your forked repository to the main AISKCON Construction repository.

Write clear and concise code with appropriate comments where necessary.
6. Provide a detailed description of your changes in the pull request, including any relevant information or context.

Ensure your code is free from errors and runs without issues.
7. Wait for the maintainers to review your pull request. They may provide feedback or request further changes before merging your contribution.

Conclusion By following these contribution guidelines, you can actively contribute to the AISKCON Construction project and help us improve our services. Thank you for your dedication and support!
## Code Guidelines
When contributing to the AISKCON Construction project, please adhere to the following code guidelines:

For any further questions or assistance, please reach out to the project maintainers or refer to the project's documentation.
- Follow the existing code style and formatting conventions.
- Maintain consistency with the overall project structure and organization.
- Write clear and concise code with appropriate comments where necessary.
- Ensure your code is free from errors and runs without issues.

## Conclusion
By following these contribution guidelines, you can actively contribute to the AISKCON Construction project and help us improve our services. Thank you for your dedication and support!

For any further questions or assistance, please reach out to the project maintainers or refer to the project's documentation.

0 comments on commit 18ff5d5

Please sign in to comment.