Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Initial Mono-repo setup. (#1)
Browse files Browse the repository at this point in the history
* Set up mono repo

* adding in terra again

* add empty packages folder

* Update .gitignore

Co-authored-by: Emily Rohrbough  <[email protected]>

* Update jestconfig.js

Co-authored-by: Emily Rohrbough  <[email protected]>

* adding in a template terra-graphs package

* remove gh-pages

* code review comments

* update browserlist config

* fix jest config

* Update packages/terra-graphs/src/terra-dev-site/doc/Graphs/Graphs.1.doc.mdx

Co-authored-by: Emily Rohrbough  <[email protected]>

* PR updates, adding description removing jest config and removing unused babel plugins, theming example.

* css lint update

* Pr updates, alphabetize .ignores, update bug template and contributor doc

* Update RELEASE.md

Co-authored-by: Matt Henkes <[email protected]>
Co-authored-by: Emily Rohrbough  <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2020
1 parent 7a14ed0 commit 771b7cd
Show file tree
Hide file tree
Showing 62 changed files with 1,974 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.DS_Store
.git
.gitignore
.idea
build
generated-themes
lib
log/*
node_modules
packages/*/node_modules
tmp
6 changes: 6 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**/aggregated-translations/*.*
build
coverage
generated-themes
lib
node_modules
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This will treat all files as text files and convert to OS's line ending on checkout
# and back to LF on commit automatically.
# It also leaves all files detected as binary untouched.
* text=auto


# These files are text and should be normalized (Convert crlf => lf)
.gitignore text
*.gitattributes text
*.js text eol=lf
*.jsx text eol=lf
*.md text
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set default code owners for all files in repo
* @mjhenkes @ryanthemanuel @tbiethman @dkasper-was-taken @mraplumb
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
If you're looking to submit a bug report, please fill out this template:
https://github.com/cerner/terra-graphs/issues/new?template=BUG_REPORT.md
If this is a feature request, please fill out this template:
https://github.com/cerner/terra-graphs/issues/new?template=FEATURE_REQUEST.md
-->

# Issue Description
<!-- A clear and concise description of what the issue is. -->

## Additional Context / Screenshots
<!-- Add any other context about the issue here. If applicable, add screenshots to help explain the issue. -->
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: "\U0001F41B Bug Report"
about: If something isn't working as expected
title: ''
labels: ":construction: Blocked: Accessibility Input, :construction: Blocked: Engineering
Input, :construction: Blocked: Functional Input, :construction: Blocked: UX Input"
assignees: ''

---

# Bug Report

## Description
<!-- A clear and concise description of what the bug is. -->
<!-- Providing a link to a live example / minimal demo of the problem greatly helps us debug issues. -->

### Graphs affected

* [ ] Bar graph
* [ ] Bubble graph
* [ ] Gantt chart
* [ ] Line graph
* [ ] Paired result
* [ ] Pie chart
* [ ] Scatter plot
* [ ] Timeline

## Steps to Reproduce
<!-- Please specify the exact steps you took for this bug to occur. -->
<!-- Provide as much detail as possible so we're able to reproduce these steps. -->
1.
2.
3.
4.

## Additional Context / Screenshots
<!-- Add any other context about the problem here. If applicable, add screenshots to help explain. -->

## Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->

## Possible Solution
<!--- If you have suggestions to fix the bug, let us know -->

## Environment
<!-- Include as many relevant details about the environment you experienced the bug in -->
* Component Name and Version:
* Browser Name and Version:
* Node/npm Version: [e.g. Node 8/npm 5]
* Webpack Version:
* Operating System and version (desktop or mobile):

## @ Mentions
<!-- @ Mention anyone on the terra team that you have been working with so far. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F680 Feature Request"
about: Submit a proposal for a new feature
title: ''
labels: ":construction: Blocked: Accessibility Input, :construction: Blocked: Engineering
Input, :construction: Blocked: Functional Input, :construction: Blocked: UX Input"
assignees: ''

---

# Feature Request

## Description
<!-- A clear and concise description of what the feature is. -->

## Additional Context / Screenshots
<!-- Add any other context about the feature here. If applicable, add screenshots to help explain. -->

## @ Mentions
<!-- @ Mention anyone on the terra team that you have been working with so far. -->
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### Summary
<!--- Summarize and explain the reason behind these code changes. What are the changes, and why are they necessary? -->

<!--- Include any issue addressed by this pull request. -->
<!--- Example: Closes #45 -->
Closes #

### Deployment Link
<!---Include the deployment link, if applicable. -->
<!--- Example: https://terra-graphs-deployed-pr-45.herokuapp.com/ -->
https://terra-graphs-deployed-pr-#.herokuapp.com/

### Testing
<!-- Demonstrate that these changes are stable. How have these changes been verified? -->

### Additional Details
<!-- List anything else that is relevant to this issue. Additional information will help us better understand your changes and speed up the review process. -->

<!--
*Before publishing*
1. Assign yourself to the PR.
2. Add the appropriate labels
3. Add your name to the CONTRIBUTORS.md file. Adding your name to the CONTRIBUTORS.md file signifies agreement to all rights and reservations provided by the License.
-->

Thank you for contributing to Terra.
@cerner/terra
@cerner/carbon
49 changes: 49 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
on:
issues:
types: [milestoned]
jobs:
Move_Milestoned_Issue_On_Project_Board:
runs-on: ubuntu-latest
steps:
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2020 Q2"
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2020 Q3"
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2020 Q4"
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2021 Q1"
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2021 Q2"
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2021 Q3"
- uses: konradpabjan/[email protected]
with:
action-token: "${{ secrets.MOVING_ISSUES_TOKEN }}"
project-url: "https://github.com/orgs/cerner/projects/4"
column-name: "Planned"
milestone-name: "2021 Q4"
63 changes: 63 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# From https://github.com/github/gitignore
# - Node.gitignore
# - Ruby.gitignore
# - Sass.gitignore

.dat*
.DS_Store
.grunt
.idea
.lock-wscript
.node_repl_history
.npm
.nyc_output
.repl_history
.rvmrc
.sass-cache/
.vscode/
*.bridgesupport
*.css.map
*.gem
*.log
*.pid
*.pid.lock
*.rbc
*.seed
**/__snapshots__/diff
**/__snapshots__/latest
**/aggregated-translations/*.*
/_yardoc/
/.bundle/
/.config
/.yardoc/
/coverage/
/doc/
/InstalledFiles
/lib/bundler/man/
/pkg/
/rdoc/
/spec/examples.txt
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/
/vendor/bundle
build-iPhoneOS/
build-iPhoneSimulator/
build/
build/Release
coverage
errorScreenshots
generated-themes
jspm_packages
lib
lib-cov
logs
node_modules
npm-debug.log*
package-lock.json
pids
props-table
reports
screenshots
target
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/dubnium
Loading

0 comments on commit 771b7cd

Please sign in to comment.