Skip to content

Commit fee051c

Browse files
committed
Transfer to organization
1 parent d12974b commit fee051c

File tree

7 files changed

+96
-32
lines changed

7 files changed

+96
-32
lines changed

.github/ISSUE_TEMPLATE/Bug.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: 🛠️ Bug
3+
about: Does something need fixed?
4+
---
5+
6+
# Bug Report
7+
8+
## Description
9+
10+
<!-- Provide a brief description of the issue. -->
11+
12+
## Expected behavior
13+
14+
<!-- A summary of what you expected, should this issue not have arisen. -->
15+
16+
## Current behavior
17+
18+
<!-- A summary of what happened due to this issue as opposed to the expected behavior. -->
19+
20+
## Possible solution
21+
22+
<!-- Optional possible solution/fix to this issue -->
23+
24+
## Steps to reproduce
25+
26+
<!--
27+
Can provide links to a live example, code snippets,
28+
screenshots, or simple steps to reproduce this issue.
29+
-->
30+
31+
1.
32+
2.
33+
3.
34+
35+
## Environment
36+
37+
<!--
38+
Details of the environment which experienced this issue.
39+
e.g., software version, OS, browser, language, etc.
40+
-->
41+
42+
## Additional information
43+
44+
<!--- Optional additional information/details. -->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: 💡 Feature Request
3+
about: Should something great be added?
4+
---
5+
6+
# Feature Request
7+
8+
## Description
9+
10+
<!-- Provide a brief description of the proposed feature. -->
11+
12+
## Scenario / Use-case
13+
14+
<!-- Provide an explanation how/when the feature would be helpful. -->
15+
16+
## Additional information
17+
18+
<!--- Optional additional information/details. -->

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: ❓ Question
3+
about: Does something need clarified?
4+
---
5+
6+
# Question
7+
8+
<!-- Provide a description of the question. -->

.github/SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
**PLEASE DO NOT DISCLOSE SECURITY-RELATED ISSUES PUBLICLY**
4+
5+
If you discover a security vulnerability, please send an email to [email protected]. All security vulnerabilities will be promptly addressed.

.gitignore

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1-
# OS
2-
[Tt]humbs.db
3-
*.DS_Store
1+
# Miscellaneous local files
2+
3+
_local/*
4+
*.env
5+
*.log
6+
7+
# Dependencies
48

5-
# PHPStorm
6-
*.idea
9+
node_modules/
10+
/vendor/
11+
composer.lock
712

8-
# Composer
9-
vendor/*
13+
# IDE's
14+
15+
.idea
16+
.vscode
17+
18+
# OS
1019

11-
# Local tests
12-
tests/*
20+
.DS_Store
21+
.Spotlight-V100
22+
.Trashes
23+
ehthumbs.db
24+
Thumbs.db

FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

composer.lock

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)