diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ecfa1bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/✨-feature-request.md b/.github/ISSUE_TEMPLATE/✨-feature-request.md new file mode 100644 index 0000000..d875ccb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/✨-feature-request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/🐞-bug-report.md b/.github/ISSUE_TEMPLATE/🐞-bug-report.md new file mode 100644 index 0000000..783dbfc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/🐞-bug-report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/📝-documentation-improvement.md b/.github/ISSUE_TEMPLATE/📝-documentation-improvement.md new file mode 100644 index 0000000..0f3b224 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/📝-documentation-improvement.md @@ -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.