Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.py]
indent_size = 4

[*.rs]
indent_size = 4

[*.yml]
indent_size = 2

[*.yaml]
indent_size = 2

[*.json]
indent_size = 2

[*.toml]
indent_size = 2
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_size = 4
[*.rs]
indent_size = 4
[*.yml]
indent_size = 2
[*.yaml]
indent_size = 2
[*.json]
indent_size = 2
[*.toml]
indent_size = 2
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @ZFordDev
* @ZFordDev
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github: ZFordDev
ko_fi: zforddev
github: ZFordDev
ko_fi: zforddev
102 changes: 51 additions & 51 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
name: Bug Report
description: Report a reproducible issue in SchedPlus
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thank you for helping improve SchedPlus!
Please provide as much detail as possible so we can reproduce the issue.

- type: input
id: version
attributes:
label: SchedPlus Version
placeholder: e.g., 0.1.0, 0.2.0-dev

- type: input
id: os
attributes:
label: Operating System
placeholder: e.g., Windows 11, Ubuntu 22.04

- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: List each step clearly.
placeholder: |
1. Open SchedPlus
2. Add a new task
3. Save the schedule
4. Reopen the app and load tasks
5. Error occurs

- type: textarea
id: expected
attributes:
label: Expected Behavior
placeholder: Describe what you expected to happen.

- type: textarea
id: actual
attributes:
label: Actual Behavior
placeholder: Describe what actually happened.

- type: textarea
id: logs
attributes:
label: Logs / Screenshots (optional)
description: Attach anything helpful.
name: Bug Report
description: Report a reproducible issue in SchedPlus
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thank you for helping improve SchedPlus!
Please provide as much detail as possible so we can reproduce the issue.
- type: input
id: version
attributes:
label: SchedPlus Version
placeholder: e.g., 0.1.0, 0.2.0-dev
- type: input
id: os
attributes:
label: Operating System
placeholder: e.g., Windows 11, Ubuntu 22.04
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: List each step clearly.
placeholder: |
1. Open SchedPlus
2. Add a new task
3. Save the schedule
4. Reopen the app and load tasks
5. Error occurs
- type: textarea
id: expected
attributes:
label: Expected Behavior
placeholder: Describe what you expected to happen.
- type: textarea
id: actual
attributes:
label: Actual Behavior
placeholder: Describe what actually happened.
- type: textarea
id: logs
attributes:
label: Logs / Screenshots (optional)
description: Attach anything helpful.
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Documentation Update
description: Suggest improvements to documentation or examples
labels: [documentation]
body:
- type: textarea
id: update
attributes:
label: What needs to be updated?
placeholder: |
Describe the missing, unclear, or incorrect documentation.
Examples:
- A function is undocumented
- A UI mode is unclear
- A screenshot is outdated
- A section needs clarification
name: Documentation Update
description: Suggest improvements to documentation or examples
labels: [documentation]
body:
- type: textarea
id: update
attributes:
label: What needs to be updated?
placeholder: |
Describe the missing, unclear, or incorrect documentation.
Examples:
- A function is undocumented
- A UI mode is unclear
- A screenshot is outdated
- A section needs clarification
68 changes: 34 additions & 34 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name: Feature Request
description: Suggest an improvement or new feature for SchedPlus
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for your idea!
SchedPlus aims to stay simple, predictable, and local‑first.
Please describe the problem your feature solves.

- type: textarea
id: problem
attributes:
label: Problem / Use Case
placeholder: What problem does this solve? What workflow is blocked or inefficient?

- type: textarea
id: proposal
attributes:
label: Proposed Solution
placeholder: Describe the feature, interaction, or workflow improvement.

- type: textarea
id: alternatives
attributes:
label: Alternatives Considered (optional)
placeholder: Any other approaches you thought about?

- type: textarea
id: notes
attributes:
label: Additional Notes (optional)
placeholder: Screenshots, examples, or extra context.
name: Feature Request
description: Suggest an improvement or new feature for SchedPlus
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for your idea!
SchedPlus aims to stay simple, predictable, and local‑first.
Please describe the problem your feature solves.
- type: textarea
id: problem
attributes:
label: Problem / Use Case
placeholder: What problem does this solve? What workflow is blocked or inefficient?
- type: textarea
id: proposal
attributes:
label: Proposed Solution
placeholder: Describe the feature, interaction, or workflow improvement.
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered (optional)
placeholder: Any other approaches you thought about?
- type: textarea
id: notes
attributes:
label: Additional Notes (optional)
placeholder: Screenshots, examples, or extra context.
34 changes: 17 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Dependabot configuration for MathPlus
# Updates Cargo dependencies and GitHub Actions workflows.
# See documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Dependabot configuration for MathPlus
# Updates Cargo dependencies and GitHub Actions workflows.
# See documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Loading
Loading