update bug resolution & new feature templates

This commit is contained in:
Mathilde 2022-08-03 14:03:49 +02:00
parent 00a1924583
commit bdeb4a31a0
2 changed files with 20 additions and 7 deletions

View File

@ -1,8 +1,8 @@
---
name: Bug report
about: Report a bug in the software
name: Bug resolution
about: ADMIN ONLY - Track a bug resolution
title: ''
labels: ''
labels: 'bug'
assignees: ''
---
@ -10,10 +10,6 @@ assignees: ''
**Describe the bug**
A clear and concise description of what the bug is.
**Where did it happen?**
Did the issue occur on CryptPad.fr or an instance hosted by a third-party?
If on another instance, please provide its full URL.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'

17
.github/ISSUE_TEMPLATE/new_feature.md vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: New feature
about: ADMIN ONLY - Track a new feature
title: ''
labels: 'new feature'
assignees: ''
---
**Summary**
Please describe your idea in a reasonable amount of detail.
**Motivation**
Please describe how your idea would benefit you and other users.
**Additional context**
Add any other context or screenshots about the feature request.