Skip to content

Commit

Permalink
🎉 Article statistics and link icons -> 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Sep 7, 2024
1 parent 15ca262 commit 197e7c0
Show file tree
Hide file tree
Showing 48 changed files with 5,338 additions and 5,276 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/🚀-enhancement-request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: "\U0001F680 Enhancement Request"
about: Suggest an idea for this project
title: ''
title: ""
labels: enhancement
assignees: ''

assignees: ""
---

**Title:** 🚀 Enhancement Request: [Brief Description of the Enhancement]
Expand All @@ -20,6 +19,7 @@ A detailed description of the proposed enhancement. Explain what new functionali
Explain why this enhancement is needed. Include any problems it will solve or improvements it will bring to the user experience.

**Proposed Changes:**

1. **Feature Addition:** [Describe the new feature or functionality in detail]
2. **UI/UX Improvements:** [If applicable, describe any changes to the user interface or user experience]
3. **Performance Enhancements:** [If applicable, describe how the enhancement will improve performance]
Expand All @@ -31,6 +31,7 @@ List the advantages and benefits of implementing this enhancement. Explain how i
Provide any examples or use cases that illustrate the enhancement. Include mockups, wireframes, or screenshots if available.

**Additional Information:**

- [Any additional context or information that would be helpful]
- [Include any related issues or requests if applicable]

Expand All @@ -39,5 +40,6 @@ Provide any examples or use cases that illustrate the enhancement. Include mocku
**Estimated Effort:** [Estimate the effort required to implement this enhancement, if known]

**Contact Information:**

- Name: [Your Name]
- Email: [Your Email]
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/🛠️-bug-report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: "\U0001F6E0️ Bug report"
about: Create a report to help us improve
title: ''
title: ""
labels: bug
assignees: ''

assignees: ""
---

**Title:** 🛠️ Bug Report: [Brief Description of the Issue]
Expand All @@ -17,6 +16,7 @@ assignees: ''
A detailed description of the bug or issue. Include any error messages, unexpected behavior, or deviations from the expected functionality.

**Steps to Reproduce:**

1. [First step to reproduce the issue]
2. [Second step to reproduce the issue]
3. [Additional steps if necessary]
Expand All @@ -31,6 +31,7 @@ Describe what actually happened, including any error messages or incorrect behav
[Attach any relevant screenshots, logs, or files that help illustrate the issue]

**Additional Information:**

- [Any additional information that might help in diagnosing the problem]
- [If the issue is related to specific conditions or user actions, mention those here]

Expand All @@ -44,5 +45,6 @@ Describe what actually happened, including any error messages or incorrect behav
[If you have a suggestion for fixing the issue or know the cause, provide details here]

**Contact Information:**

- Name: [Your Name]
- Email: [Your Email]
12 changes: 12 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/** @type {import("prettier").Config} */
export default {
plugins: ["prettier-plugin-astro"],
overrides: [
{
files: "*.astro",
options: {
parser: "astro",
},
},
],
};
Loading

0 comments on commit 197e7c0

Please sign in to comment.