summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Zohren <gitlab-jfowl-0ux98@sh14.de>2021-07-18 20:43:21 +0000
committerJonas Zohren <gitlab-jfowl-0ux98@sh14.de>2021-07-18 20:43:21 +0000
commitcdd01262d23e92b445cbb757005278358a6097d8 (patch)
tree3f663336d8facd73764b763aa2498865aafb385d
parent092221ca3f9c10eb66672b61bbadc15e8bfea7ab (diff)
downloadconduit-cdd01262d23e92b445cbb757005278358a6097d8.zip
Shorten more templates
-rw-r--r--.github/ISSUE_TEMPLATE/Issue.md2
-rw-r--r--.gitlab/issue_templates/Feature Request.md13
-rw-r--r--.gitlab/merge_request_templates/MR.md4
3 files changed, 4 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/Issue.md b/.github/ISSUE_TEMPLATE/Issue.md
index 9022062..7889665 100644
--- a/.github/ISSUE_TEMPLATE/Issue.md
+++ b/.github/ISSUE_TEMPLATE/Issue.md
@@ -8,4 +8,4 @@ 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 \ No newline at end of file
+Please open issues on GitLab: https://gitlab.com/famedly/conduit/-/issues/new
diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md
index 4100eb6..3f636e7 100644
--- a/.gitlab/issue_templates/Feature Request.md
+++ b/.gitlab/issue_templates/Feature Request.md
@@ -6,22 +6,11 @@ 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 [...] -->
+<!-- Eg. 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. -->
diff --git a/.gitlab/merge_request_templates/MR.md b/.gitlab/merge_request_templates/MR.md
index cf3c09e..c592a3b 100644
--- a/.gitlab/merge_request_templates/MR.md
+++ b/.gitlab/merge_request_templates/MR.md
@@ -1,8 +1,8 @@
-<!-- Please describe your changes here in a concise manner -->
+<!-- Please describe your changes here -->
-----------------------------------------------------------------------------
-- [ ] I ran `cargo fmt --all`, `cargo test --workspace` and `cargo clippy`
+- [ ] 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