Browse Source
Docs: More (detailed) templates for Issues and MRs See merge request famedly/conduit!129merge-requests/129/merge
5 changed files with 55 additions and 15 deletions
@ -0,0 +1,19 @@ |
|||||||
|
<!-- |
||||||
|
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 need a hand setting up your conduit server, feel free to ask for help in the |
||||||
|
Conduit Matrix Chat: https://matrix.to/#/#conduit:fachschaften.org. |
||||||
|
--> |
||||||
|
|
||||||
|
### Description |
||||||
|
<!-- What did you do and what happened? Why is that bad? --> |
||||||
|
|
||||||
|
### System Configuration |
||||||
|
<!-- Other data that might help us debug this issue, like os, conduit version, database backend --> |
||||||
|
|
||||||
|
Conduit Version: |
||||||
|
Database backend (default is sqlite): sqlite |
||||||
|
|
||||||
|
|
||||||
|
/label ~conduit |
||||||
@ -0,0 +1,17 @@ |
|||||||
|
<!-- |
||||||
|
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. |
||||||
|
|
||||||
|
<!-- Eg. I'm always frustrated when [...] --> |
||||||
|
|
||||||
|
|
||||||
|
### Describe the solution you'd like |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/label ~conduit |
||||||
@ -1,15 +0,0 @@ |
|||||||
# Headline |
|
||||||
|
|
||||||
### Description |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/label ~conduit |
|
||||||
@ -0,0 +1,8 @@ |
|||||||
|
|
||||||
|
<!-- Please describe your changes here --> |
||||||
|
|
||||||
|
----------------------------------------------------------------------------- |
||||||
|
|
||||||
|
- [ ] I ran `cargo fmt` and `cargo test` |
||||||
|
- [ ] I agree to release my code and all other changes of this MR under the Apache-2.0 license |
||||||
|
|
||||||
Loading…
Reference in new issue