Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve(docs): beginner > arrays #195

Merged
merged 5 commits into from
Mar 16, 2023

Conversation

PoetaKodu
Copy link
Collaborator

@PoetaKodu PoetaKodu commented Mar 12, 2023

Description

Type of Change

Changes in docs (docs)

  • improve(docs) - e.g. added a new paragraph, example, using a better wording, adding a new document, etc.
  • 🛠️ fix(docs) - bug fix, e.g. fix a typo, page render issue
  • BREAKING CHANGE(docs) - e.g. removing a document/article/category that was referenced in many other places
  • 🧹 refactor(docs) - changed a code example, e.g. replaced old code with a modern one
  • 🗑️ chore(docs) - other changes that don't affect the docs, e.g. updating the CI/CD pipeline

Changes in the platform (platform)

  • feat(platform) - a new feature, e.g. a new MDX component, plugin, theme, etc.
  • 🛠️ fix(platform) - bug fix, e.g. fix a typo, issue causing component to crash
  • BREAKING CHANGE(platform) - e.g. removing a feature, changing the API, etc.
  • 🧹 refactor(platform) - code improvements, changes, e.g. unifying style, renaming internals, etc.
  • 📝 docs(platform) - updated code documentation
  • 🗑️ chore(platform) - other changes that don't affect the platform directly, e.g. updating the CI/CD pipeline

@PoetaKodu PoetaKodu added course Regarding a course lesson/article difficulty: easy This task will require a small amount of work and maybe a bit of research. est. time: < 1 day A loose time estimation of less than one day of work. labels Mar 12, 2023
@PoetaKodu PoetaKodu added this to the March 2023 milestone Mar 12, 2023
@PoetaKodu PoetaKodu self-assigned this Mar 12, 2023
described how to read new items from a user
improved some code examples
@PoetaKodu PoetaKodu linked an issue Mar 12, 2023 that may be closed by this pull request
36 tasks
@PoetaKodu PoetaKodu marked this pull request as ready for review March 16, 2023 22:00
@PoetaKodu PoetaKodu merged commit 9d49071 into Cpp4You:main Mar 16, 2023
@PoetaKodu PoetaKodu deleted the improve-beginner-arrays branch March 16, 2023 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
course Regarding a course lesson/article difficulty: easy This task will require a small amount of work and maybe a bit of research. est. time: < 1 day A loose time estimation of less than one day of work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve(docs): Basics -> Arrays
1 participant