Skip to content

Commit

Permalink
Try fixing Literate check
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 22, 2024
1 parent 0c2ad2f commit d7bbb3d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ If you are unable to construct a minimal code that demonstrates the bug or unexp
```julia
[YOUR MINIMAL RUNNABLE CODE HERE]
```

</p></details>


Expand Down
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ If practical and applicable, please include a minimal demonstration of the previ
```julia
[YOUR MINIMAL DEMONSTRATION OF PREVIOUS BEHAVIOR]
```

</p></details>

<details><summary>Minimal demonstration of new behavior</summary><p>

```julia
[YOUR MINIMAL DEMONSTRATION OF NEW BEHAVIOR]
```

</p></details>

# How Has This Been Tested?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/LiterateCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 1
- name: Install Literate and generate docs
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name="Literate"))'
julia -e 'using Pkg; Pkg.add(PackageSpec(name="Literate")); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
julia -e 'include("make_readme.jl")'
- name: Check if docs need to be updated
run: |
Expand Down
1 change: 1 addition & 0 deletions templates/default/.github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ If you are unable to construct a minimal code that demonstrates the bug or unexp
```julia
[YOUR MINIMAL RUNNABLE CODE HERE]
```

</p></details>


Expand Down
2 changes: 2 additions & 0 deletions templates/default/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ If practical and applicable, please include a minimal demonstration of the previ
```julia
[YOUR MINIMAL DEMONSTRATION OF PREVIOUS BEHAVIOR]
```

</p></details>

<details><summary>Minimal demonstration of new behavior</summary><p>

```julia
[YOUR MINIMAL DEMONSTRATION OF NEW BEHAVIOR]
```

</p></details>

# How Has This Been Tested?
Expand Down

0 comments on commit d7bbb3d

Please sign in to comment.