Skip to content

Commit 5859bde

Browse files
committed
Standardize workspace: Capitalize Justfile references in scripts and docs
1 parent e9513c9 commit 5859bde

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ snapcreate/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ snapcreate/
3434
│ └── ISSUE_TEMPLATE/
3535
├── docs/ # Documentation
3636
│ └── CITATIONS.adoc
37-
├── justfile # Task runner (RSR standard template)
37+
├── Justfile # Task runner (RSR standard template)
3838
├── LICENSE.txt # Dual MIT / PMPL-1.0-or-later
3939
├── SECURITY.md # Security policy template
4040
├── CONTRIBUTING.md # Contribution guidelines template

ROADMAP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following require project specification before implementation:
8282
* [ ] guix.scm or flake.nix
8383
* [ ] deno.json (if using ReScript/JS)
8484
* [ ] Cargo.toml (if using Rust)
85-
* [ ] Custom justfile recipes for the project
85+
* [ ] Custom Justfile recipes for the project
8686

8787
=== Source Code
8888

0 commit comments

Comments
 (0)