Skip to content

Commit b750bd1

Browse files
committed
chore(docs): fill acceptance criteria
1 parent 0b5ff69 commit b750bd1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.backlog/completed/task-5 - Add-SECURITY.md.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a SECURITY.md file at the repository root that documents the vulnerabilit
2121

2222
## Acceptance Criteria
2323
<!-- AC:BEGIN -->
24-
- [ ] #1 SECURITY.md exists at the repository root
25-
- [ ] #2 Covers: how to report a vulnerability privately, expected response timeline, supported versions
26-
- [ ] #3 GitHub 'Report a vulnerability' link is active (enabled in repo Security settings)
24+
- [x] #1 SECURITY.md exists at the repository root
25+
- [x] #2 Covers: how to report a vulnerability privately, expected response timeline, supported versions
26+
- [x] #3 GitHub 'Report a vulnerability' link is active (enabled in repo Security settings)
2727
<!-- AC:END -->

.backlog/completed/task-6 - Add-CODE_OF_CONDUCT.md.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ priority: low
1515
## Description
1616

1717
<!-- SECTION:DESCRIPTION:BEGIN -->
18-
Add a CODE_OF_CONDUCT.md to the repository root. The Contributor Covenant (https://www.contributor-covenant.org/) is the standard for OSS projects and is widely recognised. GitHub surfaces this file in the community health checklist.
18+
Add a CODE_OF_CONDUCT.md to the repository root. The [Contributor Covenant](https://www.contributor-covenant.org/) is the standard for OSS projects and is widely recognised. GitHub surfaces this file in the community health checklist.
1919
<!-- SECTION:DESCRIPTION:END -->
2020

2121
## Acceptance Criteria
2222
<!-- AC:BEGIN -->
23-
- [ ] #1 CODE_OF_CONDUCT.md exists at the repository root
24-
- [ ] #2 Based on a recognised standard (e.g. Contributor Covenant v2.1)
25-
- [ ] #3 Contact address for enforcement is set to an appropriate maintainer email
23+
- [x] #1 CODE_OF_CONDUCT.md exists at the repository root
24+
- [x] #2 Based on a recognised standard (Contributor Covenant v2.1)
25+
- [x] #3 Enforcement contact set to maintainer GitHub profile (@piotrzajac) — no email per project policy
2626
<!-- AC:END -->

.backlog/completed/task-7 - Add-CODEOWNERS-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Create a .github/CODEOWNERS file that maps paths to GitHub teams or users who ar
2020

2121
## Acceptance Criteria
2222
<!-- AC:BEGIN -->
23-
- [ ] #1 .github/CODEOWNERS exists and is syntactically valid
24-
- [ ] #2 A default owner (* pattern) is defined
25-
- [ ] #3 Reviewers are automatically requested on PRs touching covered paths
23+
- [x] #1 .github/CODEOWNERS exists and is syntactically valid
24+
- [x] #2 A default owner (* pattern) is defined
25+
- [x] #3 Reviewers are automatically requested on PRs touching covered paths
2626
<!-- AC:END -->

0 commit comments

Comments
 (0)