Skip to content

GangadharYande/JavaCodes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Programs

A Repository that will guide you in making your first contribution

Open Source Love svg1 PRs Welcome first-timers-only contributions welcome

How to contribute

  1. Fork the project
  2. Make any changes in your forked repo
  3. On this repo, click Pull Requests and raise a Pull Request selecting your fork on the right drop down

STEPS TO CONTRIBUTE

  1. Fork this Repository
  2. Clone it locally (Use github Desktop to make things easier)
  3. or Do it locally using the commands below

How to clone repo and make changes locally

  click on the clone button (green in colour). This gives you a copy of the project. Its now yours to play around with
  • Using git on your local machine. Do this to download the forked copy of this repo to your computer
  git clone https://github.com/yourGithubUsername/javacodes
  • switch to the cloned folder. This can be done with Gitbash or the integrated terminal in the VSCode editor
  cd javacodes
  • Make a new branch. Your name would make a good branch because it's unique!
  git checkout -b <name of new branch>
  • Create a new folder and submit your java code

  • Stage your changes

  git add yourprogramname.java

or

  git add .
  • Commit the changes
  git commit -m "Add <your-Java_program >"
  • Check the status of your repository
  git status
  • Pushing your repository to github
  git push origin <name of your branch>

or

  git branch -M main
  git push -u origin main
  git push origin main --force
  • Navigate to your fork, on the top of the files section you'll notice a new section containing, a contribute button!

  • Click on the contribute button, it will open a drop down, click the pull request button on the drop down

    Note: A pull request allows your changes to be merged with the original project.

  • Wait for your changes to be merged

Hurray! You made your contribution!! Don't forget to star this repo if it was helpful to you!

alt text

THANK YOU FOR CONTRIBUTING✨

List of actively participating individulas in open source contributions

Contributors 😊

Thanks goes to these wonderful people (🤗):

Sujana Kamasany
Sujana Kamasany
Gangadhar Yande
Gangadhar Yande
Chandu S
Chandu Somineni
Tarun Gudapati
Tarun Gudapati
Tony-91
Tony-91
Awais khatab
Awais khatab
TaeyeonRoyce
Taeyeon Royce
Dharun kumar
Dharun Kumar
Surya-Thotamsetty
Surya-Thotamsetty
tadiharshith
Tadi Harshith
farhanfr
Mochamad Farhan FR
Atul N Gawade
Atul N Gawade
Gaurav Lomte
Gaurav Lomte
Bhanu Pavan k
Bhanu Pavan k
karthikeyajoshi
Karthikeya Joshi
Gautham A P
Gautham A P
Dipti Singh
Dipti Singh
Srinija Dharani
Srinija Dharani
Valan Baptist Mathuranayagam
Valan Baptist Mathuranayagam
Sayan Biswas
Sayan Biswas
Eric Yung
Eric Yung
kash!sh
kash!sh
Ali
Ali
Rohan Dey
Rohan Dey
Harsh Ranjan Dwivedi
Harsh Ranjan Dwivedi
Rishi Joshi
Rishi Joshi
Satwik Reddy
Satwik Reddy
nikhilkotlobudde
Nikhil Kotlobudde
K-Saniya
K-Saniya
Rohit
Rohit
Damian Urbaniak
Damian Urbaniak
Rishav Himmatramka
Rishav Himmatramka
Ayush Mokal
Ayush Mokal
Arghadip Chatterjee
Arghadip Chatterjee
Nishanth Reddy
Nishanth Reddy
stewtech
stewtech
Lasya Busetty
Lasya Busetty
Ioanna Katsanou
Ioanna Katsanou
Saharsh Goenka
Saharsh Goenka
Jason Rodriguez
Jason Rodriguez
Adam Stolnits
Adam Stolnits
Anish Vedantham
Anish Vedantham
Moshe93
Moshe93
aceviper404
aceviper404
Saugat Rajbhandari
Saugat Rajbhandari
Ruptam
Ruptam
Aniketh Paul
Aniketh Paul
Adam Sadek
Adam Sadek
KaWis17
KaWis17
Arthur Curty
KaWis17
Lalith-Adithya
Lalith-Adithya
Yash Deshmukh
Yash Deshmukh
kabuto-mk7
kb
PedroMaltez5
Pedro Maltez
Akash Vijaysingh
Akash V Shekhava
ChenHaowei2008
ChenHaowei2008
Ankit Kumar
Ankit Kumar
Prem Ahankare
Prem Ahankare
Edson Mendes
Edson Mendes
yuvrajverma25
yuvrajverma25
Aditya Kumar
Aditya Kumar
Mehul Aswar
Mehul Aswar
Manas Sharma
Manas Sharma
techgirl0110
techgirl0110
Manavi Dubey
Manavi Dubey
Mayank Chatuvedi
Mayank Chatuvedi
Parth Vastavik
Parth Vastavik
Bintang Sholu
Bintang Sholu
Kunalraj Singh
Kunalraj Singh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%