Making this project open source for absolute beginners to start their open source contribution journey in HacktoberFest 2022.
This document is intended for developers interested in making contributions to hacker-stories and extending the features.
Fork and Clone this repository.
Read the README.md file for setting up your development environment.
- Fork and Clone this repo.
- Take a new branch from master.
- Branch name should start with issue number, like this -
Issue-1548 feature or bug name
. - Make your changes in this branch.
- Test throughly on your local environment.
- Push the branch to your cloned repository.
- Raise a PR (Pull Request) for your branch to be merged into master of https://github.com/Swastikyadav/hacker-stories.
- Your PR will be reviewed, feedback will be given if required.
- Make the feedback changes, if any.
- PR will be merged.
Thank You!