Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,24 @@ body:
validations:
required: true

- type: input
- type: dropdown
id: version
attributes:
label: AI-DLC Version
description: Which version of AI-DLC are you using? Or the git commit hash if running from source.
placeholder: e.g., 0.1.5 or abc1234
description: Which version of AI-DLC are you using?
options:
- v1 (current)
- v2 (alpha)
validations:
required: true

- type: input
id: version-detail
attributes:
label: Release / Commit
description: The release number or git commit hash if running from source.
placeholder: e.g., 0.1.5 or abc1234

- type: dropdown
id: phase
attributes:
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ body:
value: |
Help us improve the documentation. Please describe the problem you found or what is missing.
- type: dropdown
id: version
attributes:
label: Version
description: Which version of AI-DLC does this relate to?
options:
- v1 (current)
- v2 (alpha)
validations:
required: true

- type: dropdown
id: type
attributes:
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ body:
validations:
required: true

- type: dropdown
id: version
attributes:
label: Version
description: Which version of AI-DLC does this relate to?
options:
- v1 (current)
- v2 (alpha)
validations:
required: true

- type: dropdown
id: area
attributes:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# AI-DLC (AI-Driven Development Life Cycle)

> [!NOTE]
> **AIDLC Workflows v2 (alpha) is now available.** v2 is a full rewrite based on a skills-based architecture. Check out the [`v2` branch](https://github.com/awslabs/aidlc-workflows/tree/v2) to try it out and [provide feedback](https://github.com/awslabs/aidlc-workflows/issues/new/choose).

Check failure on line 5 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Blank line inside blockquote

README.md:5 MD028/no-blanks-blockquote Blank line inside blockquote https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md028.md
> [!IMPORTANT]
> Generative AI can make mistakes. You should consider reviewing all output and costs generated by your chosen AI model and agentic coding assistant. See [AWS Responsible AI Policy](https://aws.amazon.com/ai/responsible-ai/policy/).

Expand Down
Loading