-
Notifications
You must be signed in to change notification settings - Fork 8
chore: 🤖 Apply BestieTemplate v0.7.2 #163
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
80936f1
chore: 🤖 Apply COPIERTemplate v0.5.3
abelsiqueira 6801c41
Update to 0.6.0 and add CirrusCI
abelsiqueira 665e951
Fix some issues pointed out by @tmigot
abelsiqueira a3b2e96
Update to COPIERTemplate 0.6.1
abelsiqueira cd3751d
COPIERTemplate has been renamed to BestieTemplate
abelsiqueira 5ce990d
Run BestieTemplate update
abelsiqueira ee8b7e6
Update README.md
abelsiqueira 8026874
Update to Bestie 0.7.2
abelsiqueira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
margin = 100 | ||
align_assignment = true | ||
align_matrix = true | ||
align_pair_arrow = true | ||
align_struct_field = true | ||
always_for_in = true | ||
annotate_untyped_fields_with_any = false | ||
conditional_to_if = true | ||
for_in_replacement = "in" | ||
format_docstrings = false | ||
format_markdown = false | ||
import_to_using = true | ||
indent = 2 | ||
whitespace_typedefs = true | ||
whitespace_ops_in_indices = true | ||
margin = 100 | ||
normalize_line_endings = "unix" | ||
remove_extra_newlines = true | ||
annotate_untyped_fields_with_any = false | ||
normalize_line_endings = "unix" | ||
separate_kwargs_with_semicolon = true | ||
whitespace_ops_in_indices = true | ||
whitespace_typedefs = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projectName": "JSOSuite", | ||
"projectOwner": "JuliaSmoothOptimizers", | ||
"files": ["README.md", "docs/src/index.md"] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changes here will be overwritten by Copier | ||
AddAllcontributors: true | ||
AddCodeOfConduct: true | ||
AddCopierCI: false | ||
AddGitHubTemplates: true | ||
AddMacToCI: true | ||
AddPrecommit: true | ||
AddWinToCI: true | ||
AnswerStrategy: ask | ||
AuthorEmail: tangi.migot@gmail.com | ||
AuthorName: Tangi Migot | ||
Indentation: 2 | ||
JuliaMinVersion: '1.6' | ||
License: MPL-2.0 | ||
PackageName: JSOSuite | ||
PackageOwner: JuliaSmoothOptimizers | ||
PackageUUID: ed6ae0be-a024-11e9-2788-05dbf8cd15d9 | ||
RunJuliaNightlyOnCI: false | ||
SimplifiedPRTest: true | ||
UseCirrusCI: true | ||
_commit: v0.7.2 | ||
_src_path: https://github.com/abelsiqueira/BestieTemplate.jl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# https://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
charset = utf-8 | ||
indent_size = 2 | ||
indent_style = space | ||
trim_trailing_whitespace = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Bug Report | ||
description: File a bug report related to running the package | ||
title: "[Bug] " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
|
||
Please, before submitting, make sure that: | ||
|
||
- There is not an [existing issue](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/issues) with the same question | ||
- You have read the [contributing guide](https://JuliaSmoothOptimizers.github.io/JSOSuite.jl/dev/90-contributing/) | ||
- You are following the [code of conduct](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/blob/main/CODE_OF_CONDUCT.md) | ||
|
||
The form below should help you in filling out this issue. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe the bug | ||
validations: | ||
required: true | ||
- type: input | ||
id: pkg-version | ||
attributes: | ||
label: Package Version | ||
description: What version of the package are you running? | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Julia Version | ||
description: What version of Julia are you running? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Reproduction steps | ||
description: What steps led to the bug happening? Please provide a minimal reproducible example. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: "Operating System" | ||
description: What is the impacted environment? | ||
multiple: true | ||
options: | ||
- Windows | ||
- Linux | ||
- Mac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: "Feature Request" | ||
description: Suggest a new feature for the package | ||
body: | ||
tmigot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! | ||
|
||
Please, before submitting, make sure that: | ||
|
||
- There is not an [existing issue](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/issues) with the same question | ||
- You have read the [contributing guide](https://JuliaSmoothOptimizers.github.io/JSOSuite.jl/dev/90-contributing/) | ||
- You are following the [code of conduct](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/blob/main/CODE_OF_CONDUCT.md) | ||
|
||
The form below should help you in filling out this issue. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We could also suggest to explain ways to test the new request? |
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe the requested feature | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: validation | ||
attributes: | ||
label: Validation and testing | ||
description: How could we verify that the new feature works? What kind of tests can be done? | ||
- type: textarea | ||
id: motivation | ||
attributes: | ||
label: Motivation | ||
description: Explain why this feature is relevant | ||
- type: textarea | ||
id: target | ||
attributes: | ||
label: Target audience | ||
description: Tell more about the users of this feature, or where it could be useful | ||
- type: textarea | ||
id: can-help | ||
attributes: | ||
label: Can you help? | ||
description: Can you help developing this feature? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: "Usage question" | ||
description: Questions related to the usage | ||
labels: ["documentation"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this question! | ||
|
||
Please, before submitting, make sure that: | ||
|
||
- You have checked the [documentation](https://JuliaSmoothOptimizers.github.io/JSOSuite.jl) and haven't found enough information | ||
- There is not an [existing issue](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/issues) with the same question | ||
- You have read the [contributing guide](https://JuliaSmoothOptimizers.github.io/JSOSuite.jl/dev/90-contributing/) | ||
- You are following the [code of conduct](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/blob/main/CODE_OF_CONDUCT.md) | ||
|
||
The form below should help you in filling out this issue. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Write your question | ||
validations: | ||
required: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: "General issue" | ||
description: In case none of the others templates apply | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this issue! | ||
|
||
Please, before submitting, make sure that: | ||
|
||
- There is not an [existing issue](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/issues) with the same question | ||
- You have read the [contributing guide](https://JuliaSmoothOptimizers.github.io/JSOSuite.jl/dev/90-contributing/) | ||
- You are following the [code of conduct](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/blob/main/CODE_OF_CONDUCT.md) | ||
|
||
The form below should help you in filling out this issue. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe the issue | ||
validations: | ||
required: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discussions | ||
url: https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/discussions | ||
about: Create and follow discussions here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!-- | ||
Thanks for making a pull request to JSOSuite.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. | ||
See the comments below, fill the required fields, and check the items. | ||
--> | ||
|
||
## Related issues | ||
|
||
<!-- We normally work with (i) create issue; (ii) discussion if necessary; (iii) create PR. So, at least one of the following should be true:--> | ||
|
||
<!-- Option 1, this closes an existing issue. Fill the number below--> | ||
Closes # | ||
|
||
<!-- Option 2, this is a small fix that arguably won't need an issue. Uncomment below --> | ||
<!-- | ||
There is no related issue. | ||
--> | ||
|
||
## Checklist | ||
|
||
<!-- mark true if NA --> | ||
<!-- leave PR as draft until all is checked --> | ||
- [ ] I am following the [contributing guidelines](https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/blob/main/docs/src/90-contributing.md) | ||
- [ ] Tests are passing | ||
- [ ] Lint workflow is passing | ||
- [ ] Docs were updated and workflow is passing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" | ||
tmigot marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: Docs | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "docs/**" | ||
- "src/**" | ||
- "*.toml" | ||
tags: ["*"] | ||
pull_request: | ||
branches: | ||
- main | ||
paths: | ||
- "docs/**" | ||
- "src/**" | ||
- "*.toml" | ||
types: [opened, synchronize, reopened] | ||
|
||
concurrency: | ||
# Skip intermediate builds: always. | ||
# Cancel intermediate builds: only if it is a pull request build. | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} | ||
|
||
jobs: | ||
docs: | ||
name: Documentation | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: julia-actions/setup-julia@v2 | ||
with: | ||
version: "1" | ||
- name: Use Julia cache | ||
uses: julia-actions/cache@v2 | ||
- run: | | ||
julia --project=docs -e ' | ||
using Pkg | ||
Pkg.develop(PackageSpec(path=pwd())) | ||
Pkg.instantiate()' | ||
- run: | | ||
julia --project=docs -e ' | ||
using Documenter: DocMeta, doctest | ||
using JSOSuite | ||
DocMeta.setdocmeta!(JSOSuite, :DocTestSetup, :(using JSOSuite); recursive=true) | ||
doctest(JSOSuite)' | ||
- run: julia --project=docs docs/make.jl | ||
env: | ||
JULIA_PKG_SERVER: "" | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should more directly ask for a Minimal reproducible example. From what I've seen 75% of the first comment from a question is "Do you have a MWE?"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update the template. There is a question for reproduction steps, I will add more info there.