Exhaustive list of SPDX (Software Package Data Exchange) licenses: https://spdx.org/licenses/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "🐛 Bug Report" | |
| description: Create a new ticket for a bug. | |
| title: "🐛 [BUG] - <title>" | |
| labels: [ | |
| "bug" | |
| ] | |
| body: | |
| - type: textarea | |
| id: description | |
| attributes: |
#Linux Cheat Sheet
##File Commands:
- ls – directory listing
- ls -al – formatted listing with hidden files
- cd dir - change directory to dir
- cd – change to home
- pwd – show current directory
- mkdir dir – create a directory dir
- rm file – delete file