Skip to content

Add: GitHub materials, resources section, and repo README updates#3

Merged
PtiCalin merged 2 commits intomainfrom
Cheetsheet
Mar 27, 2026
Merged

Add: GitHub materials, resources section, and repo README updates#3
PtiCalin merged 2 commits intomainfrom
Cheetsheet

Conversation

@PtiCalin
Copy link
Copy Markdown
Owner

Purpose

Add the full .github/ infrastructure and update repo documentation.

Description

  • Issue templates — Bug Report, New Content, Question (YAML forms)
  • GitHub Actions — CI syntax check, Label Sync, Stale bot, Release Drafter
  • Labels config — type, status, and phase labels synced from .github/labels.yml\
  • Release Drafter — auto-generates draft release notes from merged PRs
  • CONTRIBUTING.md — contribution guidelines, code style, commit conventions
  • Commit message template — .github/.gitmessage\ with type prefixes
  • Resources section — curated C++ resources in
    esources/README.md\
  • README updates — IFT1166 subtitle, related repos table,
    esources/\ in structure
  • ROADMAP — linked resources section

Type of Change

  • New content (notes, examples, source files)
  • Documentation update (README, guides, comments)
  • Repo structure / config change

Checklist

  • Files are in the correct folders per repo structure
  • Related READMEs have been updated
  • No secrets, credentials, or personal data included

## Purpose
Enhance the application by adding user authentication functionality.

## Description
- Introduced user login and registration endpoints.
- Integrated JWT for secure session management.
- Updated user model to include authentication fields.

## Type of Change
- [ ] New content (notes, examples, source files)
- [x] Documentation update (README, guides, comments)
- [ ] Repo structure / config change
- [x] Bug fix
- [ ] Refactor (no new functionality)

## Checklist
- [ ] Code compiles without errors
- [ ] Files are in the correct folders per repo structure
- [ ] Related READMEs have been updated
- [ ] UPDATES.md has been updated (if applicable)
- [ ] No secrets, credentials, or personal data included
@PtiCalin PtiCalin merged commit db85bbe into main Mar 27, 2026
1 check failed
@PtiCalin PtiCalin deleted the Cheetsheet branch March 27, 2026 18:03
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.

1 participant