Skip to content

Commit

Permalink
🚀 Init commit! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Feb 7, 2024
0 parents commit 285f7c0
Show file tree
Hide file tree
Showing 21 changed files with 5,361 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ESLINT_USE_FLAT_CONFIG = true
# JITI_ALIAS = {alias: {"@": "./src/"}}
1 change: 1 addition & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ESLINT_USE_FLAT_CONFIG = true
100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: "🐞 Report a bug"
title: "🐞[BUG] - <TITLE_OF_ISSUE>"
description: Create new report!
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to report a bug to FluiUI! 🙏
If you have a question about how to achieve something and are struggling, please post a question
inside of either of the following places:
- MyPlop's 💬[Discussion's tab](https://github.com/INeedJobToStartWork/MyPlop/discussions)
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
- MyPlop's [Issue's tab]()
- MyPlop's [closed issues tab]()
- MyPlop's [Discussions tab]()
Please fill in as much of the template below as you're able. If you don't know the answer to a question, that's okay, but please try to fill in as much as you can.
It'll help us to triage your issue as quickly as possible.
- type: input
id: description
attributes:
label: Issue Description
description: Please give a short description of the issue
placeholder: Description title
validations:
required: true
- type: input
id: MyPlop_version
attributes:
label: MyPlop Version
description: Which MyPlop version are you using?
placeholder: e.g. v0.5.0
validations:
required: true
- type: checkboxes
id: MyPlop_latest
attributes:
label: Tested on Latest Version
description: Check if this issue is reproducible with the latest version - it could be fixed.
options:
- label: "Yes"
- type: input
id: reproductionLink
attributes:
label: Reproduction
description: Please provide a link to a reproduction on Github, CodeSandbox or StackBlitz.
placeholder: |
e.g. https://github.com/ineedjobtostartwork/xxx
- type: textarea
id: reproductionProcess
attributes:
label: Process to Reproduce bug
description: Please provide steps to reproduce the bug.
placeholder: |
e.g.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
id: reproductionImages
attributes:
label: Photo/Images Showing Bug
description: |
If applicable, please provide screenshots or photos showing the bug.
More about github attachments limits: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files.
- type: textarea
id: reproductionLogs
attributes:
label: Logs
description: If applicable, please provide logs showing the bug (if exists).
- type: textarea
id: expectedBehavior
attributes:
label: What we got - What we expected
description: What did you expect to happen? What happened instead?
- type: textarea
id: additionalContext
attributes:
label: Additional Context
description: What did you wanted to do? Please provide any additional information here.
- type: textarea
id: triedFix
attributes:
label: What did you try to fix it?
description: What did you try to fix it? Every information is useful.
- type: textarea
id: howSolved
attributes:
label: How did you solve it?
description: How did you solve it? It's okay if you didn't solve it yet.
- type: textarea
id: possibleSolution
attributes:
label: How problem can be solved?
description: If you have any idea, please share it with us.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 🤔 Long question or ideas?
url: https://github.com/INeedJobToStartWork/MyPlop/discussions
about: Ask long-form questions and discuss ideas.
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: "✨Idea - Feature Request"
title: "✨[Idea] - <TITLE_OF_ISSUE>"
description: Share your ideas with us!
labels: [feature]
body:
- type: markdown
attributes:
value: |
Wow, good to see you there!
It's good to know you're creative ✨
Before submitting a new feature request, please check the links below to see if there somebody already requested it:
- MyPlop's [Idea's tab]()
- MyPlop's [closed ideas tab]()
- MyPlop's [Discussions tab]()
Please fill in as much of the template below as you're able. If you don't know the answer to a question, that's okay, but please try to fill in as much as you can.
- type: input
id: idea
attributes:
label: Idea ✨
description: Please give a short description of the feature
placeholder: e.g. I want to add cooldown to button
validations:
required: true

- type: input
id: work
attributes:
label: How it should work?
description: Give a description of how it should work
placeholder: |
e.g After clicking button, it should be disabled for X seconds
validations:
required: true

- type: input
id: solution
attributes:
label: What it gonna solve? Why we should ad it?
description: How it will help you and others? What kind of problems it will solve?.
placeholder: |
e.g It will help me and users to prevent api calls spamming and give a better user experience.
validations:
required: true

- type: input
id: implementation
attributes:
label: How it should be implemented?
description: What do you expect, how it should be implemented? Which props?
placeholder: |
validations:
required: true

- type: input
id: example
attributes:
label: Example of usage / I have seen it in other library
description: |
You can give a link to currently implemented feature in other library / give your own example.
(Images, videos, code snippets, etc.)
placeholder: |
e.g Similar feature is implemented in XXX lib.
Here is link: XXXX
75 changes: 75 additions & 0 deletions .github/ISSUE_TEMPLATE/gdocs_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
name: "📘 Docs issues"
title: "📘 [issue] - <TITLE_OF_ISSUE>"
description: What's wrong with our docs?
labels: [issue]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to report a bug to MyPlop! 🙏
This report section is for reporting issues with the documentation. If you have a question about how to achieve something and are struggling, please post a question
If you have a question about how to achieve something and are struggling, please post a question
inside of either of the following places:
- MyPlop's 💬[Discussion's tab](https://github.com/INeedJobToStartWork/MyPlop/discussions)
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
- MyPlop's [Issue's tab]()
- MyPlop's [closed issues tab]()
- MyPlop's [Discussions tab]()
Please fill in as much of the template below as you're able. If you don't know the answer to a question, that's okay, but please try to fill in as much as you can.
It'll help us to triage your issue as quickly as possible.
- type: input
id: page
attributes:
label: Related page
description: Which page/section is this issue related to?
placeholder: e.g ReadMe.md line 10 - section "Installation"
validations:
required: true

- type: dropdown
id: issue
attributes:
label: Kind of issue
description: What kind of issue it is?
multiple: true
options:
- "Unclear explanations"
- "Missing information"
- "Wrong information"
- "Other"

- type: textarea
id: description
attributes:
label: Issue Description
description: Please give a short description of the issue

- type: textarea
id: context
attributes:
label: Context
description: Why did you come to this page? What were you trying to do?
value: |
I was trying to..., i come to this page because...
- type: dropdown
id: rate
attributes:
label: Scale of problem
description: How annoying is this issue?
multiple: true
options:
- "1 - Not annoying"
- "2 - A little annoying"
- "3 - Annoying"
- "4 - Very annoying"
- "5 - Extremely annoying"
- "6 - Unbearable"
31 changes: 31 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: CI

on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]

jobs:
Continuous-Integration:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20

- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Format Files
run: pnpm format
- name: Linting Files
run: pnpm lint:fix --force && pnpm lint --force
- name: Building Files
run: pnpm build
- name: Start Files
run: pnpm start
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.hbs
dist/*
lib/*
101 changes: 101 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for
everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity
and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion,
or sexual identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our community include:

- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
- Focusing on what is best not just for us as individuals, but for the overall community

Examples of unacceptable behavior include:

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

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take
appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits,
issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for
moderation decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing
the community in public spaces. Examples of representing our community include using an official e-mail address, posting
via an official social media account, or acting as an appointed representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible
for enforcement at [email protected]. All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem
in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the
community.

**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation
and an explanation of why the behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series of actions.

**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including
unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding
interactions in community spaces as well as external channels like social media. Violating these terms may lead to a
temporary or permanent ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified
period of time. No public or private interaction with the people involved, including unsolicited interaction with those
enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate
behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within the community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq.
Translations are available at https://www.contributor-covenant.org/translations.
Loading

0 comments on commit 285f7c0

Please sign in to comment.