GitHub Actions x DEV Hackathon
My Workflow :
Greetings - Greets users who are first time contributors to the repo. (actions/starter-workflows)
Submission Category:
Maintainer Must-Haves
Yaml File or Link to Code:
BhuvaneshHingal / HELLO-WORLD
A repository for contributing a "HELLO WORLD" program in any of the programming languages you know.
A repository for contributing a "HELLO WORLD" program in any of the programming languages you know.
How to Contribute: 👨🏻💻
- Fork the project.
- Make any changes in your forked repo
- On this repo, click
Pull Requests
and raise aPull Request
selecting your fork on the right drop down
Questions can be asked by raising an Issue
.
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/HELLO-WORLD.git
- switch to the cloned folder. This can be done with Git Bash or the integrated terminal in the VSCode editor
cd HELLO-WORLD
- Make a new branch. Your name would make a good branch because it's unique
git checkout
…Additional Resources / Info :
https://github.com/BhuvaneshHingal/HELLO-WORLD
Tried learning about GitHub Actions and found it very impressive. This repository consists of a very simple and basic usage of GitHub Actions learnt from an existing template.
Top comments (0)