Initial commit

This commit is contained in:
Aditya Gupta
2026-06-29 19:29:19 +05:30
committed by GitHub
commit aabb8986aa
292 changed files with 17976 additions and 0 deletions

75
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,75 @@
name: Bug Report
description: Create a bug report.
title: "[Bug]: "
labels: [ "bug", "triage" ]
assignees:
- Jonghakseo
body:
- type: textarea
id: to-reproduce
attributes:
label: To Reproduce
description: |
Steps to reproduce the behavior.
Use [Brie](https://go.briehq.com/github?utm_source=CEB) to capture screenshots, errors, and network activity for faster issue resolution.
placeholder: Describe the steps to reproduce the issue.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: Describe the expected behavior.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: dropdown
id: desktop-os
attributes:
label: OS
description: Select your operating system.
options: [ Windows, macOS, Linux ]
default: 0
validations:
required: true
- type: dropdown
id: desktop-browser
attributes:
label: Browser
description: Select the browser where the issue occurs(Multiple choice).
multiple: true
options: [ Chrome, Opera, Opera GX, Firefox, Safari, Microsoft Edge, Brave ]
default: 0
validations:
required: true
- type: input
id: desktop-node-version
attributes:
label: Node Version
description: Specify the Node.js version you are using.
placeholder: 22.12.0
- type: input
id: desktop-other-packages
attributes:
label: Other Necessary Packages Version
description: Specify versions of other necessary packages.
placeholder: pnpm-10.10.0
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the problem here.
placeholder: Provide additional details if necessary.

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
contact_links:
- name: GitHub Community Support
url: https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/discussions
about: Please leave your questions here or on Discord - Link below "Security Bug Bounty"
- name: GitHub Security Bug Bounty
url: https://discord.gg/RhETcmdW
about: Please report security vulnerabilities here(Send DM to Jonghakseo or tell us on chat, you want to report it).

View File

@@ -0,0 +1,39 @@
name: Feature Request
description: Suggest an idea for improvement.
title: "[Feature Request]: "
labels: [ "request-new-feature", "triage" ]
assignees:
- Jonghakseo
body:
- type: textarea
id: problem-description
attributes:
label: Problem Description
description: A clear and concise description of what's the problem. Ex. I'm looking for a way to...
placeholder: Describe the problem or frustration.
validations:
required: true
- type: textarea
id: proposed-solution
attributes:
label: Proposed Solution
description: A clear and concise description of what you want to happen.
placeholder: Describe the solution you'd like.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: A clear and concise description of any alternative solutions.
placeholder: Describe alternative solutions or features.
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here.
placeholder: Provide additional details if necessary.