Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the url #241

Merged
merged 1 commit into from
Mar 19, 2024
Merged
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
44 changes: 22 additions & 22 deletions src/scicookie/profiles/base.yaml
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
author_full_name:
message: Type the author's name
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: text
default: Roronoa Zoro
visible: true

author_email:
message: Type the author's email
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: text
default: zoro@one.piece
visible: true

project_name:
message: Type the project's title
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: text
default: OSL Python package
visible: true

project_short_description:
message: Type a short description about the project
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: text
default: This Project aims to ...
visible: true

project_slug:
message: Type the code name for your project (e.g. the repository name)
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: text
default: "{{ project_name.replace(' ', '-').lower() }}"
visible: true

package_slug:
message: Type the code name for your package (the name used to import your package)
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: text
default: "{{project_slug.replace('-', '_')}}"
visible: true

project_version:
message: Type the project version
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: text
default: 0.1.0
visible: true

project_url:
message: Type the project URL
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: text
default: "{{ 'https://' + project_slug + '.com' }}"
visible: true

project_license:
message: Select one option for the project license
help: https://osl-incubator.github.io/scicookie/guide.html#information-about-the-project
help: https://osl-incubator.github.io/scicookie/guide/#information-about-the-project
type: single-choice
default: BSD 3 Clause
# first choice is the default for the UI
Expand All @@ -71,7 +71,7 @@ project_license:

project_layout:
message: Select one option for the project layout
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#project-layout"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#project-layout"
type: single-choice
default: src
# first choice is the default for the UI
Expand All @@ -82,7 +82,7 @@ project_layout:

build_system:
message: Select one option for the build system
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#build-system"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#build-system"
type: single-choice
default: poetry
# first choice is the default for the UI
Expand All @@ -100,7 +100,7 @@ build_system:

command_line_interface:
message: Select one option for Command Line Interface (CLI)
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#command-line-interfaces-clis"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#command-line-interfaces-clis"
type: single-choice
default: None
# first choice is the default for the UI
Expand All @@ -112,7 +112,7 @@ command_line_interface:

documentation_engine:
message: Select one option for the Documentation Engine
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#documentation-engine"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#documentation-engine"
type: single-choice
default: mkdocs
# first choice is the default for the UI
Expand All @@ -131,7 +131,7 @@ documentation_url:

use_tools:
message: Select all the initial tools you want to add to your project
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#project-tools"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#project-tools"
type: multiple-choices
choices:
- bandit
Expand All @@ -156,7 +156,7 @@ use_tools:

use_containers:
message: Select one option for the container technology for this project
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#integration-with-devops-tools"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#integration-with-devops-tools"
type: single-choice
default: None
# first choice is the default for the UI
Expand All @@ -173,7 +173,7 @@ use_containers:

code_of_conduct:
message: Select one option for the Code of Conduct
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#code-of-conduct"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#code-of-conduct"
type: single-choice
default: None
# first choice is the default for the UI
Expand All @@ -187,7 +187,7 @@ code_of_conduct:

governance_document:
message: Select one option for a governance document template
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#governance-document"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#governance-document"
type: single-choice
default: None
# first choice is the default for the UI
Expand All @@ -199,7 +199,7 @@ governance_document:

roadmap_document:
message: Select one option for a Roadmap document template
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide.html#roadmap-document"
help: "For more information, check:\n https://osl-incubator.github.io/scicookie/guide/#roadmap-document"
type: single-choice
default: None
# first choice is the default for the UI
Expand All @@ -210,24 +210,24 @@ roadmap_document:

git_username:
message: Type the GIT username
help: https://osl-incubator.github.io/scicookie/guide.html#control-version
help: https://osl-incubator.github.io/scicookie/guide/#control-version
type: "text"
default: ""

git_https_origin:
message: Type the GIT HTTPS origin URL
help: https://osl-incubator.github.io/scicookie/guide.html#control-version
help: https://osl-incubator.github.io/scicookie/guide/#control-version
type: "text"
default: ""

git_https_upstream:
message: Type the GIT HTTPS upstream URL
help: https://osl-incubator.github.io/scicookie/guide.html#control-version
help: https://osl-incubator.github.io/scicookie/guide/#control-version
type: "text"
default: ""

git_main_branch:
message: Type the GIT main branch
help: https://osl-incubator.github.io/scicookie/guide.html#control-version
help: https://osl-incubator.github.io/scicookie/guide/#control-version
type: "text"
default: main