Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 355 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 355 Bytes

How to Contribute

  1. Fork the PR
  2. Make changes in a branch
  3. Raise a pull request to this repository
  4. Wait for the pull request to be reviewed by maintainers
  5. Your changes are in!

How to add a collapsible for answers on markdown

Copy the below code:


<details>
<summary>Add question here</summary>

Answer goes here

</details>