Merge branch 'more-detailed-issue-templates' into 'master'
Docs: More (detailed) templates for Issues and MRs See merge request famedly/conduit!129
This commit is contained in:
commit
ffa10a68b9
5 changed files with 55 additions and 15 deletions
11
.github/ISSUE_TEMPLATE/Issue.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/Issue.md
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
name: "Issue with / Feature Request for Conduit"
|
||||
about: "Please file issues on GitLab: https://gitlab.com/famedly/conduit/-/issues/new"
|
||||
title: "CLOSE ME"
|
||||
---
|
||||
|
||||
|
||||
|
||||
**⚠️ Conduit development does not happen on GitHub. Issues opened here will not be addressed**
|
||||
|
||||
Please open issues on GitLab: https://gitlab.com/famedly/conduit/-/issues/new
|
19
.gitlab/issue_templates/Bug Report.md
Normal file
19
.gitlab/issue_templates/Bug Report.md
Normal file
|
@ -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
|
17
.gitlab/issue_templates/Feature Request.md
Normal file
17
.gitlab/issue_templates/Feature Request.md
Normal file
|
@ -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
|
8
.gitlab/merge_request_templates/MR.md
Normal file
8
.gitlab/merge_request_templates/MR.md
Normal file
|
@ -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 a new issue