-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Update to the most recent config files
- Loading branch information
Showing
9 changed files
with
539 additions
and
163 deletions.
There are no files selected for viewing
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,71 @@ | ||
--- | ||
name: Bug | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
## Current Behavior | ||
<!--- Tell us what happens instead of the expected behavior --> | ||
|
||
### Steps to Reproduce | ||
|
||
<!--- Example --> | ||
1. Sign in as "marty@hillvalley.net" | ||
2. Click "Current Orders" | ||
3. Try to remove "Flux Capacitor" from the cart | ||
|
||
### Screenshot | ||
<!--- | ||
Screenshots are vital for tracking down bugs. Attach marked-up screenshots, | ||
photos of sketches, etc of what the app is currently doing here. | ||
--> | ||
|
||
## Expected Behavior | ||
<!--- Tell us what the user should see instead of what they're actually seeing. --> | ||
|
||
## Environment | ||
|
||
- Device: <!-- Please specify here (eg iPhone 6s Plus) --> | ||
|
||
- OS: | ||
|
||
- [ ] Windows | ||
- [ ] macOS | ||
- [ ] iOS | ||
- [ ] Android | ||
- [ ] Linux | ||
- [ ] Other | ||
|
||
- OS Version: <!-- Please specify here --> | ||
|
||
- Browser: | ||
|
||
- [ ] Chrome | ||
- [ ] Safari | ||
- [ ] Firefox | ||
- [ ] Internet Explorer | ||
- [ ] Edge | ||
- [ ] Opera | ||
|
||
- Browser Version: <!-- Please specify here --> | ||
|
||
<!--- | ||
NOTES | ||
------------------------------------------------------------------------------- | ||
## Markdown | ||
Well formatted issues help everyone. Take a few minutes to get a primer on | ||
markdown here: http://bit.ly/2lB1raW | ||
## Images | ||
Images can be attached to this issue by dragging and dropping or by copying and | ||
pasting. | ||
* How to Add Images to Issues: http://bit.ly/2mdlWHn | ||
* How to Take Screenshots (Mac): http://apple.co/2kOXyuG | ||
* How to Take Screenshots (Windows): http://cnet.co/2m2yQZL | ||
--> |
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,45 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
## Current Problem | ||
<!--- | ||
If you want to replace existing behavior, describe the existing behavior | ||
here. | ||
Example: I'm always frustrated when... | ||
--> | ||
|
||
## Potential Solution or New Behavior | ||
<!--- Tell us what the user should see --> | ||
|
||
### Mockups | ||
<!--- | ||
Roughly show us what this new feature should look like. Attach marked-up | ||
screenshots, photos of sketches, etc here. | ||
--> | ||
|
||
|
||
|
||
<!--- | ||
NOTES | ||
------------------------------------------------------------------------------- | ||
## Markdown | ||
Well formatted issues help everyone. Take a few minutes to get a primer on | ||
markdown here: http://bit.ly/2lB1raW | ||
## Images | ||
Images can be attached to this issue by dragging and dropping or by copying and | ||
pasting. | ||
* How to Add Images to Issues: http://bit.ly/2mdlWHn | ||
* How to Take Screenshots (Mac): http://apple.co/2kOXyuG | ||
* How to Take Screenshots (Windows): http://cnet.co/2m2yQZL | ||
--> |
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 |
---|---|---|
@@ -1,36 +1,71 @@ | ||
<!--- Well formatted issues help everyone. Take a few minutes to get a --> | ||
<!--- primer on markdown here: http://bit.ly/2lB1raW --> | ||
|
||
## Why This Change Is Necessary | ||
Why This Change Is Necessary | ||
-------------------------------------------------------------------------------- | ||
|
||
<!--- Identify the High Level Type of Change --> | ||
- [ ] Bug Fix | ||
- [ ] New Feature | ||
|
||
<!--- Now describe to reviewers of your pull request what to expect in the --> | ||
<!--- PR, thereby allowing them to more easily identify and point out --> | ||
<!--- unrelated changes. --> | ||
<!--- | ||
Now describe to reviewers of your pull request what to expect in the PR, | ||
thereby allowing them to more easily identify and point out unrelated changes. | ||
--> | ||
|
||
## How These Changes Address the Issue | ||
<!--- Describe, at a high level, what was done to affect change. --> | ||
<!--- If your change is obvious, you may be able to omit addressing this. --> | ||
How These Changes Address the Issue | ||
-------------------------------------------------------------------------------- | ||
<!--- | ||
Describe, at a high level, what was done to affect change. If your change is | ||
obvious, you may be able to omit addressing this. | ||
--> | ||
|
||
## Side Effects Caused By This Change | ||
Side Effects Caused By This Change | ||
-------------------------------------------------------------------------------- | ||
|
||
- [ ] This Causes a Breaking Change | ||
- [ ] This Does Not Cause Any Known Side Effects | ||
|
||
<!--- | ||
This is the most important topic to answer, as it can point out problems where | ||
you are making too many changes in one commit or branch. One or two bullet | ||
points for related changes may be okay, but five or six are likely indicators | ||
of a PR that is doing too many things. | ||
--> | ||
|
||
<!--- This is the most important topic to answer, as it can point out --> | ||
<!--- problems where you are making too many changes in one commit or branch. --> | ||
<!--- One or two bullet points for related changes may be okay, but five or --> | ||
<!--- six are likely indicators of a PR that is doing too many things. --> | ||
Screenshots | ||
-------------------------------------------------------------------------------- | ||
<!--- | ||
Add screenshots of changes to the UI if appropriate, otherwise delete this | ||
section. | ||
--> | ||
|
||
## Screenshots | ||
<!--- Add screenshots of changes to the UI if appropriate, otherwise delete --> | ||
<!--- this section. --> | ||
Checklist: | ||
-------------------------------------------------------------------------------- | ||
<!--- | ||
Go over all the following points, and put an `x` in all the boxes that apply. | ||
--> | ||
|
||
## Checklist: | ||
<!--- Go over all the following points, and put an `x` in all the boxes that --> | ||
<!--- apply. --> | ||
- [ ] I have run `rubocop` against the codebase | ||
- [ ] I have added tests to cover my changes | ||
- [ ] All new and existing tests passed | ||
|
||
<!--- | ||
NOTES | ||
================================================================================ | ||
Markdown | ||
-------------------------------------------------------------------------------- | ||
Well formatted issues help everyone. Take a few minutes to get a primer on | ||
markdown here: http://bit.ly/2lB1raW | ||
Images | ||
-------------------------------------------------------------------------------- | ||
Images can be attached to this issue by dragging and dropping or by copying and | ||
pasting. | ||
* How to Add Images to Issues: http://bit.ly/2mdlWHn | ||
* How to Take Screenshots (Mac): http://apple.co/2kOXyuG | ||
* How to Take Screenshots (Windows): http://cnet.co/2m2yQZL | ||
--> |
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
Oops, something went wrong.