mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
Merge pull request #2046 from nextcloud/chore/noid/spdxGhTemplates
Update GH templates with SPDX headers
This commit is contained in:
commit
70755eaec2
3 changed files with 13 additions and 4 deletions
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
~ SPDX-FileCopyrightText: 2020-2024 Stefan Niedermann <info@niedermann.it>
|
||||
~ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
---
|
||||
name: 🐞 Bug report
|
||||
about: Help us improving by reporting a bug
|
||||
|
|
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,5 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-FileCopyrightText: 2020 Stefan Niedermann <info@niedermann.it>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 💼 Volume licenses
|
||||
url: https://www.niedermann.it/kontakt.html
|
||||
about: If you are a company, a club, a university or another organization, please contact us directly for volume licenses.
|
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
~ SPDX-FileCopyrightText: 2020-2024 Stefan Niedermann <info@niedermann.it>
|
||||
~ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
---
|
||||
name: 🚀 Feature request
|
||||
about: Suggest an idea for this project
|
||||
|
|
Loading…
Reference in a new issue