Skip to content

Commit 133f7de

Browse files
authored
Merge pull request #859 from Adez017/Experiment
Fix the keywords Description on Techincal Section in Docs
2 parents 387afab + c471273 commit 133f7de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/Technical/intro-github.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ GitHub Simplfy all the command line interface of Git and make it more GUI friend
7878

7979
| Category | Description |
8080
| --- | -------------------- |
81-
| Issues | Retrieve data from tables |
82-
| Discussions | |
83-
| Pull requests | |
84-
| Notifications | |
85-
| Labels | |
86-
| Actions | |
87-
| Forks | |
88-
| Projects | |
81+
| Issues | Track bugs and feature requests |
82+
| Discussions | Community conversations and Q&A |
83+
| Pull requests | Code changes and review workflow |
84+
| Notifications | Activity alerts and updates |
85+
| Labels | Organize and categorize items |
86+
| Actions | Automated workflows and CI/CD |
87+
| Forks | Repository copies for development |
88+
| Projects | Track and manage work tasks |
8989

9090

9191
The fork is a personal copy of the repo which is already present or uploaded in GitHub by a different user. Once you fork and make changes to the repository the changes will happen to your forked repo, not the real one.

0 commit comments

Comments
 (0)