Skip to content

Commit

Permalink
Minor: Document value for private_project in config file
Browse files Browse the repository at this point in the history
Signed-off-by: notsatan <git@notsatan.me>
  • Loading branch information
notsatan committed Jan 5, 2024
1 parent e9f696c commit b905cf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cookiecutter_inputs:
contact_email: "{{ cookiecutter.contact_email }}"
project_description: "{{ cookiecutter.project_description }}"
github_specific_features: "{{ cookiecutter.github_specific_features }}"
private_project: "{{ cookiecutter.private_project }}"
use_codecov: "{{ cookiecutter.use_codecov }}"
use_precommit: "{{ cookiecutter.use_precommit }}"
go_version: "{{ cookiecutter.go_version }}"
Expand Down

0 comments on commit b905cf2

Please sign in to comment.