Skip to content

Commit

Permalink
Merge pull request #47 from hack4bengal/tamal-dev
Browse files Browse the repository at this point in the history
[FEAT]: Optimizations and refactoring
  • Loading branch information
tamalCodes authored Jan 8, 2024
2 parents 0f0beb5 + 0215687 commit 6f2448e
Show file tree
Hide file tree
Showing 211 changed files with 1,213 additions and 4,381 deletions.
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: 🐞 Bug
description: Report an issue to help improve the project.
title: "Bug: Write a small description here"
labels:
[
"status: todo ⏳",
"🐞 bug"
]
body:
- type: textarea
id: description
attributes:
label: Description
description: Write a detailed description of the issue that you faced.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Write a solution which you think can fix this issue.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots/videos if applicable
validations:
required: false

- type: dropdown
id: browser
attributes:
label: "Browser 🥦"
description: "What browser are you using ?"
options:
- Google Chrome
- Brave
- Microsoft Edge
- Mozilla Firefox
- Safari
- Opera
- Other
validations:
required: true

- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist ✅"
options:
- label: "I checked and didn't find similar [issue](https://github.com/hack4bengal/s3/issues)"
required: true

- label: "I am willing to work on this issue (blank for no)."
required: false

- type: markdown
attributes:
value: |
In case of emergencies contact me on [Twitter](https://twitter.com/tamalCodes)
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
blank_issues_enabled: false
contact_links:
- name: 🙋🏾🙋🏼‍ Need help/emergencies ?
url: https://twitter.com/tamalCodes
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: 📄 Documentation issue
description: Found an issue in the documentation? You can use this one!
title: "Docs: Write a small description here"
labels:
[
"status: todo ⏳",
"📚 docs"
]
body:
- type: textarea
id: description
attributes:
label: Description
description: Write a detailed description of the changes you are proposing.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots/videos if applicable
validations:
required: false
- type: dropdown
id: browser
attributes:
label: "🥦 Browser"
description: "What browser are you using ?"
options:
- Google Chrome
- Brave
- Microsoft Edge
- Mozilla Firefox
- Safari
- Opera
- Other
validations:
required: true

- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist ✅"
options:
- label: "I checked and didn't find similar [issue](https://github.com/hack4bengal/s3/issues)"
required: true

- label: "I am willing to work on this issue (blank for no)"
required: false

- type: markdown
attributes:
value: |
In case of emergencies contact me on [Twitter](https://twitter.com/tamalCodes)
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: 💡 Feature Request
description: Have a new idea/feature ? Please suggest!
title: "Feature: Write a small description here"
labels:
[
"status: todo ⏳",
"💡 feature"
]
body:
- type: textarea
id: description
attributes:
label: Description
description: Write a detailed description of the feature you propose.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: What needs to be done to implement this feature?
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots/videos if applicable
validations:
required: false

- type: dropdown
id: browser
attributes:
label: "🥦 Browser"
description: "What browser are you using ?"
options:
- Google Chrome
- Brave
- Microsoft Edge
- Mozilla Firefox
- Safari
- Opera
- Other
validations:
required: true

- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist ✅"
options:
- label: "I checked and didn't find similar [issue](https://github.com/hack4bengal/s3/issues)"
required: true

- label: "I am willing to work on this issue (blank for no)"
required: false

- type: markdown
attributes:
value: |
In case of emergencies contact me on [Twitter](https://twitter.com/tamalCodes)
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Other
description: Use this for any other issues. Please do NOT create blank issues
title: "📂Other: Write a small description here"
labels:
[
"status: todo ⏳"
]
body:
- type: textarea
id: issuedescription
attributes:
label: What would you like to share?
description: Provide a clear and concise explanation of your issue.
validations:
required: true
- type: dropdown
id: browser
attributes:
label: "🥦 Browser"
description: "What browser are you using ?"
options:
- Google Chrome
- Brave
- Microsoft Edge
- Mozilla Firefox
- Safari
- Opera
- Other
validations:
required: true

- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist ✅"
options:
- label: "I checked and didn't find similar [issue](https://github.com/hack4bengal/s3/issues)"
required: true

- label: "I am willing to work on this issue (blank for no)"
required: false

- type: markdown
attributes:
value: |
In case of emergencies contact Tamal on [Twitter](https://twitter.com/tamalCodes)
13 changes: 13 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 📢 Add Authors to PRs

on:
pull_request_target:
types: [opened, reopened]

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hack4Bengal 3.0</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Mono&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Geo&display=swap" rel="stylesheet">


<meta name="theme-color" content="#1b1b1b" />
Expand All @@ -25,9 +22,6 @@

<body>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script type="module" src="/src/main.jsx"></script>
</body>

Expand Down
Loading

0 comments on commit 6f2448e

Please sign in to comment.