[PR #1264] [MERGED] chore: add codeowners #1863

Open
opened 2026-01-29 15:25:31 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1264
Author: @Panquesito7
Created: 5/30/2023
Status: Merged
Merged: 7/3/2023
Merged by: @Panquesito7

Base: masterHead: add_codeowners


📝 Commits (2)

  • 80b3e6a chore: add codeowners
  • 56dcbfc Merge branch 'master' into add_codeowners

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

.github/CODEOWNERS (+1 -0)

📄 Description

Description of Change

  • Add codeowners.
    • These are the current most active C maintainers. If some get inactive or active, we can remove them from the list, but that doesn't mean that they're not maintainers anymore.
    • This will request a review for those on the list in every PR.
    • If you wish to be added/removed from the list, let me know. 🙂

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/1264 **Author:** [@Panquesito7](https://github.com/Panquesito7) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 7/3/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `add_codeowners` --- ### 📝 Commits (2) - [`80b3e6a`](https://github.com/TheAlgorithms/C/commit/80b3e6ab1279a9fabb995537b335336275da3c19) chore: add codeowners - [`56dcbfc`](https://github.com/TheAlgorithms/C/commit/56dcbfce22c034700928f1845742d5c7d5f0bc45) Merge branch 'master' into add_codeowners ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/CODEOWNERS` (+1 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> - Add codeowners. - These are the current most active C maintainers. If some get inactive or active, we can remove them from the list, but that doesn't mean that they're not maintainers anymore. - This will request a review for those on the list in every PR. - If you wish to be added/removed from the list, let me know. 🙂 #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [ ] ~Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines)~ - [ ] ~Added tests and example, test must pass~ - [ ] ~Relevant documentation/comments is changed or added~ - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:25:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1863