Skip to content

Latest commit

Β 

History

History
35 lines (22 loc) Β· 1.71 KB

File metadata and controls

35 lines (22 loc) Β· 1.71 KB

πŸš€ Contribution to JavaScript Algorithms

You're reading this docs means you're interseted to contribute. Thanks. We appreciate it πŸ‘

Contribution Steps:

We've alredy sepharated our folder and file structure to make entire contribution process much more easier πŸ’₯

If you wish to change some major changes, feel free to open an issue first. we highly appreciate it. πŸ‘

πŸš€ follow the steps below to start contributing

  1. Fork the repo fork example
  2. Clone your forked copy fork example
  3. Navigate to your forked copy β†’ open your most favourite editor and start Hacking. πŸš€
➜  ~  cd JavaScript-Algorithms/
  1. Make sure to maintain a Human readable commit message style like semantic commit, Conventional commit or the better way you like most. πŸ€“
  • βœ”οΈ Use the imperative present tense: "add/fix/change", not "added/fixed/changed" nor "adds/fixes/changes".
  1. Once you write your code, Push it to your forked copy and make a pull request. Because, we use the fork-and-branch git workflow. It's kinda easy. 😎

Are you still confussed to how it's working?
Don't worry. Let's try to understand once again. πŸ’₯

github workflow

So, What are you waiting for? Let's start hacking. πŸš€

Feel free to give a Star on our repo. we appreciate it. πŸ‘