diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..b542fee9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,47 @@ +--- +name: Bug report +about: Create a bug report to help us improve AdGuard Home + +--- + + + +### Prerequisites + +Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** + +- [ ] I am running the latest version +- [ ] I checked the documentation and found no answer +- [ ] I checked to make sure that this issue has not already been filed + +### Issue Details + + + +* **Version of AdGuard Home server:** + * +* **How did you setup DNS configuration:** + * +* **If it's a router or IoT, please write device model:** + * +* **Operating system and version:** + * + +### Expected Behavior + + +### Actual Behavior + + +### Screenshots + + +
Screenshot: + + + +
+ +### Additional Information + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..8a9629ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Suggest an idea for Electron + +--- + + + +### Prerequisites + +Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** + +- [ ] I am running the latest version +- [ ] I checked the documentation and found no answer +- [ ] I checked to make sure that this issue has not already been filed + +### Problem Description + + +### Proposed Solution + + +### Alternatives Considered + + +### Additional Information + diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..fa56e823 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,19 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - 'bug' + - 'enhancement' + - 'feature request' + - 'localization' +# Label to use when marking an issue as stale +staleLabel: 'wontfix' +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index bb020c5e..00000000 --- a/issue_template.md +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - -### Steps to reproduce - -1. -2. -3. -4. - -### Expected behavior - - -### Actual behavior - - - -
Screenshot: - - - -
- -### Your environment - - -| Description | Value | -| -------------- | ------------ | -| Version of AdGuard Home server:| (e.g. v1.0) -| How did you setup DNS configuration:| (System/Router/IoT) -| If it's a router or IoT, please write device model:| (e.g. Raspberry Pi 3 Model B) -| Operating system and version:| (e.g. Ubuntu 18.04.1)