From b78ce768550242c31cd5ef2de7b4c7ac6096ee40 Mon Sep 17 00:00:00 2001 From: Hayzam Sherif Date: Thu, 5 Sep 2024 19:32:51 +0530 Subject: [PATCH 1/4] Update config.example.json --- config.example.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.example.json b/config.example.json index 695234b..3026ea5 100644 --- a/config.example.json +++ b/config.example.json @@ -27,10 +27,6 @@ "usePathStyle": true, "publicUrlFormat": "https:///%s" }, - "cloudflare": { - "account_id": "", - "api_key": "" - }, "githubOAuth": { "clientId": "", "clientSecret": "", From 068acf81ef712b6577089981fe8df6ae3bf9aea6 Mon Sep 17 00:00:00 2001 From: Hayzam Sherif Date: Thu, 5 Sep 2024 21:35:01 +0530 Subject: [PATCH 2/4] docs: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ecb90..54b05c2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!WARNING] > This project is still in development so expect breaking changes! - + Kalmia is a Go tool with a web interface for managing RsPress documentation. It supports multiple versions, multiple users, and includes a markdown editor for easy edits. Please visit our [website](https://kalmia.difuse.io) for more information on how to use Kalmia and its features. From ee525d75ae9c0471dc23597751eec59103ea921c Mon Sep 17 00:00:00 2001 From: Hayzam Sherif Date: Thu, 5 Sep 2024 21:38:07 +0530 Subject: [PATCH 3/4] docs: update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54b05c2..4aaefef 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ > [!WARNING] > This project is still in development so expect breaking changes! - + + +https://github.com/user-attachments/assets/19d7b3e3-0f8d-49b6-a8e1-b8885ceec467 + Kalmia is a Go tool with a web interface for managing RsPress documentation. It supports multiple versions, multiple users, and includes a markdown editor for easy edits. Please visit our [website](https://kalmia.difuse.io) for more information on how to use Kalmia and its features. From 4e1817bb1c04a8c6b7498637f26666c0bedfaf1e Mon Sep 17 00:00:00 2001 From: Hayzam Sherif Date: Fri, 6 Sep 2024 03:35:02 +0530 Subject: [PATCH 4/4] Update issue templates --- .github/ISSUE_TEMPLATE/issue-template.md | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000..0ed3a3d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,38 @@ +--- +name: Issue Template +about: A template for submitting bug reports, feature requests, or support inquiries + for the Kalmia project, with sections for behavior, reproduction steps, environment, + and additional context. +title: "[Bug/Feature/Support] Brief Description of the Issue" +labels: '' +assignees: ajasma6570, hayzamjs + +--- + +* **I'm submitting a**: + + - [ ] Bug Report + - [ ] Feature Request + - [ ] Support Request + +* **Do you want to request a feature or report a bug?** + + +* **What is the current behaviour?** + + +* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** + + +* **What is the expected behaviour?** + + +* **What is the motivation / use case for changing the behavior?** + +* **Please tell us about your environment** + + * **Version**: 0.0.1 + * **Browser**: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] + * **Operating System** (where kalmia is running): Linux ( and ) or whichever OS you're using + +* Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, discord, etc)