Browse Source

Merge branch 'more-detailed-issue-templates' into 'master'

Docs: More (detailed) templates for Issues and MRs

See merge request famedly/conduit!129
merge-requests/129/merge
Jonas Zohren 5 years ago
parent
commit
08e4b54180
  1. 11
      .github/ISSUE_TEMPLATE/Issue.md
  2. 19
      .gitlab/issue_templates/Bug Report.md
  3. 17
      .gitlab/issue_templates/Feature Request.md
  4. 15
      .gitlab/issue_templates/Issue Template.md
  5. 8
      .gitlab/merge_request_templates/MR.md

11
.github/ISSUE_TEMPLATE/Issue.md

@ -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

@ -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

@ -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

15
.gitlab/issue_templates/Issue Template.md

@ -1,15 +0,0 @@
# Headline
### Description
/label ~conduit

8
.gitlab/merge_request_templates/MR.md

@ -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…
Cancel
Save