Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

27 lines (25 loc) · 1.26 KB

This repository comes under hacktoberfest 2024

NOTE : hacktoberfest-accepted label will be added once the PR is merged and the issue must be completed in at most 7 days

For contribution :

  1. Create a fork of repository
  2. Look for existing issues or create a new issue if you want to add feature or any modification
  3. Once the the issue is assigned to you, create a PR to merge the changes
  4. Do not raise any PR without testing code on your local repository

To Contribute to Articles

  1. Raise a new issue about the article
  2. If it is assigned to you, create a new PR for a txt file
  3. For the txt file format look below

To submit a txt file for contributing an article

  1. First line contains the topic of the article
  2. Leave a line and then enter the description (a small description which appear on the list of articles)
  3. Leave another line, then start writing your article
  4. Note that to separate the paragraphs in article (on website), you again need to leave an empty line in the txt file
  5. The last line should contain your name (as you authored it :) )

sample file below