You are welcome! Just follow to contribute.
- Fork the repo
- Clone the forked repo into your local machine
$ git clone https://github.com/your_username/bloggingSite.git
- cd to the repo
$ cd bloggingSite
- Create a branch
$ git checkout -b mybranch
-
Open the repo code using any IDE/text-editors (Intellij recommended)
-
Add, Commit and Push the changes to your forked repo
$ git add .
$ git commit -m "your commit message"
$ git push origin mybranch
- Create a pull request from
mybranch
of your forked repo tomain
branch of this(upstream) repo.
- Just click on Sync fork
- After synced with upstream click on contribute
- Open a pull request and wait for merge
For database Connection: