Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimka committed Sep 9, 2023
1 parent a958cd1 commit 622cff5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.project_name}}/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ make mypy

## Submitting your code

What the point of this method?
What are the point of this method?

1. We use protected `main`/`master` branch,
1. We use protected `{{ cookiecutter.main_branch }}` branch,
so the only way to push your code is via pull request
2. We use issue branches: to implement a new feature or to fix a bug
create a new branch
3. Then create a pull request to `main`/`master` branch
3. Then create a pull request to `{{ cookiecutter.main_branch }}` branch
4. We use `git tag`s to make releases, so we can track what has changed
since the latest release

In this method, the latest version of the app is always in the `main`/`master` branch.
In this method, the latest version of the app is always in the `{{ cookiecutter.main_branch }}` branch.

0 comments on commit 622cff5

Please sign in to comment.