Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdevvalecha/hacktoberfest-21-open-first-pr
Make your first Pull Request for practice!
https://github.com/iamdevvalecha/hacktoberfest-21-open-first-pr
github practice-project
Last synced: about 19 hours ago
JSON representation
Make your first Pull Request for practice!
- Host: GitHub
- URL: https://github.com/iamdevvalecha/hacktoberfest-21-open-first-pr
- Owner: iamdevvalecha
- License: mit
- Created: 2021-09-29T15:50:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T09:49:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T13:11:52.345Z (8 days ago)
- Topics: github, practice-project
- Homepage:
- Size: 97.9 MB
- Stars: 69
- Watchers: 2
- Forks: 189
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hacktoberfest2021 OPEN FIRST PULL REQUEST FOR PRACTICE.
Make your first Pull Request!
## This project is perfect for your first pull request!
## Instructions-
- Fork this Repository using the button at the top
- Clone your forked repository to your pc ( git clone "url from clone option.)
- Create a new branch for your modifications (ie. `git branch new-user` and check it out `git checkout new-user` and `git checkout -b new-user`)
- Add your profile image in `static/images/` ( use drag and drop option or upload by commands.)
- Add your profile data in `content/participant/`
- Add your files (`git add -A`), commit (`git commit -m "added myself"`) and push (`git push origin new-user`)
- Create a pull request (**Please call your pull request `add user_name` change `user_name` to your own name**)
- Star this repository# How to make your first Pull Request
Replace `` with your GitHub username in this guide.
## 1. Add your profile picture to the folder
Add a picture picture of your choice in `static/images/`. Accepted files are **png** and **jpg**, should be squared and minimum size 544x544 pixels. Ex.
```
static/images/.png
```## 2. Add your profile information
Create a markdown file in your folder following the convention `content/participant/.md`. Ex.
```
content/participant/.md/
```Copy the next template into your file, delete the boilerplate data and fill the information with yours.
```
---
name: YOURNAME
institution/company: INSTITUTION_NAME
github:USERNAME
---
```## Call your pull request `add user_name`, change `user_name` to your own name!
## 4. Wait for Pull Request to be merged!
## 5. Celebrate - you've done your first pull request!!
### Made by:-
[![GitHub followers](https://img.shields.io/github/followers/iamdevvalecha.svg?label=Follow%20@iamdevvalecha&style=social)](https://github.com/iamdevvalecha/)