-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
187 changed files
with
6,884 additions
and
2,419 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[run] | ||
omit = benefits/core/migrations/* |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
#!/usr/bin/env bash | ||
set -eu | ||
|
||
# initialize hook environments | ||
pre-commit install --install-hooks --overwrite | ||
|
||
# manage commit-msg hooks | ||
pre-commit install --hook-type commit-msg | ||
|
||
# install cypress | ||
cd tests/cypress && npm install && npx cypress install | ||
# initialize pre-commit | ||
pre-commit install --overwrite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.aws/ | ||
.devcontainer/ | ||
.git/ | ||
.github/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# force LF for everyone | ||
text eol=lf |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# default to benefits-admin team | ||
* @cal-itp/benefits-admin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug | ||
labels: bug | ||
--- | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
## To Reproduce | ||
|
||
Steps to reproduce the behavior: | ||
|
||
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. | ||
|
||
## Desktop (please complete the following information) | ||
|
||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
## Smartphone (please complete the following information) | ||
|
||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
## Additional context | ||
|
||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Deliverable | ||
about: Create a task for a non-code deliverable (e.g. Google doc) | ||
labels: deliverable | ||
--- | ||
|
||
## Acceptance Criteria | ||
|
||
- [ ] | ||
|
||
## Additional context | ||
|
||
<!-- Include information about scope, time frame, person who requested the task, links to resources --> | ||
|
||
## What is the definition of done? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
name: Design issue | ||
about: Create a task for the UI/UX team | ||
labels: design | ||
assignees: srhhnry, Indiajar | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
name: Epic / Decision Record | ||
about: A basic structure for epics | ||
labels: epic | ||
--- | ||
|
||
<!-- An epic represents a group of user stories/tasks on the roadmap, to be deployed together, as a part of a new feature set. --> | ||
|
||
**Date**: | ||
**Writers**: | ||
**Status**: | ||
|
||
## Background | ||
|
||
<!-- [Describe the context and problem statement, e.g., in free form using two to three sentences. You may want to articulate the problem in form of a question.] --> | ||
|
||
## Decision drivers <!-- optional --> | ||
|
||
<!-- - [driver 1, e.g., a force, facing concern, …] | ||
- [driver 2, e.g., a force, facing concern, …] --> | ||
|
||
## Considered options | ||
|
||
<!-- - [option 1] | ||
- [option 2] --> | ||
|
||
## Decision outcome | ||
|
||
<!-- Chosen option: "[option 1]", because [justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force force | … | comes out best (see below)]. You may discuss positive and negative consequences of each option considered. --> | ||
|
||
## Acceptance criteria | ||
|
||
- [ ] Acceptance criteria | ||
|
||
## Definition of Done | ||
|
||
A clear and concise description of what "Done" means for this Epic. | ||
|
||
## User Stories | ||
|
||
- [ ] As a User Story, I want to be verifiable, so that this epic can be satisfied | ||
|
||
## Tasks | ||
|
||
- [ ] Code and non-code tasks that work towards a solution to to this epic | ||
|
||
## Implementation Ready Checklist | ||
|
||
- [ ] Acceptance criteria defined | ||
- [ ] Team understands acceptance criteria | ||
- [ ] Acceptance criteria is verifiable | ||
- [ ] User workflows defined / designed | ||
- [ ] External / 3rd Party dependencies identified | ||
|
||
## Links, resources | ||
|
||
- Other links here |
Oops, something went wrong.