Skip to content

Commit 1fe2d7b

Browse files
feat: adding support for AIDLC v2 alpha (#284)
* feat: adding support for AIDLC v2 * feat: adding support for AIDLC v2
1 parent 8b8c206 commit 1fe2d7b

4 files changed

Lines changed: 37 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,24 @@ body:
4545
validations:
4646
required: true
4747

48-
- type: input
48+
- type: dropdown
4949
id: version
5050
attributes:
5151
label: AI-DLC Version
52-
description: Which version of AI-DLC are you using? Or the git commit hash if running from source.
53-
placeholder: e.g., 0.1.5 or abc1234
52+
description: Which version of AI-DLC are you using?
53+
options:
54+
- v1 (current)
55+
- v2 (alpha)
5456
validations:
5557
required: true
5658

59+
- type: input
60+
id: version-detail
61+
attributes:
62+
label: Release / Commit
63+
description: The release number or git commit hash if running from source.
64+
placeholder: e.g., 0.1.5 or abc1234
65+
5766
- type: dropdown
5867
id: phase
5968
attributes:

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ body:
88
value: |
99
Help us improve the documentation. Please describe the problem you found or what is missing.
1010
11+
- type: dropdown
12+
id: version
13+
attributes:
14+
label: Version
15+
description: Which version of AI-DLC does this relate to?
16+
options:
17+
- v1 (current)
18+
- v2 (alpha)
19+
validations:
20+
required: true
21+
1122
- type: dropdown
1223
id: type
1324
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ body:
2424
validations:
2525
required: true
2626

27+
- type: dropdown
28+
id: version
29+
attributes:
30+
label: Version
31+
description: Which version of AI-DLC does this relate to?
32+
options:
33+
- v1 (current)
34+
- v2 (alpha)
35+
validations:
36+
required: true
37+
2738
- type: dropdown
2839
id: area
2940
attributes:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# AI-DLC (AI-Driven Development Life Cycle)
22

3+
> [!NOTE]
4+
> **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).
5+
36
> [!IMPORTANT]
47
> 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/).
58

0 commit comments

Comments
 (0)