-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No qa needed
- Loading branch information
Showing
24 changed files
with
2,909 additions
and
54 deletions.
There are no files selected for viewing
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,47 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: 'BUG: ' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Environment Happening In** | ||
- [ ] Production | ||
- [ ] QA | ||
- [ ] Dev | ||
|
||
**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. | ||
|
||
**Actual behavior** | ||
A clear and concise description of what actually happened. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Related Tickets** | ||
List out any user story or bug ticket(s) related to this bug. | ||
|
||
**Desktop (please complete the following information):** | ||
- Product: [e.g. selenium] | ||
- Product Version: [e.g. v4.7.4] | ||
- Latest Product Version it is NOT happening in: [e.g. v4.7.2] | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Browser 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,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Epic Link | ||
|
||
## Requirements | ||
|
||
<!-- Requirements consists of large or small, technical or product changes that need to be implemented within a feature in order to enable the fulfillment of a user’s needs. --> | ||
|
||
## User Story | ||
|
||
<!-- A user story is an informal explanation of a feature written from the perspective of the end user to articulate how it will provide value to the customer --> | ||
|
||
## Acceptance Criteria | ||
|
||
<!-- Acceptance criteria define the boundaries of a user story, and are used to confirm when a story is completed and working as intended. --> | ||
|
||
## Technical/Implementation Details | ||
|
||
## QA Notes/Instructions | ||
|
||
<!-- List out any actual steps or information QA needs to have before they begin testing. Make sure to include all scenarios that should be tested as well as their expected outcome (i.e. logged in enterprise user, logged in enterprise admin, logged in individual user, etc) --> | ||
|
||
## Out of Scope | ||
|
||
## Dependencies |
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
.bundle | ||
.config | ||
.yardoc | ||
*.lock | ||
InstalledFiles | ||
_yardoc | ||
coverage | ||
|
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,2 +1 @@ | ||
registry=https://registry.npmjs.org/ | ||
package-lock=false |
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
Oops, something went wrong.