├── logo-1x.png ├── logo-2x.png ├── logo-1.5x.png ├── dark-logo-glyph.png ├── light-logo-glyph.png ├── .github └── ISSUE_TEMPLATE │ ├── feature_request.yml │ └── bug_report.yml ├── dark-logo-glyph.svg ├── logo-wiki.svg ├── light-logo-glyph.svg ├── logo-ascii.txt ├── lgiht-logo-stacked.svg ├── dark-logo-stacked.svg ├── README.md ├── lnme.svg └── lnme-citadel.svg /logo-1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runcitadel/citadel/HEAD/logo-1x.png -------------------------------------------------------------------------------- /logo-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runcitadel/citadel/HEAD/logo-2x.png -------------------------------------------------------------------------------- /logo-1.5x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runcitadel/citadel/HEAD/logo-1.5x.png -------------------------------------------------------------------------------- /dark-logo-glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runcitadel/citadel/HEAD/dark-logo-glyph.png -------------------------------------------------------------------------------- /light-logo-glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runcitadel/citadel/HEAD/light-logo-glyph.png -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- 1 | name: Feature Request 2 | description: Suggest an idea for Citadel 3 | title: "[Feature]: " 4 | labels: ["feature request", "enhancement"] 5 | body: 6 | - type: markdown 7 | attributes: 8 | value: | 9 | We're always looking for suggestions on how we could improve Citadel! 10 | - type: textarea 11 | id: problem 12 | attributes: 13 | label: Describe the problem 14 | description: Is your feature request related to a problem? Please describe. 15 | placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when... 16 | validations: 17 | required: false 18 | - type: textarea 19 | id: solution 20 | attributes: 21 | label: Describe the solution 22 | description: Add some details about the solution you'd like to see 23 | placeholder: I want to be able to... 24 | validations: 25 | required: false 26 | - type: textarea 27 | id: context 28 | attributes: 29 | label: Additional context 30 | description: Add any other context or screenshots about the feature request here. 31 | placeholder: "This is how it should look: " 32 | validations: 33 | required: false 34 | -------------------------------------------------------------------------------- /dark-logo-glyph.svg: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- 1 | name: Bug Report 2 | description: Create a report to help us improve 3 | title: "[Bug]: " 4 | labels: ["bug", "triage"] 5 | body: 6 | - type: markdown 7 | attributes: 8 | value: | 9 | Thanks for taking the time to fill out this bug report! 10 | - type: textarea 11 | id: describe-bug 12 | attributes: 13 | label: Describe the bug 14 | description: A clear and concise description of what the bug is. Include screenshots if relevant. 15 | placeholder: The bug happened when I opened the app... 16 | value: "A bug happened!" 17 | validations: 18 | required: true 19 | - type: textarea 20 | id: reproduce-bug 21 | attributes: 22 | label: Reproduce 23 | description: How do you trigger this bug? Please walk us through it step by step. 24 | value: "Reproduce the bug step by step." 25 | validations: 26 | required: true 27 | - type: input 28 | id: version 29 | attributes: 30 | label: Citadel version 31 | description: What version of Citadel were you running when the bug occurred? You can find the version number on the Settings page. 32 | placeholder: e.g. v0.1.0 33 | validations: 34 | required: true 35 | - type: input 36 | id: operating-system 37 | attributes: 38 | label: Operating system 39 | description: What operating system (OS) is your Citadel running on? 40 | placeholder: e.g. Citadel OS, Ubuntu, Debian or other 41 | validations: 42 | required: true 43 | - type: textarea 44 | id: logs 45 | attributes: 46 | label: Log output 47 | description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. 48 | render: shell 49 | validations: 50 | required: false 51 | -------------------------------------------------------------------------------- /logo-wiki.svg: -------------------------------------------------------------------------------- 1 | 20 | -------------------------------------------------------------------------------- /light-logo-glyph.svg: -------------------------------------------------------------------------------- 1 | 18 | -------------------------------------------------------------------------------- /logo-ascii.txt: -------------------------------------------------------------------------------- 1 | *(#%%(* 2 | **/(###(/#&&&%#(/** 3 | *(((((//*,,,#@@@@&&&%#((* 4 | */(%(**,,,,,,,#@@@@@@@@@%(/ 5 | */(%/,,,,,,,,,#@@@@@@@@@%(* 6 | **/(##/*,,,,*/(%/,,,**/(#%%&&&&@@@@@%(*,,,,,*/#&%(/** 7 | */(((((/*,,,,,,,*(##(/(##%%%#(%&&&&&&&&&%(/**,,,/(%@@&&&%#(/* 8 | */(%%#(**,,,,,,,*/(#%&&&&&%%#(/**,#@@@&&&&&&&&&&%#(//(%@@@@@@@&%%%(** 9 | (%&&&%%%(*,,,,/(%&&&&&&/*,,,,,,,#@@@@@@@&&&&&&&&&&&%&@@@@&&%%%(/*,* 10 | (%&@@@@&&&%#(/#%&&%%#/*,,,,,,,,,,,#@@@@@@@@@@@&&&&&&&%&&%%##(/*,,,,,* 11 | (%&@@@@@@@@&&%#((/*,,,,,,,,,,,,,,,#@@@@@@@@@@@@@@@@&&&%%(/*,,,,,,,,,* 12 | (%&@@@@@@@@@/,,,,,,,,,,,,,,,,,,,#@@@@@@@@@@@@@@@@@@@%(/,,,,,,,,,,,* 13 | (%&@@@@@@@@@(/**,,,*(%##/,,,,,,,#@@@@@@@&%%%&&@@@@&&%(/,,,,,,,,,,,* 14 | (%&@@@@@@@@@##%&%#((%@&&&&%(/**,#@@@&%%%#(*,(%%%&&&%#(/,,,,,,,,,,,* 15 | (%&@@@@@@@@@@&%%&&&&&%&@@@@@@&&&%##%##(/*,,,,,/%%&&&%#(**,,,,,,,,,,,* 16 | (%&@@@@@@@@@@@@@@@&%%%&@@@@@@@@@@@#**,,,,,,,,,/%%%(/**,,,,,,,,,,,,,,* 17 | (%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 18 | (%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 19 | (%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 20 | (%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 21 | (%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 22 | /%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 23 | *(%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 24 | #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 25 | */#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* 26 | */#&&@@@@@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,* 27 | */(#%&@@@@@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,,,,* 28 | **/(%&@@@@@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,,,,* 29 | *(%&@@@@@@@@@@@@@#,,,,,,,,,,,,,,,,,,* 30 | **(%%&@@@@@@@@#,,,,,,,,,,,,,,* 31 | **(#%&@@@@#,,,,,,,,,,,* 32 | */(#,,,,,,,* 33 | *#,,,* -------------------------------------------------------------------------------- /lgiht-logo-stacked.svg: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /dark-logo-stacked.svg: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |
3 |