Skip to content

Commit a58dd59

Browse files
author
unknown
committed
1.22
0 parents  commit a58dd59

File tree

748 files changed

+167880
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

748 files changed

+167880
-0
lines changed

.gitattributes

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# This is just an internal File to setup the repository
2+
3+
# Set default behaviour, in case users don't have core.autocrlf set.
4+
* text=auto
5+
6+
# Explicitly declare text files we want to always be normalized and converted
7+
# to native line endings on checkout.
8+
*.php text eol=lf
9+
*.sql text eol=lf
10+
*.htm text eol=lf
11+
*.html text eol=lf
12+
*.js text eol=lf
13+
*.css text eol=lf
14+
*.lang text eol=lf
15+
*.txt text eol=lf
16+
*.md text eol=lf
17+
*.bat text eol=crlf
18+
*.sh text eol=lf
19+
*.bash text eol=lf
20+
*.pl text eol=lf
21+
*.py text eol=lf
22+
*.json text eol=lf
23+
*.xml text eol=lf
24+
*.yml text eol=lf
25+
*.yaml text eol=lf
26+
27+
# Denote all files that are truly binary and should not be modified.
28+
*.ico binary
29+
*.png binary
30+
*.jpg binary
31+
*.jpeg binary
32+
*.gif binary
33+
*.bmp binary
34+
*.tiff binary
35+
*.tif binary
36+
*.odt binary
37+
*.odf binary
38+
*.pdf binary
39+
*.zip binary
40+
*.tar binary
41+
*.gz binary
42+
*.7z binary
43+
*.rar binary
44+
*.mp3 binary
45+
*.wav binary
46+
*.flac binary
47+
*.mp4 binary
48+
*.mov binary
49+
*.avi binary
50+
*.mkv binary
51+
*.exe binary
52+
*.dll binary
53+
*.woff binary
54+
*.woff2 binary
55+
*.eot binary

.github/CODE_OF_CONDUCT.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 🤝 Code of Conduct
2+
3+
We’re focused on developing innovative solutions and advancing technology. By being part of this, you contribute to our progress.
4+
5+
Positive guidelines include being kind, empathetic, and respectful in all interactions. It is important to engage thoughtfully and offer constructive, solution-oriented feedback. Fostering an environment of collaboration, support, and mutual respect is essential.
6+
7+
Unacceptable behaviors include harassment, hate speech, or offensive language. Personal attacks, discrimination, or any form of bullying are not tolerated. Sharing private or sensitive information without explicit consent is strictly prohibited.
8+
9+
Together, we can partner to achieve common goals by following guidelines designed to promote effective collaboration and positive teamwork.
10+
11+
🐟 Bugfish

.github/CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 🌱 Contributing
2+
3+
Thank you for your interest in this project.
4+
5+
At this time, this repository is **not open for external contributions**.
6+
Please do **not** submit pull requests or patches.
7+
8+
- Pull requests from external contributors are not accepted.
9+
- Any unsolicited pull requests will be closed without review.
10+
- All code in this repository is maintained by the project owner.
11+
- By design, no third‑party code will be merged into this project via GitHub.
12+
13+
If you encounter a bug or have an enhancement suggestion, please check the "Issues" section of our GitHub repository or visit our official website for guidance before beginning any work on it.
14+
15+
🐟 Bugfish

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
custom: https://paypal.me/bugfish
2+
patreon: bugfish
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug Report
3+
about: Report a problem with the project.
4+
title: "[BUG] Short description of the issue"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Describe the bug
11+
A clear and concise description of what the bug is.
12+
13+
## To Reproduce
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Do '....'
17+
3. See error
18+
19+
## Expected behavior
20+
A clear and concise description of what you expected to happen.
21+
22+
## Screenshots
23+
If applicable, add screenshots to help explain your problem.
24+
25+
## Environment:
26+
- OS: [e.g. Windows, macOS, Linux]
27+
- Version [e.g. Software Version, Browser Version]
28+
29+
## Additional context
30+
Add any other context about the problem here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature or improvement for this project.
4+
title: "[FEATURE] Short description of the feature"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Describe the solution you'd like
11+
A clear and concise description of what you want to happen.
12+
13+
## Describe alternatives you've considered
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
## Additional context
17+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/QUESTION.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Question
3+
about: Ask a question about the project.
4+
title: "[QUESTION] Short description of your question"
5+
labels: question
6+
assignees: ''
7+
---
8+
9+
## Question
10+
A clear and concise question about the project.
11+
12+
## Context
13+
Provide any relevant details, such as what you're trying to achieve, any challenges you're facing, or related documentation/code references.
14+
15+
## What Have You Tried?
16+
List any steps you've taken to find an answer, such as searching the documentation, checking previous issues, or testing solutions.
17+
18+
## Additional Information
19+
If applicable, include screenshots, code snippets, or links that might help clarify your question.
20+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
# contact_links:
3+
# - name: Visit
4+
# url: https://www.bugfish.eu
5+
# about: Please ask and answer questions there.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Description
2+
[Provide a brief description of the changes in this pull request]
3+
4+
## Related Issue
5+
[Reference any related issue(s) here using the syntax: Fixes #123 or Relates to #456]
6+
7+
## Proposed Changes
8+
- [Change 1]
9+
- [Change 2]
10+
- [Change 3]
11+
12+
## Additional Information
13+
[Any additional information or context that would be helpful for reviewers]
14+
15+
## Checklist
16+
- [ ] I have tested these changes locally
17+
- [ ] I have updated the documentation accordingly
18+
- [ ] My code follows the project's coding standards
19+
20+
## Screenshots (if applicable)
21+
[Add screenshots here to demonstrate visual changes]

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This is just an internal File to ignore Files during git operations
2+
3+
# Ignore all htaccess & htpasswd Files
4+
**/.htaccess*
5+
**/.htpasswd*

0 commit comments

Comments
 (0)