Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .dockerignore
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/bug_report.yml
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/config.yml
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/docs.yml
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/feature_request.yml
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/invite.yml
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/others.yml
100755 → 100644
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/testimonial.yml
100755 → 100644
Empty file.
Empty file modified .github/contributors.yml
100755 → 100644
Empty file.
Empty file modified .github/labeler.yml
100755 → 100644
Empty file.
Empty file modified .github/pull_request_template.md
100755 → 100644
Empty file.
Empty file modified .github/workflows/labeler.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/pr-autoclose.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/release.yml
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
10,197 changes: 10,197 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

2,126 changes: 2,126 additions & 0 deletions .pnp.loader.mjs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

Empty file modified CHANGELOG.md
100755 → 100644
Empty file.
Empty file modified CODE_OF_CONDUCT.md
100755 → 100644
Empty file.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Before **creating** an Issue for `features`/`bugs`/`improvements` please follow
### Working on an Issue (get it assigned to you)

Before working on an existing Issue please follow these steps:

1. do **not** enable GitHub Actions on your fork
1. reference the Issue in your Pull Request (for example `closes #123`)

Expand All @@ -34,8 +35,9 @@ Ensure any install or build dependencies are removed before the end of the layer
Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.

> Notes:
> - any issues that have no activity after 3 weeks will be unassigned and re-assigned to someone else
> - only request to be assigned an issue if you know how to work on it

- any issues that have no activity after 3 weeks will be unassigned and re-assigned to someone else
Copy link

Copilot AI May 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'Notes:' section now has duplicate bullet points due to the added lines. Consider removing the duplicates to keep the instructions concise and clear.

Suggested change
- any issues that have no activity after 3 weeks will be unassigned and re-assigned to someone else

Copilot uses AI. Check for mistakes.
- only request to be assigned an issue if you know how to work on it

## Reviewing Pull Requests

Expand Down
Empty file modified Dockerfile
100755 → 100644
Empty file.
Empty file modified Dockerfile.dev
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ⏲ LogIQ
# ⏲ LogIQ [![Netlify Status](https://api.netlify.com/api/v1/badges/6dd89b33-9f37-44cf-8de7-2ca4298a73be/deploy-status)](https://app.netlify.com/sites/devlogiq/deploys)

## What is LogIQ?🤔

Expand Down
Empty file modified SECURITY.md
100755 → 100644
Empty file.
Empty file modified docker-compose.yaml
100755 → 100644
Empty file.
Empty file modified docs/README.md
100755 → 100644
Empty file.
Empty file modified docs/logiq.md
100755 → 100644
Empty file.
Empty file modified index.html
100755 → 100644
Empty file.
Loading
Loading