1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-13 17:42:22 +02:00
This commit is contained in:
2020-01-13 16:33:00 +01:00

View File

@@ -45,7 +45,7 @@ We use a pretty simple and intuitive branching structure:
- `hotfix-X` - Is a branch where security or major issues are worked on, they will be merged into `master` and `dev` - `hotfix-X` - Is a branch where security or major issues are worked on, they will be merged into `master` and `dev`
- `feature-X` - Is a branch where a specific feature is worked on, will be merged into `dev` - `feature-X` - Is a branch where a specific feature is worked on, will be merged into `dev`
If you fork this repository, you are most likely working in the `dev` branch and creating a pull request from your `dev` to our `dev`. If you fork this repository and want to help us you will most likely work in the `dev` branch and create a pull request from your `dev` to our `dev`.
## Contribution Guide ## Contribution Guide