Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.21 KB

contribute.md

File metadata and controls

44 lines (25 loc) · 1.21 KB

Read this before making any contributions to this project



Steps to be followed

1.Fork

2. Clone e.g: git clone https://github.com/WomeninTech-jamshoro/first-contribution.git

3. Create your Branch

git checkout -b

e.g. git checkout -b add-WomenInTech

4. Make some contribution

  • If there's any grammatical mistake, changes in the documentation, raise a PR for the same.

  • If you want to add any resources,please add them to the README.md,so that people can get help to learn new thing.

  • If there's any issue , code improvements or feature addition, kindly open an Issue first, so that others can also pick up that issue and start working on it.


Guidelines for PRs and Issues



  • Please attach necessary screenshots and try to give a thorough description of the change you are proposing. This will ensure an easy and quick merging of your PR.

  • Please try not to delete any currently implemented functionality or add additional packages for minor changes.


Make sure you add yourself to the Contributors list using @all-contributors


Happy Leaning