Skip to content

Commit 1c8c05b

Browse files
Update issue templates
1 parent 2363c2a commit 1c8c05b

File tree

3 files changed

+32
-48
lines changed

3 files changed

+32
-48
lines changed

Diff for: .github/ISSUE_TEMPLATE/agile-template-.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: 'Agile template '
3+
about: 'This Template is for creating a new stories '
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: Gherkin Feature Request
12+
about: Template for submitting Gherkin-style feature requests or behavior-driven development (BDD) scenarios
13+
title: ''
14+
labels: 'feature, bdd'
15+
assignees: ''
16+
17+
---
18+
19+
## Feature: [Title of the feature]
20+
<!-- Describe the feature you want to add or the behavior you want to implement -->
21+
22+
## Scenario: [Title of the scenario]
23+
<!-- Provide a short description of the scenario to be tested -->
24+
25+
### Gherkin Format:
26+
```gherkin
27+
Feature: [Title of your feature]
28+
29+
Scenario: [Title of the scenario]
30+
Given [Initial condition or state of the system]
31+
When [Action or event that triggers the behavior]
32+
Then [Expected outcome or result]

Diff for: .github/ISSUE_TEMPLATE/software-development-.md

-25
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/user-story-.md

-23
This file was deleted.

0 commit comments

Comments
 (0)