Skip to content

Commit 055fbef

Browse files
Copilotbartaz
andcommitted
Update QA steps template based on review feedback
Co-authored-by: bartaz <83575+bartaz@users.noreply.github.com>
1 parent e8d177e commit 055fbef

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/copilot-instructions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,11 @@ When creating or updating pull requests, follow these requirements:
121121
**QA Steps Format**:
122122
```markdown
123123
## How to QA
124-
1. Build the project: `yarn install && yarn build`
125-
2. Start the app: `dotrun` or `SECRET_KEY=test_key yarn run serve`
126-
3. Navigate to: [specific URL or path]
127-
4. [Specific action to take]
128-
5. Verify: [Expected outcome]
129-
6. [Additional steps as needed]
124+
1. Start the app: `dotrun`
125+
2. Navigate to: [specific URL or path]
126+
3. [Specific action to take]
127+
4. Verify: [Expected outcome]
128+
5. [Additional steps as needed]
130129
```
131130

132131
**Required Context**:
@@ -135,6 +134,7 @@ When creating or updating pull requests, follow these requirements:
135134
- Any prerequisites or dependencies
136135
- Screenshots for visual changes
137136
- Warnings about breaking changes or migrations
137+
- If testing requires specific app state or data shape, include instructions to achieve this (e.g., config changes, code modifications, database setup). Note that temporary changes should be removed after testing.
138138

139139
## Code Review Guidelines
140140

0 commit comments

Comments
 (0)