Skip to content

Feat/contribution meta#6

Merged
lewandos merged 7 commits intomainfrom
feat/contribution_meta
Feb 8, 2026
Merged

Feat/contribution meta#6
lewandos merged 7 commits intomainfrom
feat/contribution_meta

Conversation

@lewandos
Copy link
Contributor

@lewandos lewandos commented Feb 8, 2026

add new contribution meta and templates

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Added a code of conduct to promote respectful collaboration.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Added a security policy document outlining reporting procedures for vulnerabilities.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Added a bug report template for issue tracking.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Add a feature request template for GitHub issues.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Add a pull request template for better contributions.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
@lewandos lewandos self-assigned this Feb 8, 2026
@lewandos lewandos added the documentation Improvements or additions to documentation label Feb 8, 2026
@lewandos lewandos merged commit e406a5c into main Feb 8, 2026
@lewandos lewandos deleted the feat/contribution_meta branch February 8, 2026 09:47
lewandos added a commit that referenced this pull request Mar 4, 2026
* Add CONTRIBUTING.md with contribution guidelines

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create CODE_OF_CONDUCT.md

Added a code of conduct to promote respectful collaboration.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create SECURITY.md for security policy and reporting

Added a security policy document outlining reporting procedures for vulnerabilities.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Add MAINTAINERS.md for project governance details

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create bug report template in ISSUE_TEMPLATE

Added a bug report template for issue tracking.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create feature_request.md issue template

Add a feature request template for GitHub issues.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create pull request template

Add a pull request template for better contributions.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

