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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🪲 Bug Report (Obsidian Plugin)
description: Report a bug or glitch with this Obsidian plugin template.
name: 🪲 Bug Report
description: Report a bug or glitch with this project.
title: 'Bug: {Issue Summary}'
labels:
- bug
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve this Obsidian plugin
about: Create a report to help us improve this project
labels: bug
---

Expand All @@ -18,4 +18,4 @@ A clear and concise description of what you expected to happen.

**Environment**
- OS: [e.g. Windows 11]
- Obsidian version: [e.g. 1.5.3]
- Application version: [e.g. 1.0.0]
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/content.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ✍️ New Content Entry
description: Log a new module or snippet added to the plugin project.
description: Log a new module or snippet added to the project.
title: 'New: {Page or Template Name}'
labels:
- new content
- plugin growth
- project growth
body:
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🧭 Documentation Task
description: Improve the README, wiki, or plugin documentation.
description: Improve the README, wiki, or project documentation.
title: 'Docs: {Area}'
labels:
- documentation
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🌟 Feature Request
description: Suggest a new feature or improvement for this Obsidian plugin.
description: Suggest a new feature or improvement for this project.
title: 'Feature: {Idea}'
labels:
- feature request
Expand All @@ -16,7 +16,7 @@ body:
id: benefit
attributes:
label: Why would it be useful?
description: Explain why this would improve the plugin template.
description: Explain why this would improve the project.
- type: textarea
id: notes
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea or improvement for this Obsidian plugin
about: Suggest an idea or improvement for this project
labels: enhancement
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/goal-planning.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🎯 Goal Planning
description: Plan a focused plugin goal.
description: Plan a focused project goal.
title: 'Goal: {Objective}'
labels:
- goal
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🧪 Experiment / Test Log
description: Document a trial run of a new workflow, plugin, or idea.
description: Document a trial run of a new workflow or idea.
title: 'Experiment: {Title}'
labels:
- experiment
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repo is built on curiosity, creativity, and care — and *you* are part of
🪄 Whether you're a coder, documenter, designer, or dreamer — here are some great ways to help:

- 📚 Improve documentation or fix typos
- 🐛 Report bugs (see our [Bug Report Template](.github/ISSUE_TEMPLATE/bug.yml))
- 🐛 Report bugs using the [Bug Report Template](https://github.com/your-username/vaultos-plugin-template/issues/new?template=bug.yml)
- 🌟 Suggest new features or enhancements
- 🧪 Write or improve tests
- 🔧 Refactor or optimize code
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ We welcome contributions of all kinds!

Use our templates to get started:

- [🐛 Bug Reports](./.github/ISSUE_TEMPLATE/bug.yml)
- [🌟 Feature Requests](./.github/ISSUE_TEMPLATE/feature-request.yml)
- [🐛 Bug Reports](https://github.com/your-username/vaultos-plugin-template/issues/new?template=bug.yml)
- [🌟 Feature Requests](https://github.com/your-username/vaultos-plugin-template/issues/new?template=feature-request.yml)
- [📦 Pull Requests](./.github/pull_request_template.md)

Read our [CONTRIBUTING.md](CONTRIBUTING.md) for more info, or start a conversation in [💬 GitHub Discussions](https://github.com/your-username/vaultos-plugin-template/discussions).
Expand Down
Loading