Merge pull request #3076 from nextcloud/docs/noid/unifyIssueTemplate

Unify template with org template base
This commit is contained in:
Andy Scherzinger 2024-09-25 11:44:26 +02:00 коммит произвёл GitHub
Родитель 54a6cea4d6 42888d0734
Коммит 64ab8f4891
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 79 добавлений и 95 удалений

50
.github/ISSUE_TEMPLATE/1_bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,50 @@
---
name: 🐞 Bug report
about: Help us to improve by reporting a bug
labels: 0. Needs triage, bug
---
<!--- Please keep this note for other contributors -->
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
---
### Steps to reproduce
1.
2.
3.
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead, if possible also add a screenshot
### Logs
```
If applicable, you can post the iOS app or server logs (removing any sensitive information).
```
### Reasoning or why should it be changed/implemented?
### Environment data
**iOS version:** e.g. iOS 17.6.1
**Nextcloud iOS app version:** see More > Settings
**Server operating system:**
**Web server:** Apache, nginx
**Database:**
**PHP version:**
**Nextcloud version:** see Nextcloud admin page

Просмотреть файл

29
.github/ISSUE_TEMPLATE/2_feature_request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,29 @@
---
name: 🚀 Feature request
about: Suggest an idea for this app
labels: 0. Needs triage, enhancement
---
<!--- Please keep this note for other contributors -->
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
---
## Feature request
**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.

Просмотреть файл

47
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -1,47 +0,0 @@
---
name: 🐛 Bug report
about: Submit a report and help us improve the Nextcloud iOS Client
labels: bug, 0. Needs triage
---
### Steps to reproduce
1.
2.
3.
### Expected behaviour
Tell us what should happen.
### Actual behaviour
Tell was what instead happens.
### Screenshots
If applicable, add a screenshot showing the issue.
### Logs
```
If applicable, you can post the iOS app or server logs (removing any sensitive information).
```
### Reasoning or why should it be changed/implemented?
### Environment data
**iOS version:** e.g. iOS 17.6.1
**Nextcloud iOS app version:** see More > Settings
**Server operating system:**
**Web server:** Apache, nginx
**Database:**
**PHP version:**
**Nextcloud version:** see Nextcloud admin page

48
.github/ISSUE_TEMPLATE/feature_request.md поставляемый
Просмотреть файл

@ -1,48 +0,0 @@
---
name: 🚀 Feature request
about: Suggest an idea for this project
labels: enhancement, 0. Needs triage
---
<!--
Thanks for reporting issues back to Nextcloud!
Note: This is the **issue tracker of Nextcloud**, please do NOT use this to get answers to your questions or get help for fixing your installation. This is a place to report bugs to developers, after your server has been debugged. You can find help debugging your system on our home user forums: https://help.nextcloud.com or, if you use Nextcloud in a large organization, ask our engineers on https://portal.nextcloud.com. See also https://nextcloud.com/support for support options.
Nextcloud is an open source project backed by Nextcloud GmbH. Most of our volunteers are home users and thus primarily care about issues that affect home users. Our paid engineers prioritize issues of our customers. If you are neither a home user nor a customer, consider paying somebody to fix your issue, do it yourself or become a customer.
Guidelines for submitting issues:
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
- Go to https://github.com/nextcloud and type any word in the top search/command bar. You probably see something like "We couldnt find any repositories matching ..." then click "Issues" in the left navigation.
- You can also filter by appending e. g. "state:open" to the search string.
- More info on search syntax within github: https://help.github.com/articles/searching-issues
* This repository https://github.com/nextcloud/server/issues is *only* for issues within the Nextcloud Server code. This also includes the apps: files, encryption, external storage, sharing, deleted files, versions, LDAP, and WebDAV Auth
* SECURITY: Report any potential security bug to us via our HackerOne page (https://hackerone.com/nextcloud) following our security policy (https://nextcloud.com/security/) instead of filing an issue in our bug tracker.
* The issues in other components should be reported in their respective repositories: You will find them in our GitHub Organization (https://github.com/nextcloud/)
-->
<!--- Please keep this note for other contributors -->
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
**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.