Skip to content

Main#1

Merged
Alcheri merged 3 commits into
Limnoria-Memfrom
main
May 1, 2026
Merged

Main#1
Alcheri merged 3 commits into
Limnoria-Memfrom
main

Conversation

@Alcheri
Copy link
Copy Markdown
Owner

@Alcheri Alcheri commented May 1, 2026

docs: move supporting docs into docs folder

Copilot AI review requested due to automatic review settings May 1, 2026 07:14
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@Alcheri Alcheri merged commit ffd4d74 into Limnoria-Mem May 1, 2026
13 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces repository support files (contribution guidance, PR/issue templates, and automatic PR labeling) and adds a small .gitignore update.

Changes:

  • Add docs/CONTRIBUTING.md with contribution/contributor information.
  • Add GitHub community/automation configuration: PR template, issue templates, and labeler workflow + config.
  • Ignore *.codex files in .gitignore.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
docs/CONTRIBUTING.md Adds contribution/contributor documentation in docs/.
.gitignore Ignores *.codex files.
.github/workflows/labeler.yml Adds GitHub Action to auto-label PRs.
.github/labeler.yml Defines label rules based on changed files.
.github/PULL_REQUEST_TEMPLATE.md Adds a structured PR template.
.github/ISSUE_TEMPLATE/feature_request.md Adds a feature request issue template.
.github/ISSUE_TEMPLATE/bug_report.md Adds a bug report issue template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/CONTRIBUTING.md
@@ -0,0 +1,25 @@
# Contributors
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

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

The document is named CONTRIBUTING.md and the README section is titled "Contributing", but this page starts with "# Contributors". Consider renaming the heading to "# Contributing" (or similar) so GitHub’s UI/search and readers see consistent terminology.

Suggested change
# Contributors
# Contributing

Copilot uses AI. Check for mistakes.
Comment thread docs/CONTRIBUTING.md
GitHub automatically tracks all contributors to this repository.
You can view the full, up‑to‑date list here:

[GitHub Contributors](https://github.com/Alcheri/Mem/graphs/contributors)
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

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

This hard-codes the owner/repo in the contributors link. That will break if the repo is forked or renamed. Prefer a relative link (e.g., "/graphs/contributors") so it always points at the current repository’s contributors page.

Suggested change
[GitHub Contributors](https://github.com/Alcheri/Mem/graphs/contributors)
[GitHub Contributors](/graphs/contributors)

Copilot uses AI. Check for mistakes.
Comment on lines +1 to +5
name: Labeler

on:
pull_request_target:

Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

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

PR description says "docs: move supporting docs into docs folder", but this change set also adds new GitHub automation/config (labeler workflow + issue/PR templates). Either update the PR description to reflect the broader scope, or split these non-doc changes into a separate PR so the intent/review surface is clear.

Copilot uses AI. Check for mistakes.
@Alcheri Alcheri deleted the main branch May 2, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants