-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EDSC-4327: Updates node, sass, bootstrap, and improves demo page. (#127)
* EDSC-4327: Updates node, sass, bootstrap, and improves demo page. * EDSC-4327: Adding newlines * EDSC-4327: Removing commented code * EDSC-4327: Fixing issue with importing jsx files in cypress * EDSC-4327: Add pull request template * EDSC-4327: Running npm install * EDSC-4327: Tweaking fallbacks * EDSC-4327: Removing buffer * EDSC-4327: Fixing issue with @use and separating css to its own file * EDSC-4327: Fixing cypress env * EDSC-4327: Update README.md Co-authored-by: Ryan Abbott <[email protected]> --------- Co-authored-by: Ryan Abbott <[email protected]>
- Loading branch information
1 parent
1091550
commit c2e721f
Showing
44 changed files
with
6,879 additions
and
16,482 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 |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
} | ||
], | ||
|
||
// Use AirBnb settings as a base | ||
"extends": [ | ||
"@edsc" | ||
], | ||
|
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,37 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Before contributing to this project, please review [Contribution.md](https://github.com/nasa/edsc-echoforms/blob/master/CONTRIBUTING.md). | ||
|
||
### Description | ||
A clear and concise description of what the bug is. | ||
|
||
**Reproduction Steps** | ||
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. | ||
|
||
**System Information (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
### Additional context | ||
Add any other context about the problem here. | ||
|
||
### Acceptance Criteria | ||
Steps to produce expected behavior. |
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,18 @@ | ||
--- | ||
name: Custom issue template | ||
about: Template for general tasks and improvements | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please review [Contribution.md](https://github.com/nasa/edsc-echoforms/blob/master/CONTRIBUTING.md) before contributing to this project. | ||
|
||
### Description | ||
Describe the purpose of the issue | ||
|
||
### Files | ||
Attach any relevant images or files | ||
|
||
### Acceptance Criteria |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request 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,34 @@ | ||
# Overview | ||
|
||
### What is the feature? | ||
|
||
Please summarize the feature or fix. | ||
|
||
### What is the Solution? | ||
|
||
Summarize what you changed. | ||
|
||
### What areas of the application does this impact? | ||
|
||
List impacted areas. | ||
|
||
# Testing | ||
|
||
### Reproduction steps | ||
|
||
1. Step 1 | ||
2. Step 2... | ||
|
||
### Attachments | ||
|
||
Please include relevant screenshots or files that would be helpful in reviewing and verifying this change. | ||
|
||
# Checklist | ||
|
||
- [ ] I have added automated tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] My changes generate no new warnings | ||
- [ ] I have bumped the version field in package.json and ran npm install |
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,19 +1,23 @@ | ||
.codecov.yml | ||
.eslintignore | ||
.eslintrc | ||
.github | ||
.github/workflows/ci.yml | ||
.nvmrc | ||
.nyc_output | ||
.snyk | ||
.travis | ||
.travis.yml | ||
babel.config.js | ||
bin | ||
coverage | ||
cypress | ||
cypress.config.js | ||
cypress.json | ||
cypress.webpack.config.js | ||
edsc-* | ||
example | ||
source.tgz | ||
src | ||
tmp | ||
webpack.config.js | ||
.codecov.yml | ||
.github/workflows/ci.yml | ||
.snyk |
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 +1 @@ | ||
lts/hydrogen | ||
lts/jod |
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
Oops, something went wrong.