Skip to content

Commit 9f75969

Browse files
authored
Merge pull request #1 from InflixOP/main
Added files
2 parents e0f1a24 + 4dc8496 commit 9f75969

17 files changed

Lines changed: 291 additions & 0 deletions

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [DEVs-Dungeon](https://github.com/Neklaustares-tPtwP)

.github/IMAGES/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.github/IMAGES/people.PNG

70 KB
Loading

.github/IMAGES/public.PNG

52.1 KB
Loading

.github/IMAGES/search.PNG

27.5 KB
Loading

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Bug report
2+
description: Create a bug report to help us address errors in the repository
3+
title: "[BUG] <bug description>"
4+
labels: [bug]
5+
body:
6+
- type: textarea
7+
id: bugdescription
8+
attributes:
9+
label: Description of the bug
10+
validations:
11+
required: true
12+
- type: input
13+
id: stack
14+
attributes:
15+
label: Project stack or language (e.g. front-end)
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: workingenvironment
20+
attributes:
21+
label: Working Environment (e.g. operating system, browser, device)
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: screenshots
26+
attributes:
27+
label: Please add screenshots (if applicable)
28+
validations:
29+
required: false
30+
- type: textarea
31+
id: context
32+
attributes:
33+
label: Add any other context about the problem here
34+
validations:
35+
required: false
36+
- type: markdown
37+
attributes:
38+
value: |
39+
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
40+
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
41+
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
42+
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: GitHub Profile Review
2+
description: Please review my GitHub profile on a livestream
3+
title: "[REVIEW] <your-username>"
4+
labels: [gh profile review, live stream review]
5+
body:
6+
- type: input
7+
id: link
8+
attributes:
9+
label: GitHub Profile Link
10+
placeholder: https://github.com/<your-username>
11+
validations:
12+
required: true
13+
- type: markdown
14+
attributes:
15+
value: |
16+
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
17+
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
18+
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
19+
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)

.github/ISSUE_TEMPLATE/ideas.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Ideas
2+
description: Have a new idea or feature request
3+
title: "[FEATURE REQUEST] <description here>"
4+
labels: [enhancement]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description of feature request, idea
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: screenshots
14+
attributes:
15+
label: Add (multiple) screenshot links (if applicable)
16+
validations:
17+
required: false
18+
- type: textarea
19+
id: context
20+
attributes:
21+
label: Add any other context about the feature request here
22+
validations:
23+
required: false
24+
- type: markdown
25+
attributes:
26+
value: |
27+
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
28+
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
29+
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
30+
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Invitation to the DEVs Dungeon GitHub Community Organization
2+
description: I would like to be part of the developers community
3+
title: "Please invite me to the DEVs Dungeon GitHub Community Organization"
4+
labels: [invite me to the organisation]
5+
body:
6+
- type: input
7+
id: name
8+
attributes:
9+
label: Name
10+
placeholder: Insert your name here
11+
validations:
12+
required: true
13+
- type: input
14+
id: discordname
15+
attributes:
16+
label: Discord Username (if applicable)
17+
placeholder: Insert your Discord username here
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: Additional
22+
attributes:
23+
label: Additional Context
24+
description: What do you like about this community/Why do you want to join?
25+
validations:
26+
required: true
27+
- type: markdown
28+
attributes:
29+
value: |
30+
Join our Discord Community [here](https://discord.gg/ceMXzhfaka) to interact with 5k+ Developers from across the world!
31+
Follow our LinkedIn Page [here](https://www.linkedin.com/company/devs-dungeon) for Internships, Jobs, Workshops, Events updates!
32+
Feel free to check out our Bio Link [here](https://devs-dungeon.github.io/bio/) 🔥

0 commit comments

Comments
 (0)