Skip to content

Commit bdab80d

Browse files
committed
Add contribution guide
1 parent dec3821 commit bdab80d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,11 @@ It's better to warm up the controller before displaying the webview. It's possib
6060
```
6161
### Contribution
6262
Contributions are welcome 😄. Please file an issue [here](https://github.com/islamdidarmd/flutter_adblocker_webview/issues) if you want to include additional feature or found a bug!
63+
#### Guide
64+
1. Create an issue first to make sure your request is not a duplicate one
65+
2. Create a fork of the repository (If it's your first contribution)
66+
3. Make a branch from `develop`
67+
4. Branch name should indicate the contribution type
68+
- `feature/**` for new feature
69+
- `bugfix/**` for a bug fix
70+
5. Raise a PR against the `develop` branch

0 commit comments

Comments
 (0)