Skip to content

Latest commit

History

History
44 lines (28 loc) 路 1.43 KB

File metadata and controls

44 lines (28 loc) 路 1.43 KB

Read this before making any contributions to this project



Fork this repository and preferably create a new branch (using git checkout -b ${BRANCH_NAME}) on your system and start working on the change there.

Steps

  • Make a folder name containing your topic Example:

Java Installation

  • Make there files in the folder I). Explanation md file 2).Example Java file 3).resource md file

In our case in Java installation it is explanation that's why have added Example.md file but you have to add Java file


Apart from this you can also contribute by:

  • If there's any grammatical mistake, changes in the documentation, raise a PR for the same.
  • If there's a bug fix, 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 Coding! 馃槂