---------

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
lewandos added a commit that referenced this pull request Mar 4, 2026
…& Navigation Update (#10)

* docs: add AGENTS.md with repository guidelines for AI agents

- Add build/test commands for local development
- Document content style guidelines in German
- Define pillar structure template (Säule)
- Specify git workflow and commit conventions
- Include quality checklist for contributions

* feat: add Antora component descriptor

- Add antora.yml defining WAF++ component structure
- Configure component name as 'wafpp' version 1.0
- Set component title and start page
- Prepare for Antora-based documentation generation

* feat: add Antora navigation structure

- Create modules/ROOT/nav.adoc with complete site navigation
- Include all 7 pillars: Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance
- Add navigation for Architecture, Best Practices, Governance & Community, Roadmap, and Resources sections
- Enable hierarchical documentation browsing in Antora UI

* docs: migrate documentation from Markdown to AsciiDoc

- Convert 16 documentation pages from .md to .adoc format
- Migrate all content including:
  - Framework overview and index pages
  - Architecture documentation
  - Best practices guides
  - All 7 pillar sections (Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance)
  - Governance & Community guidelines
  - 2026 Roadmap
  - Resources and wording definitions
- Preserve German language content
- Update cross-references to use Antora xref syntax
- Maintain document structure and formatting
- Add images directory for future assets

This migration enables Antora-based documentation generation while
maintaining all existing content and improving cross-referencing.

* docs: update AGENTS.md for Antora structure

- Update documentation to reflect Antora-based architecture
- Replace Markdown references with AsciiDoc format guidelines
- Add Antora-specific build instructions and cross-reference syntax
- Document component descriptor (antora.yml) usage
- Clarify that repository is consumed as Antora component
- Add guidance on navigation structure (nav.adoc)
- Update validation and testing commands for AsciiDoc
- Remove outdated HTML/standalone build references

This brings agent guidelines in sync with the migration from
Jekyll/Markdown to Antora/AsciiDoc documentation system.

* docs: add README with contributor and developer guidelines

* add an example structure - to be discussed

* add example for pillar 7

* Add new structure for Sovereign pillar

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Feat/contribution meta (#6)

* Add CONTRIBUTING.md with contribution guidelines

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create CODE_OF_CONDUCT.md

Added a code of conduct to promote respectful collaboration.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create SECURITY.md for security policy and reporting

Added a security policy document outlining reporting procedures for vulnerabilities.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Add MAINTAINERS.md for project governance details

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create bug report template in ISSUE_TEMPLATE

Added a bug report template for issue tracking.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create feature_request.md issue template

Add a feature request template for GitHub issues.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create pull request template

Add a pull request template for better contributions.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

---------

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Fix/email typo (#7)

* Change contact email in CODE_OF_CONDUCT.md

Updated contact email for reporting violations.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Update security contact email in SECURITY.md

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove title from CODE_OF_CONDUCT.md

Removed the title from the CODE_OF_CONDUCT.md file.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove header from CONTRIBUTING.md

Removed the header from the CONTRIBUTING.md file.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove header from MAINTAINERS.md

Removed the header from the MAINTAINERS.md file.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove header from SECURITY.md

Removed header from SECURITY.md file.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove header from pull request template

Removed header comment from pull request template.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Clean up bug report template

Removed header comments from the bug report template.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Clean up feature request issue template

Removed unnecessary header lines from feature request template.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

---------

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* refactor: asciidoc setup (#4)

* docs: add AGENTS.md with repository guidelines for AI agents

- Add build/test commands for local development
- Document content style guidelines in German
- Define pillar structure template (Säule)
- Specify git workflow and commit conventions
- Include quality checklist for contributions

* feat: add Antora component descriptor

- Add antora.yml defining WAF++ component structure
- Configure component name as 'wafpp' version 1.0
- Set component title and start page
- Prepare for Antora-based documentation generation

* feat: add Antora navigation structure

- Create modules/ROOT/nav.adoc with complete site navigation
- Include all 7 pillars: Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance
- Add navigation for Architecture, Best Practices, Governance & Community, Roadmap, and Resources sections
- Enable hierarchical documentation browsing in Antora UI

* docs: migrate documentation from Markdown to AsciiDoc

- Convert 16 documentation pages from .md to .adoc format
- Migrate all content including:
  - Framework overview and index pages
  - Architecture documentation
  - Best practices guides
  - All 7 pillar sections (Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance)
  - Governance & Community guidelines
  - 2026 Roadmap
  - Resources and wording definitions
- Preserve German language content
- Update cross-references to use Antora xref syntax
- Maintain document structure and formatting
- Add images directory for future assets

This migration enables Antora-based documentation generation while
maintaining all existing content and improving cross-referencing.

* docs: update AGENTS.md for Antora structure

- Update documentation to reflect Antora-based architecture
- Replace Markdown references with AsciiDoc format guidelines
- Add Antora-specific build instructions and cross-reference syntax
- Document component descriptor (antora.yml) usage
- Clarify that repository is consumed as Antora component
- Add guidance on navigation structure (nav.adoc)
- Update validation and testing commands for AsciiDoc
- Remove outdated HTML/standalone build references

This brings agent guidelines in sync with the migration from
Jekyll/Markdown to Antora/AsciiDoc documentation system.

* docs: add README with contributor and developer guidelines

* add new index to antora - some design changes (#11)

---------

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Co-authored-by: Tim Urlaub <45336641+t1murl@users.noreply.github.com>
lewandos added a commit that referenced this pull request Mar 14, 2026
* docs: add AGENTS.md with repository guidelines for AI agents

- Add build/test commands for local development
- Document content style guidelines in German
- Define pillar structure template (Säule)
- Specify git workflow and commit conventions
- Include quality checklist for contributions

* feat: add Antora component descriptor

- Add antora.yml defining WAF++ component structure
- Configure component name as 'wafpp' version 1.0
- Set component title and start page
- Prepare for Antora-based documentation generation

* feat: add Antora navigation structure

- Create modules/ROOT/nav.adoc with complete site navigation
- Include all 7 pillars: Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance
- Add navigation for Architecture, Best Practices, Governance & Community, Roadmap, and Resources sections
- Enable hierarchical documentation browsing in Antora UI

* docs: migrate documentation from Markdown to AsciiDoc

- Convert 16 documentation pages from .md to .adoc format
- Migrate all content including:
  - Framework overview and index pages
  - Architecture documentation
  - Best practices guides
  - All 7 pillar sections (Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance)
  - Governance & Community guidelines
  - 2026 Roadmap
  - Resources and wording definitions
- Preserve German language content
- Update cross-references to use Antora xref syntax
- Maintain document structure and formatting
- Add images directory for future assets

This migration enables Antora-based documentation generation while
maintaining all existing content and improving cross-referencing.

* docs: update AGENTS.md for Antora structure

- Update documentation to reflect Antora-based architecture
- Replace Markdown references with AsciiDoc format guidelines
- Add Antora-specific build instructions and cross-reference syntax
- Document component descriptor (antora.yml) usage
- Clarify that repository is consumed as Antora component
- Add guidance on navigation structure (nav.adoc)
- Update validation and testing commands for AsciiDoc
- Remove outdated HTML/standalone build references

This brings agent guidelines in sync with the migration from
Jekyll/Markdown to Antora/AsciiDoc documentation system.

* docs: add README with contributor and developer guidelines

* add an example structure - to be discussed

* add example for pillar 7

* Add new structure for Sovereign pillar

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Feat/contribution meta (#6)

* Add CONTRIBUTING.md with contribution guidelines

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create CODE_OF_CONDUCT.md

Added a code of conduct to promote respectful collaboration.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create SECURITY.md for security policy and reporting

Added a security policy document outlining reporting procedures for vulnerabilities.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Add MAINTAINERS.md for project governance details

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create bug report template in ISSUE_TEMPLATE

Added a bug report template for issue tracking.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create feature_request.md issue template

Add a feature request template for GitHub issues.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Create pull request template

Add a pull request template for better contributions.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

---------

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Fix/email typo (#7)

* Change contact email in CODE_OF_CONDUCT.md

Updated contact email for reporting violations.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Update security contact email in SECURITY.md

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove title from CODE_OF_CONDUCT.md

Removed the title from the CODE_OF_CONDUCT.md file.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove header from CONTRIBUTING.md

Removed the header from the CONTRIBUTING.md file.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove header from MAINTAINERS.md

Removed the header from the MAINTAINERS.md file.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove header from SECURITY.md

Removed header from SECURITY.md file.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Remove header from pull request template

Removed header comment from pull request template.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Clean up bug report template

Removed header comments from the bug report template.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* Clean up feature request issue template

Removed unnecessary header lines from feature request template.

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

---------

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* refactor: asciidoc setup (#4)

* docs: add AGENTS.md with repository guidelines for AI agents

- Add build/test commands for local development
- Document content style guidelines in German
- Define pillar structure template (Säule)
- Specify git workflow and commit conventions
- Include quality checklist for contributions

* feat: add Antora component descriptor

- Add antora.yml defining WAF++ component structure
- Configure component name as 'wafpp' version 1.0
- Set component title and start page
- Prepare for Antora-based documentation generation

* feat: add Antora navigation structure

- Create modules/ROOT/nav.adoc with complete site navigation
- Include all 7 pillars: Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance
- Add navigation for Architecture, Best Practices, Governance & Community, Roadmap, and Resources sections
- Enable hierarchical documentation browsing in Antora UI

* docs: migrate documentation from Markdown to AsciiDoc

- Convert 16 documentation pages from .md to .adoc format
- Migrate all content including:
  - Framework overview and index pages
  - Architecture documentation
  - Best practices guides
  - All 7 pillar sections (Security, Costs, Efficiency, Reliability, Excellence, Sustainability, Governance)
  - Governance & Community guidelines
  - 2026 Roadmap
  - Resources and wording definitions
- Preserve German language content
- Update cross-references to use Antora xref syntax
- Maintain document structure and formatting
- Add images directory for future assets

This migration enables Antora-based documentation generation while
maintaining all existing content and improving cross-referencing.

* docs: update AGENTS.md for Antora structure

- Update documentation to reflect Antora-based architecture
- Replace Markdown references with AsciiDoc format guidelines
- Add Antora-specific build instructions and cross-reference syntax
- Document component descriptor (antora.yml) usage
- Clarify that repository is consumed as Antora component
- Add guidance on navigation structure (nav.adoc)
- Update validation and testing commands for AsciiDoc
- Remove outdated HTML/standalone build references

This brings agent guidelines in sync with the migration from
Jekyll/Markdown to Antora/AsciiDoc documentation system.

* docs: add README with contributor and developer guidelines

* add new index to antora - some design changes (#11)

* adding the CODEOWNERS

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>

* update theme structure and dashboard pages

---------

Signed-off-by: Sascha Lewandowski <s.lewandowski@it-lew.de>
Co-authored-by: Tim Urlaub <45336641+t1murl@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant