Skip to content

Commit

Permalink
Merge pull request #943 from fecgov/release/sprint-44
Browse files Browse the repository at this point in the history
Release/sprint 44
  • Loading branch information
sasha-dresden authored Jul 11, 2024
2 parents b7a915a + cd1f976 commit 2e4e22f
Show file tree
Hide file tree
Showing 57 changed files with 2,803 additions and 616 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: 'Potential Bug: [Insert title here]'
labels: bug
assignees: WiseQA

---

**Where was the issue found:**
- Committee ID:
- Environment:
- Browser:

**Please describe the issue clearly and concisely**
A clear and concise description of what the bug is.

Approximate time the issue was found:

**To Reproduce**
How to replicate the issue:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Ticket for feature requirements
title: ''
labels: ''
assignees: ''

---

### Business Reason
As a [role], I will be able to [blank] so that I can [business reason]

### Acceptance Criteria
**Given** [precedent]
**When** [action]
**Then** [result]

### QA Notes

### DEV Notes

### Design
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/issue-template.md

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ django-backend/.local/
*.bower-tmp

# Locust Testing Data
locust-testing/locust-data/*.locust.json
performance-testing/locust-data/*.locust.json


# System Files
Expand Down
Loading

0 comments on commit 2e4e22f

Please sign in to comment.