VirajPatel007 / github-projects-playground

MIT License
0 stars 0 forks source link

What about docs? #6

Open VirajPatel007 opened 2 hours ago

VirajPatel007 commented 2 hours ago

Let's work on the documentation with suggestion:

VirajPatel007 commented 2 hours ago

We should:

VirajPatel007 commented 2 hours ago

Slash Commands:

A Slash command in GitHub is a special command used in comments or GitHub Actions workflows to trigger specific actions or interactions. It starts with a forward slash (/) followed by a keyword, such as /assign to assign issues or pull requests, or /review to request a code review. These commands simplify workflows, automate tasks, and facilitate communication, especially in pull request reviews and issue management. Slash commands are typically used within GitHub's interface, such as in comments, pull requests, or actions to streamline operations.

Example:

  1. /Code block: The /code block slash command in GitHub allows us to quickly insert a code block into comments or descriptions, formatting it for easy readability.
    console.log("Hello World!");
  2. /Table: The /table slash command in GitHub is used to create a simple, formatted table in issue or pull request comments, making it easier to display structured data. Header Header
    Cell Cell
    Cell Cell

Emojis:

In GitHub, emojis are used to add visual expression to comments, issues, pull requests, and commit messages. They are inserted using a colon (:) followed by the emoji name, such as :thumbsup for 👍 or :rocket for 🚀. Emojis help convey emotions, reactions, or status updates in a lightweight, fun, and easily recognizable way. They can also be used in GitHub discussions, PR reviews, and status updates to enhance communication and engagement within teams.