Skip to content

Commit 49842b8

Browse files
committed
Add shorthand letters to table
PR-URL: #152
1 parent b947b2b commit 49842b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
- Create branch, for example: `2024-winter`
1717
- In new branch add following levels or leave line untouched in each file:
1818

19-
| | Level | Shorthand | Description |
20-
| ---- | ------------- | --------- | ------------------------------------------------------ |
21-
| `👂` | `heard` | `~` | Heard or have some idea |
22-
| `🎓` | `known` | `+` | Learned, read, but didn’t use |
23-
| `🖐️` | `used` | `*` | Used in work or real project |
24-
| `🙋` | `explained` | `!` | Explained to colleagues or can freely explain |
25-
| `📢` | `talked` | | Gave a public speech or lecture on a topic |
26-
| `🔬` | `researched` | | Deep research, measurements, comparisons, read sources |
27-
| `🚀` | `constructed` | | Developed an implementation or equivalent |
19+
| | Level | Shorthand | Description |
20+
| ---- | ------------- | ----------:| ------------------------------------------------------ |
21+
| `👂` | `heard` | `~` or `h` | Heard or have some idea |
22+
| `🎓` | `known` | `+` or `k` | Learned, read, but didn’t use |
23+
| `🖐️` | `used` | `*` or `u` | Used in work or real project |
24+
| `🙋` | `explained` | `!` or `e` | Explained to colleagues or can freely explain |
25+
| `📢` | `talked` | `t` | Gave a public speech or lecture on a topic |
26+
| `🔬` | `researched` | `r` | Deep research, measurements, comparisons, read sources |
27+
| `🚀` | `constructed` | `c` | Developed an implementation or equivalent |
2828

2929
- Now you can create pull request and merge this to main branch of your fork (not to original repo)
3030
- Pull request will fire Github Actions CI processing which will generate new commit with `Profile/REPORT.md` file with skill analisis and role matching report

0 commit comments

Comments
 (0)