|
16 | 16 | - Create branch, for example: `2024-winter` |
17 | 17 | - In new branch add following levels or leave line untouched in each file: |
18 | 18 |
|
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 | |
28 | 28 |
|
29 | 29 | - Now you can create pull request and merge this to main branch of your fork (not to original repo) |
30 | 30 | - 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