Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [DEVs-Dungeon](https://github.com/Neklaustares-tPtwP)
1 change: 1 addition & 0 deletions .github/IMAGES/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added .github/IMAGES/people.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/IMAGES/public.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/IMAGES/search.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Bug report
description: Create a bug report to help us address errors in the repository
title: "[BUG] <bug description>"
labels: [bug]
body:
- type: textarea
id: bugdescription
attributes:
label: Description of the bug
validations:
required: true
- type: input
id: stack
attributes:
label: Project stack or language (e.g. front-end)
validations:
required: true
- type: textarea
id: workingenvironment
attributes:
label: Working Environment (e.g. operating system, browser, device)
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Please add screenshots (if applicable)
validations:
required: false
- type: textarea
id: context
attributes:
label: Add any other context about the problem here
validations:
required: false
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/gh-profile-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: GitHub Profile Review
description: Please review my GitHub profile on a livestream
title: "[REVIEW] <your-username>"
labels: [gh profile review, live stream review]
body:
- type: input
id: link
attributes:
label: GitHub Profile Link
placeholder: https://github.com/<your-username>
validations:
required: true
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Ideas
description: Have a new idea or feature request
title: "[FEATURE REQUEST] <description here>"
labels: [enhancement]
body:
- type: textarea
id: description
attributes:
label: Description of feature request, idea
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add (multiple) screenshot links (if applicable)
validations:
required: false
- type: textarea
id: context
attributes:
label: Add any other context about the feature request here
validations:
required: false
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/invitation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Invitation to the DEVs Dungeon GitHub Community Organization
description: I would like to be part of the developers community
title: "Please invite me to the DEVs Dungeon GitHub Community Organization"
labels: [invite me to the organisation]
body:
- type: input
id: name
attributes:
label: Name
placeholder: Insert your name here
validations:
required: true
- type: input
id: discordname
attributes:
label: Discord Username (if applicable)
placeholder: Insert your Discord username here
validations:
required: false
- type: textarea
id: Additional
attributes:
label: Additional Context
description: What do you like about this community/Why do you want to join?
validations:
required: true
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka) to interact with 5k+ Developers from across the world!
Follow our LinkedIn Page [here](https://www.linkedin.com/company/devs-dungeon) for Internships, Jobs, Workshops, Events updates!
Feel free to check out our Bio Link [here](https://devs-dungeon.github.io/bio/) 🔥
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/opensource-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Open Source Project Review
description: Please review my project on a livestream
title: "[REVIEW] <project name here>"
labels: [open source review, live stream review]
body:
- type: markdown
attributes:
value: "Your project doesn't have to be hosted at GitHub, it can also be on GitLab or other VCS"
- type: input
id: link
attributes:
label: Project link
placeholder: https://github.com/<your-username>/<project-name>
validations:
required: true
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Other
description: Use this for any other issues. PLEASE do not create blank issues
title: "[OTHER]"
labels: [triage]
body:
- type: markdown
attributes:
value: "# Other issue"
- 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: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this issue?
validations:
required: false
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/portfolio-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Portfolio Review
description: Please review my Portfolio on a livestream
title: "[REVIEW]"
labels: [portfolio review, live stream review]
body:
- type: markdown
attributes:
value: "**Please ensure that you don't have any personal details in your Portfolio that you don't want to share publicly.**"
- type: input
id: link
attributes:
label: Portfolio link
placeholder: "e.g.: https://<your-username>.github.io/portfolio"
validations:
required: true
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/resume-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Resume Review
description: Please review my resume on a live stream
title: "[REVIEW]"
labels: [resume review, live stream review]
body:
- type: markdown
attributes:
value: "**Remove all personal data, otherwise, the resume will be deleted**"
- type: input
id: link
attributes:
label: Resume link
placeholder: "e.g.: https://drive.google.com/file/d/<file-id>/view"
validations:
required: true
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
14 changes: 14 additions & 0 deletions .github/workflows/approved-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: pull_request_review
name: Add "approved" label when approved
jobs:
add_label:
name: Add "approved" label when approved
runs-on: ubuntu-latest
steps:
- name: Add "approved" label when approved
uses: pullreminders/label-when-approved-action@master
env:
APPROVALS: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADD_LABEL: "status: approved"
REMOVE_LABEL: ""
32 changes: 32 additions & 0 deletions .github/workflows/invitation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
on:
issues:
types: [labeled]

jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite on label
uses: vj-abigo/invite-on-label@v1.2
with:
organization: Devs-Dungeon
label: invite me to the organisation
repo-token: ${{ secrets.GITHUB_TOKEN }}
comment: |
<div align="center">
<img src="https://user-images.githubusercontent.com/51391473/138764839-1011988e-66f2-4427-a8fc-e0380971df29.gif">
<br>
<h1>Welcome to DEVs Dungeon 🎉</h1>
</div>
<br>
📌 Invitation sent to join the <b>GitHub Organization</b>. Check your mail to accept the invitation!
<h2>📌 <ins>About Us</ins></h2>
<p>
⭐ <b>3 C's</b> of our Community: Connect, Collaborate and Create! <br>
⭐ We are an open <b>Learning Community</b> dedicated towards developers across the world! <br>
⭐ We are a community of <b>5k+ Developers</b> from across the world and use <b><a href="https://discord.gg/GqzWmqDKzU">Discord</a></b> as our primary platform for interaction! <br>
</p>

Check out our [Bio](https://devs-dungeon.github.io/bio/) and [Discord](https://discord.apihacks.co) to get involved with us! 🚀
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}
22 changes: 22 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

name: Import open source standard labels

on:
push:
branches: [ main ]

jobs:
labels:

runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: Devs-Dungeon/gh-action-open-source-labels@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
owner-name: ${{ github.repository_owner }}
repository-name: ${{ github.event.repository.name }}
force: false