Skip to content

mrbuddhu/Portfolio_V1

Repository files navigation

Open Source Love Github Forks Github Stars Contributors Open Issues GitHub last commit License Languages count Top Language

Hello Developers 👋

Let's help you submit your first Pull Request!!!

This is portfolio website to showcase my introduction, skills and projects.

Feel free to fork and contribute :)

This potfolio websites uses following technologies:

  • HTML - Hypertext Markup Language
    • the standard markup language for documents designed to be displayed in a web browser.)
  • CSS - Cascading Style Sheets
    • stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.)
  • Bootstrap
    • free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation and other interface components)

How to contribute to this project or Open Source ?

If you are a beginner, and looking for your first contribution. please follow these steps :-

Note :

Before contributing to this project plese read the ISSUE and then start to contribute for that issue.

Instructions :

1. Fork this Repository

fork 🍽️ this repository on GitHub by navigating at the top of this repository.
GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.

2. Clone the Repository

To make your own local copy of the repository you would like to contribute.
use the git clone command along with the URL that points to your fork of the repository.

3. Create a New Branch

use the git branch new-branch command for create a new branch.
Now that our new branch is created, we can switch to make sure that we are working on that branch by using the git checkout command:
git checkout new-branch
git add -A or git add . for adding the changes file.
git commit -m " here type your message " for comminting.
Then push to your local repository
git push origin new-branch

4. Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

Done ! you have made a pull request and wait for approved by the maintainers.