chore(templates): add issue templates

This commit is contained in:
Sat Naing
2024-10-12 17:36:34 +07:00
committed by satnaing
parent 06714b86ee
commit c429126982
4 changed files with 69 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: AstroPaper Discussions
url: https://github.com/satnaing/astro-paper/discussions
about: Please ask and answer questions here.
@@ -0,0 +1,20 @@
---
name: "✨ Feature Request"
about: Suggest an idea for improving AstroPaper
title: "[Feature Request]: "
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
+27
View File
@@ -0,0 +1,27 @@
---
name: "\U0001F41E Bug report"
about: Report a bug or unexpected behavior in AstroPaper
title: "[BUG]: "
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
@@ -0,0 +1,17 @@
---
name: "\U0001F4DD Documentation Improvement"
about: Propose updates or improvements to the documentation/blog posts
title: "[Docs]: "
labels: documentation
assignees: ''
---
**Describe the Issue**
A clear and concise description of the documentation issue or improvement.
**Proposed Changes**
Describe what changes should be made and why they would improve the documentation.
**Additional Context**
Add any other context or screenshots about the documentation request here.