J Guerreiro 4 роки тому
батько
коміт
2b759fcecd

+ 30 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,30 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: 'Status: Triage, Type: Bug'
+assignees: ''
+
+---
+
+#### Affected Version
+<!-- Please ensure you are using the latest yay-git package -->
+<!-- Use `yay -V` to get installed version -->
+<!-- Example: `yay v8.1139.r0.g9ac4ab6 - libalpm v11.0.1` -->
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Output**
+
+<!-- Include the FULL output -->
+<!-- Include any relevant commands/configs -->
+<!-- The current yay config can be printed with `yay -Pg` -->
+<!-- Use code blocks -->
+<!-- Paste services are only needed for excessive output (>500 lines) -->

+ 20 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+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.