-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bugfish\bugfishtm
committed
Mar 1, 2025
0 parents
commit 9d11aeb
Showing
172 changed files
with
74,964 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Set default behaviour, in case users don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files we want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.php text eol=lf | ||
*.sql text eol=lf | ||
*.htm text eol=lf | ||
*.html text eol=lf | ||
*.js text eol=lf | ||
*.css text eol=lf | ||
*.lang text eol=lf | ||
*.txt text eol=lf | ||
*.md text eol=lf | ||
*.bat text eol=lf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.ico binary | ||
*.png binary | ||
*.jpg binary | ||
*.odt binary | ||
*.odf binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Code of Conduct | ||
|
||
### 🤝 Our Pledge | ||
|
||
We're building cool stuff for free to push technology forward. If you're here, you're part of that mission. Let's work together, share ideas, and make awesome things happen! | ||
|
||
### 📏 Our Standards | ||
|
||
* **✅ Positive:** Be kind, empathetic, and respectful. Give constructive feedback. | ||
* **🚫 Unacceptable:** Harassment, offensive comments, personal attacks, sharing private info without consent. | ||
|
||
🐟 Bugfish <3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Contributing | ||
|
||
Hey there! Thanks for considering contributing to this project! We appreciate your interest and are excited to have you join our community of contributors. | ||
|
||
## 🚀 How You Can Help | ||
|
||
* **Report Bugs:** Found something that's not working as expected? Let us know! Clear and detailed bug reports are incredibly valuable. | ||
* **Suggest Features:** Got a brilliant idea for a new feature or improvement? We'd love to hear it! | ||
* **Submit Code:** Ready to roll up your sleeves and write some code? Awesome! Check out our coding style guidelines (see below) and dive in. | ||
* **Improve Documentation:** Documentation is just as important as code. Help us make it clear, concise, and easy to understand. | ||
* **Spread the Word:** Tell your friends, write blog posts, share on social media – help us get the word out! | ||
|
||
## 📢 Spread the Word | ||
|
||
Help us grow by sharing this project with others! You can: | ||
|
||
* **Tweet about it** – Share your thoughts on [Twitter/X](https://twitter.com) and tag us! | ||
* **Post on LinkedIn** – Let your professional network know about this project on [LinkedIn](https://www.linkedin.com). | ||
* **Upvote on Product Hunt** – If we're listed, give us a boost on [Product Hunt](https://www.producthunt.com)! | ||
* **Share on Reddit** – Talk about it in relevant subreddits like [r/programming](https://www.reddit.com/r/programming/) or [r/opensource](https://www.reddit.com/r/opensource/). | ||
* **Write a Blog Post** – A tutorial, review, or use-case would be awesome! | ||
* **Tell Your Community** – Spread the word in Discord servers, Slack groups, and forums. | ||
|
||
## 🎨 Coding Style Guidelines | ||
|
||
* Follow the existing coding style. | ||
* Write clear, concise, and well-commented code. | ||
* Keep your pull requests focused on a single issue or feature. | ||
|
||
## ⚖️ Code of Conduct | ||
|
||
Please note that this project has a Code of Conduct (.github/CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms. | ||
|
||
## ❓ Need Help? | ||
|
||
If you're having trouble getting started or have any questions, feel free to reach out to us! You can: | ||
|
||
* Open an issue here on GitHub. | ||
* Join our Discord at https://discord.com/invite/y5d2px9KEw. | ||
* Open a Topic on my Forum at https://www.bugfish.eu/forum. | ||
|
||
Thank you again for your interest in contributing! We look forward to working with you. | ||
|
||
🐟 Bugfish <3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
custom: https://paypal.me/bugfish | ||
patreon: bugfish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a problem with the project. | ||
title: "[BUG] Short description of the issue" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the bug | ||
A clear and concise description of what the bug is. | ||
|
||
## To Reproduce | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Do '....' | ||
3. See error | ||
|
||
## Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
## Screenshots | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
## Environment: | ||
- OS: [e.g. Windows, macOS, Linux] | ||
- Version [e.g. Software Version, Browser Version] | ||
|
||
## Additional context | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest a new feature or improvement for this project | ||
title: "[FEATURE] Short description of the feature" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the solution you'd like | ||
A clear and concise description of what you want to happen. | ||
|
||
## Describe alternatives you've considered | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
## Additional context | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about the project. | ||
title: "[QUESTION] Short description of your question" | ||
labels: question | ||
assignees: '' | ||
--- | ||
|
||
## Question | ||
A clear and concise question about the project. | ||
|
||
## Context | ||
Provide any relevant details, such as what you're trying to achieve, any challenges you're facing, or related documentation/code references. | ||
|
||
## What Have You Tried? | ||
List any steps you've taken to find an answer, such as searching the documentation, checking previous issues, or testing solutions. | ||
|
||
## 🖼Additional Information | ||
If applicable, include screenshots, code snippets, or links that might help clarify your question. | ||
|
||
## Environment | ||
- OS: [e.g., Windows, macOS, Linux] | ||
- Version: [e.g., Software Version, Browser Version] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Visit my Forum | ||
url: https://www.bugfish.eu/forum | ||
about: Please ask and answer questions there. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Description | ||
[Provide a brief description of the changes in this pull request] | ||
|
||
## Related Issue | ||
[Reference any related issue(s) here using the syntax: Fixes #123 or Relates to #456] | ||
|
||
## Proposed Changes | ||
- [Change 1] | ||
- [Change 2] | ||
- [Change 3] | ||
|
||
## Additional Information | ||
[Any additional information or context that would be helpful for reviewers] | ||
|
||
## Checklist | ||
- [ ] I have tested these changes locally | ||
- [ ] I have updated the documentation accordingly | ||
- [ ] My code follows the project's coding standards | ||
|
||
## Screenshots (if applicable) | ||
[Add screenshots here to demonstrate visual changes] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Block a File | ||
# folder/file.php | ||
# Block a Folder | ||
# folder/ | ||
|
||
# Ignore all htaccess & htpasswd Files | ||
# **/.htaccess* | ||
# **/.htpasswd* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Changelog | ||
|
||
See _changelogs folder to get insights into different version changes. | ||
|
||
🐟 Bugfish <3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Contributing | ||
|
||
Hey there! Thanks for considering contributing to this project! We appreciate your interest and are excited to have you join our community of contributors. | ||
|
||
## 🚀 How You Can Help | ||
|
||
* **Report Bugs:** Found something that's not working as expected? Let us know! Clear and detailed bug reports are incredibly valuable. | ||
* **Suggest Features:** Got a brilliant idea for a new feature or improvement? We'd love to hear it! | ||
* **Submit Code:** Ready to roll up your sleeves and write some code? Awesome! Check out our coding style guidelines (see below) and dive in. | ||
* **Improve Documentation:** Documentation is just as important as code. Help us make it clear, concise, and easy to understand. | ||
* **Spread the Word:** Tell your friends, write blog posts, share on social media – help us get the word out! | ||
|
||
## 📢 Spread the Word | ||
|
||
Help us grow by sharing this project with others! You can: | ||
|
||
* **Tweet about it** – Share your thoughts on [Twitter/X](https://twitter.com) and tag us! | ||
* **Post on LinkedIn** – Let your professional network know about this project on [LinkedIn](https://www.linkedin.com). | ||
* **Upvote on Product Hunt** – If we're listed, give us a boost on [Product Hunt](https://www.producthunt.com)! | ||
* **Share on Reddit** – Talk about it in relevant subreddits like [r/programming](https://www.reddit.com/r/programming/) or [r/opensource](https://www.reddit.com/r/opensource/). | ||
* **Write a Blog Post** – A tutorial, review, or use-case would be awesome! | ||
* **Tell Your Community** – Spread the word in Discord servers, Slack groups, and forums. | ||
|
||
## 🎨 Coding Style Guidelines | ||
|
||
* Follow the existing coding style. | ||
* Write clear, concise, and well-commented code. | ||
* Keep your pull requests focused on a single issue or feature. | ||
|
||
## ⚖️ Code of Conduct | ||
|
||
Please note that this project has a Code of Conduct (.github/CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms. | ||
|
||
## ❓ Need Help? | ||
|
||
If you're having trouble getting started or have any questions, feel free to reach out to us! You can: | ||
|
||
* Open an issue here on GitHub. | ||
* Join our Discord at https://discord.com/invite/y5d2px9KEw. | ||
* Open a Topic on my Forum at https://www.bugfish.eu/forum. | ||
|
||
Thank you again for your interest in contributing! We look forward to working with you. | ||
|
||
🐟 Bugfish <3 |
Oops, something went wrong.