-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from isaqb-org/apply-template-updates
Apply Template Updates
- Loading branch information
Showing
19 changed files
with
278 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Comment on Pull Request | ||
|
||
on: | ||
workflow_run: | ||
types: [completed] | ||
workflows: [CI – Pull Requests] | ||
|
||
jobs: | ||
call_workflow_build: | ||
uses: isaqb-org/github-workflows/.github/workflows/update_pr_with_comment.yml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
= image:./docs/isaqb-logo.jpg[iSAQB,150] Curriculum for the CPSA-advanced module IMPROVE | ||
= https://isaqb.org[iSAQB] Curriculum for the CPSA-advanced Module IMPROVE | ||
|
||
:toc: | ||
:toc-placement!: | ||
|
||
|
||
## Update 2024 | ||
== Update 2024 | ||
|
||
For open, closed and in-progress-issues: see our https://github.com/orgs/isaqb-org/projects/4[Kanban-Board] | ||
|
||
|
||
ifdef::env-github[] | ||
:tip-caption: :bulb: | ||
:note-caption: :information_source: | ||
:important-caption: :heavy_exclamation_mark: | ||
:caution-caption: :fire: | ||
:warning-caption: :warning: | ||
endif::[] | ||
|
||
== Status | ||
== Status | ||
image:https://github.com/isaqb-org/curriculum-improve/workflows/CI%20-%20Releases%20and%20Main/badge.svg?branch=main["CI"] | ||
image:https://img.shields.io/github/last-commit/isaqb-org/curriculum-improve/main.svg["Last commit"] | ||
image:https://img.shields.io/github/contributors/isaqb-org/curriculum-improve.svg["Contributors",link="https://github.com/isaqb-org/curriculum-improve/graphs/contributors"] | ||
|
@@ -26,26 +17,31 @@ image:https://img.shields.io/github/issues-closed/isaqb-org/curriculum-improve.s | |
|
||
This is <<copyrighted,copyrighted work>>. | ||
|
||
This repository contains the AsciiDoc sourcees of the curriculum for the iSAQB Advanced Level "IMPROVE". | ||
== Content | ||
This repository contains the AsciiDoc sources of the curriculum for the iSAQB Advanced Level "IMPROVE". | ||
|
||
== Content of this "readme" | ||
toc::[] | ||
|
||
== How to contribute or participate | ||
Create an issue, a merge- or pull-request | ||
|
||
== How to use this template | ||
|
||
. Either click on "Use this template" in the Github UI or Clone the repository - including the submodule: | ||
. Clone the repository - including the submodule: | ||
+ | ||
-- | ||
[source,shell] | ||
---- | ||
git clone [email protected]/isaqb-org/curriculum-improve.git --recursive | ||
Via SSH: | ||
git clone [email protected]:isaqb-org/curriculum-improve.git --recursive | ||
Via HTTPS: | ||
git clone https://github.com/isaqb-org/curriculum-improve.git --recursive | ||
---- | ||
-- | ||
2. Build it with gradle via `./gradle`. | ||
3. Look into the file `build.gradle` to see what attributes you may configure. Watch for: | ||
|
||
. Build it with gradle via `./gradle`. | ||
. Look into the file `build.gradle` to see what attributes you may configure. Watch for: | ||
** the `language` attribute, either `DE` (German) or `EN` (English); | ||
** the output formats called `backends` (pdf and/or html5); | ||
** the document version. | ||
|
@@ -63,24 +59,11 @@ This repository is currently maintained by Gernot Starke, Markus Harrer, and Ben | |
It was forked from https://github.com/isaqb-org/advanced-template, so the contributors of that project basically contributed to this one, too. | ||
|
||
|
||
== Contributors | ||
== More Contributors | ||
|
||
Parts of the content origined from the https://aim42.org[aim42 open source method] for architecture improvement. Thanx to all https://github.com/aim42/aim42/graphs/contributors[contributors] of aim42! | ||
|
||
|
||
== Releases and Versions | ||
|
||
* The iSAQB Advanced working group is responsible for official releases. | ||
* Gernot Starke is currently leading maintainer of IMPROVE. | ||
|
||
=== Current release | ||
* The latest official version is v 1.6. | ||
* Release 2021.1 is under way (with only minor content changes, but generated from Asciidoc) | ||
|
||
== iSAQB Contact Information | ||
|
||
* iSAQB office: -> https://isaqb.org[iSAQB website] | ||
* iSAQB working group, responsible for curriculum content: advanced - at - isaqb - dot - org | ||
|
||
[[copyrighted]] | ||
== Licensing and Copyright | ||
|
Oops, something went wrong.