Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.54 KB

File metadata and controls

40 lines (31 loc) · 1.54 KB

How to Contribute

  • Fork this repo.
  • Clone the forked repo.
  • Create a new branch.
  • Make changes to the code.
  • Commit the changes.
  • Push the changes to the forked repo.
  • Create a pull request.
  • and done...will be reviewed soon.

How to contibute as a Blog Writer in this Repo?

  • You have to write a Blog on any of the given themes.
  • You have to write your Blog in a MarkDown (MD) file.
  • Your markdown file should be named as YourGithubUsername.md. eg. ShaileshKumar007.md
  • You have to submit a MarkDown file in the repository.
  • Your Blog should be properly formatted. In order to learn how to make a Markdown file, you can visit this link to learn about markdown.

Practice to make a Pull Request

  • Fork this repo.
  • Clone the forked repo.
  • Create a new branch.
  • Add this line of code to next line after a name.
- [YourName](https://github.com/YourGitHubUsername)
  • Replace YourName with your name and YourGitHubUsername with your GitHub username.
  • Commit the changes.
  • Push the changes to the forked repo.
  • Create a pull request.
  • and You have practiced how to make a pull request.
  • Your PR will be merged soon.

For more information on how to contribute to open source projects, check out this link and this and "How to Contribute to Open Source" by freeCodeCamp.