Просмотр исходного кода

Add issue templates (#19)

* Add issue templates

* Create config.yml
101arrowz 4 лет назад
Родитель
Сommit
f26212e6ab

+ 19 - 0
.github/ISSUE_TEMPLATE/bug.md

@@ -0,0 +1,19 @@
+---
+name: Bug
+about: Report unexpected errors, corrupt files, and other bugs here
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+<!-- This template is just a suggestion, feel free to ignore or delete it -->
+**How to reproduce**
+<!-- If possible, upload files or instructions to reproduce the bug -->
+<!-- You can send them to me privately at [email protected] if they contain confidential information -->
+
+**The problem**
+<!-- Mention what went wrong. More details will help me fix the issue faster -->
+<!-- Even just copy-pasting an error message is enough for me to start -->
+
+<!-- List any other context, comments, or clarifications you have here -->

+ 4 - 0
.github/ISSUE_TEMPLATE/config.yml

@@ -0,0 +1,4 @@
+contact_links:
+  - name: Email
+    url: mailto:[email protected]
+    about: Privately send me any feedback or bug reports (with files to reproduce them) here.

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

@@ -0,0 +1,24 @@
+---
+name: Feature request
+about: Suggest an improvement to functionality or documentation
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+<!-- This template is just a suggestion, feel free to ignore or delete it -->
+
+**What can't you do right now?**
+<!-- Describe what you'd like to do with fflate but can't with the current API -->
+<!-- If you think what you need may be possible to do already, that's fine too - I can update the docs to make it easier to understand -->
+
+**An optimal solution**
+<!-- Describe the features you'd like added, optimally with some example code -->
+<!-- Code samples are incredibly helpful for deciding whether a feature is worth adding -->
+
+**(How) is this done by other libraries?**
+<!-- Describe how JSZip, Pako, UZIP.js, tiny-inflate, etc. solve the same problem -->
+<!-- If they don't support this feature at all, remove this section -->
+
+<!-- List any other context, comments, or clarifications you have here -->