mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
chore: Bump issue templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
a99adf1c9b
commit
1baa0f636b
2 changed files with 9 additions and 5 deletions
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: π Bug report
|
||||
about: Help us improving by reporting a bug
|
||||
name: π Bug report
|
||||
about: Help us to improve by reporting a bug
|
||||
labels: 0. Needs triage, bug
|
||||
---
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ You can use the Issue Template application to prefill most of the required infor
|
|||
|
||||
**Database:** MySQL/Maria/SQLite/PostgreSQL
|
||||
|
||||
**PHP version:** 7.4/8.0/8.1
|
||||
**PHP version:** 8.0/8.1/8.2
|
||||
|
||||
**Nextcloud Version:** (see admin page)
|
||||
|
||||
|
|
|
|||
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
|
|
@ -1,3 +1,7 @@
|
|||
### βοΈ Resolves
|
||||
|
||||
* Issue #β¦
|
||||
|
||||
### πΌοΈ Screenshots
|
||||
|
||||
ποΈ Before | π‘ After
|
||||
|
|
@ -5,13 +9,13 @@
|
|||
B | A
|
||||
|
||||
|
||||
### π§ TODO
|
||||
### π§ Tasks
|
||||
|
||||
- [ ] ...
|
||||
|
||||
### π Checklist
|
||||
|
||||
- [ ] βοΈ Tests (unit and/or integration) are included
|
||||
- [ ] βοΈ Tests (unit and/or integration) are included or not required
|
||||
- [ ] π API documentation in `docs/` has been updated or is not required
|
||||
- [ ] π User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required
|
||||
- [ ] π Capability is added or not needed
|
||||
|
|
|
|||
Loadingβ¦
Add table
Reference in a new issue