mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 02:08:16 -07:00
Add more detailed issue templates
Shamelessly stolen from https://github.com/HedgeDoc/client Originally written by https://github.com/ErikMichelson and https://github.com/DerMolly
This commit is contained in:
parent
f924ebf8a6
commit
82a4ec9cbd
48
.gitlab/issue_templates/Bug Report.md
Normal file
48
.gitlab/issue_templates/Bug Report.md
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<!--
|
||||||
|
If you're requesting a new feature, that isn't part of this project yet,
|
||||||
|
then please consider filling out a "Feature Request" instead!
|
||||||
|
|
||||||
|
If you just have trouble setting up a conduit server or other questions, feel free to ask for help in the
|
||||||
|
Conduit Matrix Chat: https://matrix.to/#/#conduit:fachschaften.org.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Description
|
||||||
|
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
|
||||||
|
### To Reproduce
|
||||||
|
|
||||||
|
<!-- Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error -->
|
||||||
|
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
|
||||||
|
### Error/Log
|
||||||
|
|
||||||
|
```log
|
||||||
|
Copy and paste the error log from Conduit here.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### Your Setup (please complete the following information):
|
||||||
|
|
||||||
|
- Conduit version [e.g. Git commit at download time]
|
||||||
|
- OS: [e.g. Raspbian , Ubuntu 20.04, ...]
|
||||||
|
- RAM available to Conduit: [e.g. 1 GB]
|
||||||
|
- Cores available to Conduit: [e.g. 1 Core]
|
||||||
|
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
|
||||||
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
||||||
|
|
||||||
|
/label ~conduit
|
28
.gitlab/issue_templates/Feature Request.md
Normal file
28
.gitlab/issue_templates/Feature Request.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<!--
|
||||||
|
If you want to report a bug or an error,
|
||||||
|
then please consider filling out a "Bug Report" instead!
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
### 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. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/label ~conduit
|
@ -1,15 +0,0 @@
|
|||||||
# Headline
|
|
||||||
|
|
||||||
### Description
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/label ~conduit
|
|
Loading…
Reference in New Issue
Block a user