Skip to content

Commit

Permalink
Apply BestieTemplate 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Aug 12, 2024
1 parent c44e567 commit ec31761
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/10-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/20-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/30-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/99-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!--
Thanks for making a pull request to BestieTemplate.jl.
We have added this PR template to help you help us.
Make sure to read the contributing guidelines and abide to the code of conduct.
Make sure to read the contributing guidelines and abide by the code of conduct.
See the comments below, fill the required fields, and check the items.
-->

Expand All @@ -21,7 +23,9 @@ There is no related issue.

<!-- mark true if NA -->
<!-- leave PR as draft until all is checked -->

- [ ] 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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
tags: ["*"]

workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ makedocs(;
],
)

deploydocs(; repo = "github.com/abelsiqueira/BestieTemplate.jl", push_preview = true)
deploydocs(; repo = "github.com/abelsiqueira/BestieTemplate.jl")
30 changes: 16 additions & 14 deletions src/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec31761

Please sign in to comment.