Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@ The graphics are smooth, and the puzzles become increasingly difficult. This gam

## How to contribute:

- Drop a :star: on the Github repository (optional)<br/>
- Drop a :star: on the GitHub repository (optional)<br/>

- Before Contribute Please read [CONTRIBUTING.md](https://github.com/sb-decoder/flutter-puzzle-hack/blob/master/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](https://github.com/sb-decoder/flutter-puzzle-hack/blob/master/CODE_OF_CONDUCT.md)

- Create an issue of the project or a feature you would like to add in the project and get the task assigned for youself.(Issue can be any bug fixes or any feature you want to add in this project).
- Create an issue of the project or a feature you would like to add to the project and get the task assigned for yourself.(Issue can be any bug fixes or any feature you want to add to this project).

- Fork the repo to your Github.<br/>
- Fork the repo to your GitHub.<br/>

- Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link: <br/>
- Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of the below given link: <br/>
`git clone https://github.com/nehal076/flutter-puzzle-hack`
- Create a branch using below command.
- Create a branch using the below command.
`git branch <your branch name>`
- Checkout to your branch.
`git checkout <your branch name>`
- Add your code in your local machine folder.
- Add your code to your local machine folder.
`git add . `
- Commit your changes.
`git commit -m"<add your message here>"`
- Push your changes.
`git push --set-upstream origin <your branch name>`

- Make a pull request! (compare your branch with the owner main branch)
- Make a pull request! (compare your branch with the owner's main branch)

# Contributors
<br>
Expand Down