Skip to content

Dhiraj1732/java

 
 

Repository files navigation

Contributing to Sourcecode in Hactoberfest2024

🎉 Welcome to the Hacktoberfest'24 Sourcecode Repository! 🎉

Add Pull request in their appropriate folder already present there or create one if not, according to programming language or Topic

First off, thanks for taking the time to contribute! ❤️

All types of contributions are encouraged and valued. See the issues tab or navigate to README.md to contribute on a specific feature. The community looks forward to your contributions. 🎉

And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about (optional) :

  • Star the project
  • Tweet about it
  • Mention the project to your friends/colleagues

Things before Contribution:

You need the following things installed on your computer to contribute in this project

  • C Language

How to Contribute?

Step # 01: Fork this repository to your GitHub Account.

Step # 02: Clone the forked repository to your local machine

git clone http-link

Step # 03: Navigate to the project directory.

cd Directory

Step # 04: Take a look at features and choose one that sparks your interest. Step # 05: Create a separate branch & make your changes in your project, whether it's code or design.

git branch -M your-name

Step # 06: Commit your changes with a clear and descriptive commit message.

git add -A
git commit -m "Your clear message"

Step # 07: Push your changes to your forked repository.

git push -u origin your-name

Step # 08: Submit a Pull Request to have your contributions reviewed and potentially merged into the main repository.

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.

Sourcecode

Hactoberfest2024

Getting Started

Follow these steps to get started with your contributions:

  1. Fork this repository to your GitHub account.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make your contributions, whether it's updating content, improving design, or fixing issues.
  5. Commit and push your changes to your forked repository.
  6. Create a pull request to submit your contributions.

Contribution Guidelines

Please review our Contribution Guidelines before making any contributions. These guidelines provide important information about updating the website, coding standards, pull request requirements, and more.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Hacktoberfest2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 28.6%
  • C 24.5%
  • JavaScript 15.7%
  • Java 10.8%
  • Python 10.6%
  • CSS 6.0%
  • Other 3.8%