Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

31 lines (27 loc) · 1.49 KB

Contributing

How to contribute

  • Fork and clone this repository. Give a star too!:star:

Different types of contribution practices on this repository:

1) Providing a documentation on a topic

  • Steps -
    a) Click on Issues tab
    b) Click on one of the issues which has not been assigned to anyone.
    c) Read the topic provided.
    d) If you are clear with the topic and feel like you are able to explain it properly then comment - "Claim!"
    e) Wait for the issue to be assigned to you.
    f) If assigned, you will be notified of the folder to place the solution in as well as the deadline for the submission.
    g) Once finished the job, generate a PR(Pull request).

2) Reporting a bug

  • Steps -
    a) Click on Issues tab
    b) Click on one of the issues which has not been assigned to anyone.
    c) There will be the location of the folder where you’ll get the question as well as its solution file.
    d) Read the question carefully and the corresponding solution. It could be in any language C or C++.
    e) Find the bug in the solution.
    f) If you could find the bug, then only comment, “Claim!”
    g) Wait for the issue to be assigned to you.
    h) If assigned, you will then have to update the solution file at the same location.
    i) Once finished the job, generate a PR(Pull request).

Note: Create the PR according to the format mentioned in the pull_request_template.md in the .github folder.