Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-01-19 12:10:33 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-19 12:10:33 +0300
commiteae84c037f6770d73b9df93aac354d2998165abe (patch)
tree574cea232c1362dc1edbff5f2eb7445edce2eb69 /.github
parent5a72cfc73be0fff88b42b748cca1edc5cfc30686 (diff)
Added bug report forms
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md59
-rw-r--r--.github/ISSUE_TEMPLATE/Feature_request.md24
2 files changed, 83 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
new file mode 100644
index 0000000..3216644
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Bug_report.md
@@ -0,0 +1,59 @@
+---
+name: Bug Report
+about: Report a functional error in the extension. If you need assistance with your setup or have questions please go to our forum.
+labels: bug
+---
+
+<!--
+For QUESTIONS or SUPPORT, please visit the forum
+ -> https://help.nextcloud.com/c/apps/passwords
+ or look into the MANUAL
+ -> https://git.mdns.eu/nextcloud/passwords-webextension/wikis/home
+
+If your request is about the NEXTCLOUD APP, please go to
+ -> https://github.com/marius-wieschollek/passwords
+
+Check the issue tracker
+ -> https://github.com/marius-wieschollek/passwords-webextension/issues?q=is%3Aissue+label%3Abug
+ and try the NIGHTLY releases
+ -> https://git.mdns.eu/nextcloud/passwords-webextension/-/jobs/artifacts/testing/browse/dist/firefox-extension?job=Publish+Nightly+Firefox
+ -> https://chrome.google.com/webstore/detail/aipncmjoigmhooiiclcailmhiopachih
+
+Remember not to include personal data as this is public.
+-->
+
+
+### System Information
+- Extension Version:
+- App Version:
+- Browser and Version:
+- Client OS and Version:
+
+### Steps to reproduce
+1. <!-- Tell us percisely how to reproduce your bug -->
+2. <!-- Provide sample data if needed -->
+3. <!-- Include relevant user settings and app settings if not standard -->
+
+### Expected result
+What should happen?
+
+### Actual result
+What does happen?
+
+### Browser log
+<details>
+<summary>Browser log</summary>
+
+```
+In Firefox:
+ - Open about:debugging#/runtime/this-firefox
+ - Click "Inspect" on the extension
+ - Copy the content from the "Console" tab
+
+In Chrome
+ - Open chrome://extensions
+ - Enable "Developer mode" in the top right corner
+ - Click "Background page" on the extension
+ - Copy the content from the "Console" tab
+```
+</details>
diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md
new file mode 100644
index 0000000..8810cb4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Feature_request.md
@@ -0,0 +1,24 @@
+---
+name: Feature Request
+about: Suggest a change or something new
+labels: feature
+---
+
+<!--
+For QUESTIONS or SUPPORT, please visit the forum.
+ -> https://help.nextcloud.com/c/apps/passwords
+ or look into the MANUAL
+ -> https://git.mdns.eu/nextcloud/passwords-webextension/wikis/home
+
+If your request is about the NEXTCLOUD APP, please go to
+ -> https://github.com/marius-wieschollek/passwords
+-->
+
+**Current Status**
+Describe the current situation and resulting problems.
+
+**Feature Description**
+Describe your feature and how it should work.
+
+**Additional context**
+Add any other context or screenshots about the feature request here. \ No newline at end of file