Skip to content
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

Verify/markdown #871

Merged
merged 52 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
dcc5b3a
new GHA workflow
hilmarf Aug 12, 2024
5b7272f
config files
hilmarf Aug 12, 2024
0749084
fix one first finding
hilmarf Aug 12, 2024
dd972db
Spellcheck
hilmarf Aug 13, 2024
ed2d1b0
md lint
hilmarf Aug 13, 2024
162d082
fix some lint issues
hilmarf Aug 14, 2024
02547f7
more expressive GHA job names
hilmarf Aug 14, 2024
cb10408
fix links
hilmarf Aug 14, 2024
d6fc3fc
fix lint and link issues
hilmarf Aug 14, 2024
336ee82
fix more links
hilmarf Aug 14, 2024
558fd51
podinfo
hilmarf Aug 14, 2024
a4d37bc
fix links
hilmarf Aug 14, 2024
ae28f0c
trying to fix some linter issues
hilmarf Aug 14, 2024
985cd6f
generate lib/tour
hilmarf Aug 14, 2024
f9caf2d
generate docs
hilmarf Aug 14, 2024
6792979
markdown code block supported languages:
hilmarf Aug 15, 2024
660a950
lint + links
hilmarf Aug 15, 2024
6417948
ignore sigstore.dev
hilmarf Aug 15, 2024
5f2d34f
fix more links
hilmarf Aug 15, 2024
74f60d8
ignore-case: true
hilmarf Aug 15, 2024
caaadb4
fix typos
hilmarf Aug 15, 2024
3fcb97e
fix typos and lint something
hilmarf Aug 15, 2024
d8738cc
Spelling check passed :)
hilmarf Aug 15, 2024
956cc93
Lint Markdown - succeeded
hilmarf Aug 15, 2024
b8d0832
toolset
hilmarf Aug 15, 2024
9153155
reuse convert-dep5
hilmarf Aug 15, 2024
7511f13
generated
hilmarf Aug 15, 2024
dd4c0c1
I would like to have those changes popping up on Monday morning
hilmarf Aug 16, 2024
316a37d
move config files
hilmarf Aug 16, 2024
7aaaa2d
skip additional run
hilmarf Aug 16, 2024
2742af2
Merge branch 'main' into verify/markdown
hilmarf Aug 16, 2024
0c84c4d
Merge main into verify/markdown
hilmarf Aug 16, 2024
cba7d8d
-upoader
hilmarf Aug 16, 2024
813f465
uses
hilmarf Aug 16, 2024
c5817f9
ExampleCodeStyle
hilmarf Aug 16, 2024
b4c9bfe
generate once more
hilmarf Aug 16, 2024
f66ac91
Merge branch 'main' into verify/markdown
hilmarf Aug 16, 2024
cc9cf88
text
hilmarf Aug 16, 2024
95d72c1
Merge branch 'main' into verify/markdown
hilmarf Aug 16, 2024
579370b
more path mappings
mandelsoft Aug 16, 2024
7f9f419
fix links
hilmarf Aug 16, 2024
59b7a71
typo
hilmarf Aug 16, 2024
c3d0963
it's only: <CMD>ocm bootstrap package</CMD>
hilmarf Aug 16, 2024
85bfe40
minus missing
hilmarf Aug 16, 2024
5b78a78
generate
hilmarf Aug 16, 2024
d5b0fc8
Merge branch 'doc' into verify/markdown
hilmarf Aug 16, 2024
8223a4a
wrong place?
hilmarf Aug 16, 2024
6b48c86
Merge branch 'main' into verify/markdown
hilmarf Aug 16, 2024
34112d3
removed, because we're using github issues instead
hilmarf Aug 19, 2024
675a283
Merge branch 'main' into verify/markdown
hilmarf Aug 19, 2024
6791571
case insensitive
hilmarf Aug 19, 2024
8b9a62e
clarified with Gerald
hilmarf Aug 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Bug Report
about: Report a bug
labels: kind/bug

---

<!-- markdownlint-disable MD041 -->
**What happened**:

**What you expected to happen**:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Enhancement Request
about: Suggest an enhancement
labels: kind/enhancement

---

<!-- markdownlint-disable MD041 -->
**What would you like to be added**:

**Why is this needed**:
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Epic
about: Create a new Epic
labels: kind/epic

---

<!-- markdownlint-disable MD041 -->
**Description**
This is a short text that just acts as an example for your epic. Please be as precise and verbose as required, so that people understand what larger picture the epic should frame.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/user_story.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
name: User Story
about: User Story
labels:
labels:
title: <User Story> - Title


---

**User Story**: The expressive title of your user story goes here
Expand All @@ -15,13 +13,15 @@ As a [type of user], I want to [perform some task] so that I can [achieve some g
This is a short text that just acts as an example for your user story. Please be as precise and verbose as required, so that people picking up the user story are clear about the intention and their tasks.

**Epic link**:
- #410 (just mention the number of the related epic here, it will appear as clickable link later)

- #410 (just mention the number of the related epic here, it will appear as clickable link later)

**Acceptance criteria**:

- [ ] abc should have a red button in the center of the screen
- [ ] abc should have a red button in the center of the screen
- [ ] on clicking the red button it should start to blink

**Related issues**:
- #413 (just mention the number of the related issue here, it will appear as clickable link later)
- #414 (just mention the number of the related issue here, it will appear as clickable link later)

- #413 (just mention the number of the related issue here, it will appear as clickable link later)
- #414 (just mention the number of the related issue here, it will appear as clickable link later)
9 changes: 9 additions & 0 deletions .github/config/markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ "replacementPatterns": [
{ "pattern": "^/", "replacement": "{{BASEURL}}/" }
],
"ignorePatterns": [
{ "pattern": "^http[s]*://localhost.*" }
,{ "pattern": "^https://.*\\.sigstore\\.dev.*" }
,{ "pattern": "^{{.*}}$" }
]
}
3 changes: 3 additions & 0 deletions .github/config/markdownignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
examples/lib/tour/0*
docs/reference
docs/pluginreference
6 changes: 6 additions & 0 deletions .github/config/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
default: true

MD013: false #Line length - https://github.com/DavidAnson/markdownlint/blob/HEAD/doc/Rules.md#md013
MD033: false #Inline HTML - https://github.com/DavidAnson/markdownlint/blob/HEAD/doc/Rules.md#md033
MD024:
siblings_only: true #Multiple headers with the same content
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resolveAllDependencies=false
#For any other dependency manager, this value is set to true.

go.resolveDependencies=true
#defaut value for ignoreSourceFiles is set to false
#default value for ignoreSourceFiles is set to false
# ignoreSourceFiles parameter is important and need to be true
# To scan source files, we need to disable it.
go.ignoreSourceFiles=false
Expand Down
22 changes: 22 additions & 0 deletions .github/config/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
matrix:
- name: Markdown
aspell:
lang: en
ignore-case: true
mode: markdown
dictionary:
wordlists:
- .github/config/wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.md'
default_encoding: utf-8
Loading
Loading