Skip to content

Codefamily1/Codefamily_Website

 
 

Repository files navigation

HACKTOBERFEST 2022 : Start Your First Contribution - Win Free T-Shirt

image

This project is perfect for your first Pull Request

🗣 Hacktoberfest give a chance to participated in the open source community, which grows every year. Complete the challenge and earn Swags
📢Register herefor Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS 🔥.

Contributions are always welcome!
Make sure you have followed me on GitHub and starred this repository. Although this is not mandatory, doing so really motivates me to keep making more awesome content.

Contribution Guidelines:

By contributing to this project, you adhere to this project's code of conduct. They are as follows:

  • Your code must be properly formatted. *The code you contribute must be your own.
  • Your code must be error- and bug-free. *The file structure must be proper. You must write the code for a particular language in that particular folder. For example, write HTML code in the HMTL folder and CSS code in the CSS folder, etc.
  • Make sure you have the comment in code.
  • Make sure you exclude the auto-generated files by adding them in .gitignore.
  • Your code supports all the web browsers.
  • Do not spam.

How to Contribute :

  • Fork this Repository using the button at the top on right corner.

  • Clone your forked repository to your pc ( git clone "url from clone option".)

  • Open the folder in the code editor of your choice and make the changes.

  • Stage the changes git add .

  • Commit the changes git commit -m "Your commit message here”

  • Push the changes to github git push

Once you have successfully pushed the project, open GitHub and click on the dropdown next to Contribute and click on Open pull request.
After that, write a message and a comment (optional). Then click on Create pull request.

Create Pull Request

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

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.2%
  • CSS 2.8%