Skip to content

Made CODEOWNERS and CHANGELOG#23

Merged
Nykenik24 merged 3 commits intomainfrom
yc45
Mar 19, 2026
Merged

Made CODEOWNERS and CHANGELOG#23
Nykenik24 merged 3 commits intomainfrom
yc45

Conversation

@youngcoder45
Copy link
Contributor

Make sure the teams

  • Contributors (write perms)
  • Maintainers (maintain perms)
  • Testers (Read/Write perms)
  • Documentation (Write perms)
  • Security (Admin)

Exists and have the required perms

@youngcoder45 youngcoder45 requested a review from Copilot March 19, 2026 11:49
@Nykenik24 Nykenik24 merged commit 44ca57a into main Mar 19, 2026
1 check passed
Copy link

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

Adds repository governance files intended to formalize ownership/review responsibilities and establish a changelog placeholder for the project.

Changes:

  • Added a .github/CODEOWNERS file mapping paths to GitHub org teams.
  • Added an (currently empty) CHANGELOG file.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.

File Description
.github/CODEOWNERS Introduces codeowner rules for key repository paths and teams.
CHANGELOG Adds a changelog file placeholder at the repository root.
Comments suppressed due to low confidence (1)

.github/CODEOWNERS:48

  • /doc doesn’t exist in this repo, so this rule will never match anything. If docs live elsewhere, update the pattern accordingly; if you intend a directory, consider using /doc/ (or remove the entry until the directory exists).

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

You can also share your feedback on Copilot code review. Take the survey.

# HEADER FILES NEEDED IN THE LANGUAGE
/include/csquare/ @csq-lang/contributors
/include/csquare/lexer/ @csq-lang/contributors
/include/csquare/parser/rules @csq-lang/contributors
Comment on lines +3 to +6
# How to use:
# Owners are set to GitHub org teams.
# Team syntax: @csq-lang/<team-slug>
#
# -----------------------------------------------------------------------------
/.github/ @csq-lang/maintainers
/SECURITY.md @csq-lang/security
/CHANGELOG.md @csq-lang/maintainers
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