File tree 3 files changed +32
-48
lines changed
3 files changed +32
-48
lines changed Original file line number Diff line number Diff line change
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]
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments