Skip to content

Commit 39d96cc

Browse files
author
unknown
committed
Initial
0 parents  commit 39d96cc

File tree

215 files changed

+16290
-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.

215 files changed

+16290
-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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 🤝 Code of Conduct
2+
3+
We’re on a mission to create groundbreaking solutions, pushing the boundaries of technology. By being here, you’re an integral part of that journey.
4+
5+
**Positive Guidelines:**
6+
- Be kind, empathetic, and respectful in all interactions.
7+
- Engage thoughtfully, offering constructive, solution-oriented feedback.
8+
- Foster an environment of collaboration, support, and mutual respect.
9+
10+
**Unacceptable Behavior:**
11+
- Harassment, hate speech, or offensive language.
12+
- Personal attacks, discrimination, or any form of bullying.
13+
- Sharing private or sensitive information without explicit consent.
14+
15+
Let’s collaborate, inspire one another, and build something extraordinary together!
16+
17+
🐟 Bugfish

.github/CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 🌱 Contributing
2+
3+
I am excited that you're considering contributing to our project! Here are some guidelines to help you get started.
4+
5+
We primarily accept security fixes and critical patches to maintain project stability and coherence. Feature updates are not accepted to preserve our backend architecture and overall project integrity.
6+
7+
If you wish to extend functionality, please develop a custom extension module outside the core code and integrate it via the CMS system.
8+
9+
Below is an example of how to contribute to this GitHub project. Please follow this guideline and all other contribution rules carefully; otherwise, your request may be denied.
10+
11+
- Fork the repository to create your own copy.
12+
- Create a new branch for your changes (e.g., feature/my-feature).
13+
- Make your changes and verify everything works correctly.
14+
- Commit your changes with clear and concise messages.
15+
- Push your branch to your forked repository.
16+
- Open a pull request to the main repository’s main branch with a detailed description of your changes.
17+
- Reference any related issues or discussions in your pull request.
18+
19+
To ensure your implementation is effective and maintainable by other developers, please follow the code quality guidelines outlined below.
20+
21+
- Keep your code clean and well-organized.
22+
- Add comments to explain complex logic or functions.
23+
- Use meaningful and consistent variable and function names.
24+
- Break down code into smaller, reusable functions and components.
25+
- Follow proper indentation and formatting practices.
26+
- Avoid code duplication by reusing existing functions or modules.
27+
- Ensure your code is easily readable and maintainable by others.
28+
29+
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.
30+
31+
🐟 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)