Skip to content

Commit

Permalink
Merge pull request #2363 from nextcloud/fix/2265/contributing
Browse files Browse the repository at this point in the history
chore: add issue templates
  • Loading branch information
raimund-schluessler authored Oct 7, 2023
2 parents 8d6622c + 5e0ed26 commit 3733502
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 135 deletions.
182 changes: 182 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
name: "Bug"
description: "Have you encountered a bug?"
labels: ["bug", "0 - to triage"]
body:
- type: markdown
attributes:
value: |
### 👍Thanks for reporting issues back to Nextcloud!
This is the issue tracker of Nextcloud, if you have any support question please check out [the support on our website](https://nextcloud.com/support).
This is the bug tracker for the web-tasks component. Find other components [in our Github Organisation](https://github.com/nextcloud/)
Everything that is related to the CalDAV server, meaning it does not only affect the web-tasks but also your mobile and desktop clients, belongs in [the Server repository](https://github.com/nextcloud/server).
For reporting potential security issues please see [the security page on our website](https://nextcloud.com/security/).
To make it possible for us to help you please fill out below information carefully.
If you are a customer, please submit your issue directly in [the Nextcloud Portal](https://portal.nextcloud.com) so it gets resolved more quickly by our dedicated engineers.
Note that 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.
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: |
Describe the steps to reproduce the bug.
The better your description is _(go 'here', click 'there'…)_ the fastest you'll get an _(accurate)_ answer.
value: |
1.
2.
3.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Tell us what should happen
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behaviour
description: |
Tell us what happens instead
validations:
required: true
- type: markdown
attributes:
value: "## Tasks app"
- type: input
id: tasks-app-version
attributes:
label: Tasks app version
description: |
See apps admin page, e.g. 0.15.0
- type: input
id: CalDAV-clients-used
attributes:
label: CalDAV-clients used
description: e.g. Thunderbird Lightning, DAVx5, Evolution, macOS Calendar, etc...
- type: markdown
attributes:
value: "## Client configuration"
- type: input
id: browser
attributes:
label: Browser
description: e.g Firefox 117
- type: input
id: client-os
attributes:
label: Client operating system
description: e.g. Arch Linux
- type: markdown
attributes:
value: "## Server configuration"
- type: input
id: server-os
attributes:
label: Server operating system
description: e.g. Arch Linux
- type: dropdown
id: webserver
attributes:
label: Web server
description: |
Select Webserver serving Nextcloud Server.
_Describe in the "Additional info" section if you chose "Other"._
options:
- "Apache"
- "Nginx"
- "Other"
- type: dropdown
id: database
attributes:
label: Database engine version
description: |
Select Database engine serving Nextcloud Server.
_Describe in the "Additional info" section if you chose "Other"._
options:
- "MySQL"
- "MariaDB"
- "PostgreSQL"
- "SQlite"
- "Oracle"
- "Other"
- type: dropdown
id: php
attributes:
label: PHP engine version
description: |
Select PHP engine version serving Nextcloud Server.
_Describe in the "Additional info" section if you chose "Other"._
options:
- "PHP 8.0"
- "PHP 8.1"
- "PHP 8.2"
- "Other"
- type: input
id: nextcloud-version
attributes:
label: Nextcloud version
description: see admin page, e.g. 27.0.0
- type: dropdown
id: fresh-install-update
attributes:
label: Updated from an older installed version or fresh install
options:
- "Updated from an older version"
- "Fresh install"
- type: textarea
id: list-active-apps
attributes:
label: List of activated apps
description: |
If you have access to your command line run e.g.:
``sudo -u www-data php occ app:list``
from within your instance's installation folder
render: Text
- type: textarea
id: config
attributes:
label: Nextcloud configuration
description: |
Provide information about your configuration.
``sudo -u www-data php occ config:list system``
from within your instance's installation folder.
render: Text
- type: markdown
attributes:
value: "## Logs"
- type: textarea
id: log
attributes:
label: Web server error log
description: |
Insert your webserver log here
render: Text
- type: textarea
id: log-file
attributes:
label: Log file
description: |
Insert your nextcloud.log file here
render: Text
- type: textarea
id: browser-log
attributes:
label: Browser log
description: |
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
render: Text
- type: textarea
id: additional-info
attributes:
label: Additional info
description: Any additional information related to the issue (ex. browser console errors, software versions).
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: ❓ Question
url: https://help.nextcloud.com/
about: I have a question …
- name: 🔒 Security Vulnerability
url: https://hackerone.com/nextcloud
about: Found a security vulnerability?
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: "Feature request"
description: "You have a neat idea that should be implemented?"
labels: ["enhancement", "0 - to triage"]
body:
- type: markdown
attributes:
value: |
### 👍 Thanks for reporting issues back to Nextcloud!
This is the issue tracker of Nextcloud, if you have any support question please check out [support](https://nextcloud.com/support)
To make it possible for us to help you please fill out below information carefully.
If you have any questions, head over to the [forums](https://help.nextcloud.com/c/apps/tasks).
Note that 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 implement the feature or enhancement you'd like, do it yourself or [become a customer](https://nextcloud.com/enterprise/).
- type: textarea
id: description-problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
id: description-solution
attributes:
label: Describe the solution you'd like
description: |
A clear and concise description of what you want to happen.
- type: textarea
id: description-alternatives
attributes:
label: Describe alternatives you've considered
description: |
A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.
25 changes: 0 additions & 25 deletions CONTRIBUTING.md

This file was deleted.

110 changes: 0 additions & 110 deletions issue_template.md

This file was deleted.

0 comments on commit 3733502

Please sign in to comment.