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 (Plugin Related)
description: Report a bug or glitch with this plugin template.
name: 🪲 Bug Report (Obsidian Plugin)
description: Report a bug or glitch with this Obsidian plugin template.
title: 'Bug: {Issue Summary}'
labels:
- bug
Expand Down
2 changes: 1 addition & 1 deletion .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 the plugin
about: Create a report to help us improve this Obsidian plugin
labels: bug
---

Expand Down
2 changes: 1 addition & 1 deletion .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 template, tool, or workflow for this plugin project.
description: Suggest a new feature or improvement for this Obsidian plugin.
title: 'Feature: {Idea}'
labels:
- feature request
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 for this plugin
about: Suggest an idea or improvement for this Obsidian plugin
labels: enhancement
---

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_report.yml))
- 🐛 Report bugs (see our [Bug Report Template](.github/ISSUE_TEMPLATE/bug.yml))
- 🌟 Suggest new features or enhancements
- 🧪 Write or improve tests
- 🔧 Refactor or optimize code
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ We welcome contributions of all kinds!

Use our templates to get started:

- [🐛 Bug Reports](./.github/ISSUE_TEMPLATE/bug_report.md)
- [🌟 Feature Requests](./.github/ISSUE_TEMPLATE/feature_request.md)
- [📦 Pull Requests](./.github/PULL_REQUEST_TEMPLATE.md)
- [🐛 Bug Reports](./.github/ISSUE_TEMPLATE/bug.yml)
- [🌟 Feature Requests](./.github/ISSUE_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