From ec317610fc5b125e4882c061bf93937568ee5265 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Mon, 12 Aug 2024 15:30:26 +0200 Subject: [PATCH] Apply BestieTemplate 0.9.1 --- .copier-answers.yml | 2 +- .github/ISSUE_TEMPLATE/10-bug-report.yml | 4 +++ .github/ISSUE_TEMPLATE/20-feature-request.yml | 4 +++ .github/ISSUE_TEMPLATE/30-usage.yml | 4 +++ .github/ISSUE_TEMPLATE/99-general.yml | 4 +++ .github/PULL_REQUEST_TEMPLATE.md | 6 +++- .github/workflows/Test.yml | 1 - docs/make.jl | 2 +- src/api.jl | 30 ++++++++++--------- 9 files changed, 39 insertions(+), 18 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 0720e198..4ba38f76 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -8,5 +8,5 @@ License: MPL-2.0 PackageName: BestieTemplate PackageOwner: abelsiqueira PackageUUID: E5D671A7-4186-4F1A-BF88-C19B630DA94F -_commit: v0.7.0 +_commit: v0.9.1 _src_path: https://github.com/abelsiqueira/BestieTemplate.jl diff --git a/.github/ISSUE_TEMPLATE/10-bug-report.yml b/.github/ISSUE_TEMPLATE/10-bug-report.yml index f709ba33..c96b65f4 100644 --- a/.github/ISSUE_TEMPLATE/10-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/10-bug-report.yml @@ -11,9 +11,13 @@ body: Please, before submitting, make sure that: - There is not an [existing issue](https://github.com/abelsiqueira/BestieTemplate.jl/issues) with the same question + - You have read the [contributing guide](https://abelsiqueira.github.io/BestieTemplate.jl/dev/90-contributing/) + + - You are following the [code of conduct](https://github.com/abelsiqueira/BestieTemplate.jl/blob/main/CODE_OF_CONDUCT.md) + The form below should help you in filling out this issue. - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/20-feature-request.yml b/.github/ISSUE_TEMPLATE/20-feature-request.yml index 9ecfe190..80acc1ca 100644 --- a/.github/ISSUE_TEMPLATE/20-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/20-feature-request.yml @@ -9,9 +9,13 @@ body: Please, before submitting, make sure that: - There is not an [existing issue](https://github.com/abelsiqueira/BestieTemplate.jl/issues) with the same question + - You have read the [contributing guide](https://abelsiqueira.github.io/BestieTemplate.jl/dev/90-contributing/) + + - You are following the [code of conduct](https://github.com/abelsiqueira/BestieTemplate.jl/blob/main/CODE_OF_CONDUCT.md) + The form below should help you in filling out this issue. - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/30-usage.yml b/.github/ISSUE_TEMPLATE/30-usage.yml index 0bc7ee94..c6fafb16 100644 --- a/.github/ISSUE_TEMPLATE/30-usage.yml +++ b/.github/ISSUE_TEMPLATE/30-usage.yml @@ -11,9 +11,13 @@ body: - You have checked the [documentation](https://abelsiqueira.github.io/BestieTemplate.jl) and haven't found enough information - There is not an [existing issue](https://github.com/abelsiqueira/BestieTemplate.jl/issues) with the same question + - You have read the [contributing guide](https://abelsiqueira.github.io/BestieTemplate.jl/dev/90-contributing/) + + - You are following the [code of conduct](https://github.com/abelsiqueira/BestieTemplate.jl/blob/main/CODE_OF_CONDUCT.md) + The form below should help you in filling out this issue. - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/99-general.yml b/.github/ISSUE_TEMPLATE/99-general.yml index 78cd202c..5e23b55f 100644 --- a/.github/ISSUE_TEMPLATE/99-general.yml +++ b/.github/ISSUE_TEMPLATE/99-general.yml @@ -9,9 +9,13 @@ body: Please, before submitting, make sure that: - There is not an [existing issue](https://github.com/abelsiqueira/BestieTemplate.jl/issues) with the same question + - You have read the [contributing guide](https://abelsiqueira.github.io/BestieTemplate.jl/dev/90-contributing/) + + - You are following the [code of conduct](https://github.com/abelsiqueira/BestieTemplate.jl/blob/main/CODE_OF_CONDUCT.md) + The form below should help you in filling out this issue. - type: textarea id: description diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 872a1d57..feff308b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,9 @@ @@ -21,7 +23,9 @@ There is no related issue. + - [ ] I am following the [contributing guidelines](https://github.com/abelsiqueira/BestieTemplate.jl/blob/main/docs/src/90-contributing.md) + - [ ] Tests are passing - [ ] Lint workflow is passing - [ ] Docs were updated and workflow is passing diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 92c52058..4cab333d 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -5,7 +5,6 @@ on: branches: - main tags: ["*"] - workflow_dispatch: jobs: diff --git a/docs/make.jl b/docs/make.jl index 7f2470dd..705a6eda 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,4 +20,4 @@ makedocs(; ], ) -deploydocs(; repo = "github.com/abelsiqueira/BestieTemplate.jl", push_preview = true) +deploydocs(; repo = "github.com/abelsiqueira/BestieTemplate.jl") diff --git a/src/api.jl b/src/api.jl index ba8e6076..7ba92f25 100644 --- a/src/api.jl +++ b/src/api.jl @@ -15,26 +15,28 @@ function _copy(src_path, dst_path, data; kwargs...) end end - quiet || display(md"""Hi, **❤ Bestie ❤** here. + quiet || display( + md"""Hi, **❤ Bestie ❤** here. - Below you will find a few questions to configure your template. - First, some **required** questions will need to be filled. - Then, you will have the option of selecting + Below you will find a few questions to configure your template. + First, some **required** questions will need to be filled. + Then, you will have the option of selecting - - The _recommended_ options, which includes our current _best practices recommendations_; - - The _minimum_ options, which will answer _no_ to everything, but still give you what - we consider the minimum best practices you need to get started; or - - Answer every optional question. + - The _recommended_ options, which includes our current _best practices recommendations_; + - The _minimum_ options, which will answer _no_ to everything, but still give you what + we consider the minimum best practices you need to get started; or + - Answer every optional question. - On any case, we suggest reading the **full guide**, and possibly other documentation pages: + On any case, we suggest reading the **full guide**, and possibly other documentation pages: - `https://abelsiqueira.com/BestieTemplate.jl/stable/10-full-guide` + `https://abelsiqueira.com/BestieTemplate.jl/stable/10-full-guide` - If something does not work as you would expect or you need clarifications, - please open an issue or discussion. + If something does not work as you would expect or you need clarifications, + please open an issue or discussion. - **❤ Good luck filling the questions, and thanks for choosing BestieTemplate ❤** - """) + **❤ Good luck filling the questions, and thanks for choosing BestieTemplate ❤** +""", + ) Copier.copy(src_path, dst_path, data; kwargs...) end