#### Thanks, for considering to contribute to this repository! If you are looking forward to start contributing to beautiful world of open source. **Start it right now.** - Fork the repo - Clone the repo - Create a branch using `git checkout -b feature-branch` - Make the required changes - Run below command to verify all tests are passing - `npm install` (This will install all required dependencies) - `npm test` - Create a pull request using below commands - `git add --all` - `git commit -m "your commit message"` - `git push origin feature-branch` - Go to [Repository](https://github.com/arshadkazmi42/custom-date-formatting/) - Create Pull Request against `master` branch - Add a suitable title and description to the pull request and tag the issue number in Pull Request description, if the pull request is related to some issue logged here: [Issues](https://github.com/arshadkazmi42/custom-date-formatting/issues) - You're done. Wait for your code to get reviewed and merged - Optional: Give us a :star: if you like our work :smile: