Skip to content

Commit

Permalink
Chore: Update to the most recent config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed Jul 12, 2018
1 parent 136fdb5 commit 7793a3c
Show file tree
Hide file tree
Showing 9 changed files with 539 additions and 163 deletions.
71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
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
-->
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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
-->
34 changes: 0 additions & 34 deletions .github/issue_template.md

This file was deleted.

77 changes: 56 additions & 21 deletions .github/pull_request_template.md
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
-->
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ build
coverage
coverage.data
dist
docs
docs/**/*.*
files/scripts/**/*.js
files/scripts/**/*.py
files/scripts/**/*.zip
Expand All @@ -88,6 +88,10 @@ profile
rdoc
target

# Documentation Code Is Used to Generate Static Files
!docs/**/*.rb
!docs/**/header.md

# Local Configuration Files
!.env.example
!default.mode1v3
Expand Down Expand Up @@ -131,6 +135,7 @@ target
.secrets
.shellwreck.sh
.terraform
.tern-port
Gemfile.local
Procfile.local
atlassian-ide-plugin.xml
Expand Down
17 changes: 7 additions & 10 deletions .overcommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ plugin_directory: '.git-hooks'

# Whether to hide hook output by default. This results in completely silent hook
# runs except in the case of warning or failure.
quiet: true
quiet: false

# Number of hooks that can be run concurrently. Typically this won't need to be
# adjusted, but if you know that some of your hooks themselves use multiple
Expand All @@ -59,7 +59,6 @@ PreCommit:
problem_on_unmodified_line: 'report'
requires_files: true
required: false
quiet: false
exclude:
- 'bower_components/**/*'
- 'node_modules/**/*'
Expand Down Expand Up @@ -286,7 +285,11 @@ PreCommit:
enabled: true
flags:
- '--format=gcc'
- '-e SC1090'
- '-e SC1117'
- '-e SC2148'
- '-e SC2155'
- '-e SC2181'
include:
- '**/*.sh'
- '**/*.bash'
Expand Down Expand Up @@ -344,7 +347,6 @@ PrePush:
ALL:
requires_files: false
required: false
quiet: true

Minitest:
enabled: false
Expand All @@ -359,15 +361,13 @@ PreRebase:
ALL:
requires_files: false
required: false
quiet: true

MergedCommits:
enabled: false

CommitMsg:
ALL:
requires_files: false
quiet: true

CapitalizedSubject:
enabled: true
Expand Down Expand Up @@ -404,7 +404,6 @@ CommitMsg:
PostCheckout:
ALL:
required: false
quiet: true
skip_file_checkout: true

BowerInstall:
Expand All @@ -426,7 +425,6 @@ PostCommit:
ALL:
requires_files: false
required: false
quiet: true

BowerInstall:
enabled: false
Expand All @@ -448,8 +446,8 @@ PostCommit:

PostMerge:
ALL:
enabled: false
requires_files: false
quiet: true

BowerInstall:
enabled: false
Expand All @@ -464,12 +462,11 @@ PostMerge:
enabled: false

SubmoduleStatus:
enabled: true
enabled: false

PostRewrite:
ALL:
requires_files: false
quiet: true

BowerInstall:
enabled: false
Expand Down
Loading

0 comments on commit 7793a3c

Please sign in to comment.