Skip to content

Commit

Permalink
Merge pull request #116 from Kites-Foundation/develop
Browse files Browse the repository at this point in the history
Main Merge Feb 16 00:25
  • Loading branch information
tomahawk-pilot committed Feb 15, 2021
2 parents 31a9aed + 090e3df commit 11d6a47
Show file tree
Hide file tree
Showing 267 changed files with 9,892 additions and 1,647 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: "Bug report \U0001F41E"
about: Report something that doesn't work
title: ""
labels: bug
assignees: ""
projects: ""
---

<!--
A Bug is a superset of regressions, but it doesn't have to have worked on One Platform previously. Please provide as much relevant info as possible.
Before opening a new issue, please search existing issues https://github.com/Kites-Foundation/hello-munnar-frontend/issues, https://github.com/Kites-Foundation/hello-munnar-backend
-->

## Describe the bug

<!-- A clear and concise description of what the bug is. -->

## Steps to reproduce

<!--
1. Do '...'
2. Click on '....'
3. See error
For the fastest support, provide a working demo or minimal reproduction using tools such as [codepen](https://codepen.io/) or [jsfiddle](https://jsfiddle.net/)
-->

## Expected behavior

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

## Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

## Environment

- Operating System(s): Linux/macOS/Windows [Variant and Version]
- Browser: Firefox/Chrome/Safari [Version] / Other (please specify)
- Node Version (please specify)
## Tell us more about your product/project and timeline to help prioritize this issue

<!--
* What product/project does this impact?
* List product/project release(s) and timelines.
* Is this a customer reported blocking issue?
-->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: "Chore \U0001F527"
about: Internal things, technical debt, and to-do tasks to be performed.
title: ""
labels: chore
assignees: ""
projects: ""
---

<!-- Separate suggestions for updates to configuration or build processes and libraries / Internal things, technical debt, and to-do tasks to be performed should be reported in separate issues.-->

## Is your chore related to a problem? Please describe

<!-- A clear and concise description of what the problem is.-->

## 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 task here. -->
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: "Documentation proposal \U0001F4D6"
about: Propose documentation improvements / additions
title: ""
labels: documentation
assignees: ""
projects: ""
---

<!--For any improvements or additions to existing documentation please be as precise and concise as possible:-->

## Is your suggestion related to code documentation or product documentation problem

<!--
* Code / Product: [e.g. Code, Product]
* File / Document Name: [e.g. README.md, package.json]
-->

## Describe your suggestion

<!-- A clear and concise description of what changes you are proposing. In the case of multiple documents, please create separate issues. -->

## Describe any reference material that might be helpful

<!--
1. Name and description of reference material.
2. Name and description of reference material.
-->

## Additional context

<!-- Add any other context or screenshots about the proposal here. -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "Feature request \U0001F4A1"
about: Suggest an idea for this project
title: ""
labels: enhancement
assignees: ""
projects: ""
---

## 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 enhancement here. -->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: "Question \U0001F914"
about: Usage question or discussion about anything related to the platform
title: ""
labels: question
assignees: ""
---

<!--
To make it easier for us to help you, please include as much useful information as possible.
Before opening a new issue, please search existing issues https://github.com/1-Platform/one-platform/issues
-->

## Summary

<!-- Provide a short summary -->

## Relevant information

<!-- Provide as much useful information as you can -->
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/regression_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: "Regression report \U0001F570"
about: Tell us about something that worked at one point and now doesn't
title: ""
labels: regression
assignees: ""
---

<!--For regression reports, please provide as much relevant info as possible.-->

## Potential Commit/PR that introduced the regression

<!-- If you have time to investigate, what PR/date introduced this issue. -->

## Describe the regression

<!-- A clear and concise description of what the regression is. -->

## Steps to reproduce

<!--
1. Do '...'
2. Click on '....'
3. See error
For the fastest support, provide a working demo or minimal reproduction using tools such as [codepen](https://codepen.io/) or [jsfiddle](https://jsfiddle.net/)
-->

## Expected behavior

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

## Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

## Environment

- Operating System(s): Linux/macOS/Windows [Variant and Version]
- Browser: Firefox/Chrome/Safari [Version] / Other (please specify)

## Tell us more about your product/project and timeline to help prioritize this issue

<!--
* What product/project does this impact?
* List product/project release(s) and timelines.
* Is this a customer reported blocking issue?
-->
39 changes: 39 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!--
Follow the steps to create the PR:
Subject: "feat/fix/docs(#issue_id): <PR Subject>"
Assignees: "Kites-hackathon-squad"
-->

# Closes/Fixes/Resolves

### <!-- Any of the keywords: Closes/Fixes/Resolves followed by #issue_id (should be separated by a space only) -->

# Explain the feature/fix

<!-- Provide a clear explaination of the feature/fix implemented -->

## Does this PR introduce a breaking change

<!-- Yes/No -->

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->

## Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

<details>
<summary>View Screenshots</summary>

<!-- Add your screenshots below this line -->

</details>

### Ready-for-merge Checklist

- [ ] Expected files: all files in this pull request are related to one feature request or issue (no stragglers)?
- [ ] Does the change have appropriate unit tests?
- [ ] Did tests pass?
- [ ] Did you update or add any necessary documentation (README.md, WHY.md, etc.)?
- [ ] Was this feature demo'd and the design review approved?
24 changes: 24 additions & 0 deletions .github/sonar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Sonar Scan
on:
push:
branches:
- main
- develop

tags:
- v*
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.env.development.local
.env.test.local
.env.production.local
.eslintcache

npm-debug.log*
yarn-debug.log*
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/index.css
.github
12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"useTabs": false,
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "always",
"endOfLine": "lf"
}
26 changes: 13 additions & 13 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Expand Down
7 changes: 7 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
style: {
postcss: {
plugins: [require("tailwindcss"), require("autoprefixer")],
},
},
};
Loading

0 comments on commit 11d6a47

Please sign in to comment.