Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 794 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (28 loc) · 794 Bytes

Guidelines

1. Fork this repository

2. Clone the forked repository

$ git clone https://github.com/<your-github-username>/core.git

3. Create your feature branch:

$ git checkout -b <your-name>

4. Open Projects.md

Copy the table row(given below) without any gap and add your project info and repository link.

<!-- |  no  |    title   |   discription |  framework   | [email](mailto:[email protected])  |  [visit](your-github-project)    |   NULL    | -->

5. Select file to commit

$ git add Projects.md

6. Commit your changes:

$ git commit -m ":tada: Added my repository link <your-github-repository>"

7. Push to the branch:

$ git push origin <your-name>

8. Submit a pull request.