Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.23 KB

CONTRIBUTING.md

File metadata and controls

37 lines (27 loc) · 2.23 KB

Contribution Guidelines

Welcome hackers it is really awesome have you here! Before start contributing with this project make sure you read our Code Of Conduct, it is really important to make this inclusive and open to everyone, otherwise, it would not be awesome to have you here

Have you found Hacktoberfest participant repository?

Add your achievements! What you did at this Hacktoberfest? Write it down, don't just do and forget. Include a file named with your username in contributions folder and add link to it in the readme so that others may have a quick look of your works.

Contributors -> All Contributors

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch and select that branch: git checkout -b my-branch-name
  3. Add a file with your name in the contributions folder telling about your contributions and also link that file in the readme
  4. Use This Command To Add The New Files To Track List : git add .
  5. Use This Command To Write Small Description : git commit -m "description"
  6. Push To Selected Branch : git push origin my-branch-name
  7. submit a pull request
  8. Now wait for your pull request to be reviewed and merged.

Points to focus before participating

  • Please keep your code clean and formatted, avoid unnecessary files and dependencies.
  • Do not create, already created file extensions.
  • Put all non-html files(except image) in "utils" directory.
  • Do not include VS code files.
  • Focus more on logical part than the presentation part.
  • Do fork the repository to work upon issues and be a contributor.
  • Please do not create pull request without approval as it'll result in merge conflicts.
  • Before creating pull request, do check previous approved pull requests. So that your code don't conflict with them.

Resources