From 42429cf7619138a7da291fb68c4e2baf118aa49f Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Fri, 9 Nov 2018 00:11:37 -0500 Subject: [PATCH] update template texts --- .gitlab/issue_templates/BUG.md | 14 +++++++------- .gitlab/issue_templates/FEATURE.md | 10 +++++----- .gitlab/merge_request_templates/PULL REQUEST.md | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitlab/issue_templates/BUG.md b/.gitlab/issue_templates/BUG.md index 306c69c4..f028892a 100644 --- a/.gitlab/issue_templates/BUG.md +++ b/.gitlab/issue_templates/BUG.md @@ -1,23 +1,23 @@ -# Bug report +## Bug report -* [ ] Did you check if there wasn't a similar bug report or PR open to fix similar bug? -* [ ] Are you using the [latest version](https://framagit.org/dystopia-project/simple-email/tags) of the app? +* [ ] I checked if there wasn't a similar bug report or PR open to fix a similar bug +* [ ] I'm using the [latest version](https://framagit.org/dystopia-project/simple-email/tags) of the app? ------------------------------------------- -## Expected behavior +### Expected behavior -## Actual behavior +### Actual behavior -## Steps to reproduce the problem +### Steps to reproduce the problem 1. 2. 3. -## Version +### Version * App version: * Android version: diff --git a/.gitlab/issue_templates/FEATURE.md b/.gitlab/issue_templates/FEATURE.md index dca415b5..17ab8984 100644 --- a/.gitlab/issue_templates/FEATURE.md +++ b/.gitlab/issue_templates/FEATURE.md @@ -1,11 +1,11 @@ -# Feature request +## Feature request -* [ ] Did you check if there wasn't a similar feature request or open a PR with similar feature? -* [ ] Did you read [this FAQ](https://framagit.org/dystopia-project/simple-email/blob/master/docs/FAQ.md#can-you-add-)? +* [ ] I checked if there wasn't a similar feature request or open a PR with similar feature +* [ ] I read [this FAQ](https://framagit.org/dystopia-project/simple-email/blob/master/docs/FAQ.md#can-you-add-) ------------------------------------------- -## Expected behavior +### Expected behavior -## Actual behavior +### Actual behavior diff --git a/.gitlab/merge_request_templates/PULL REQUEST.md b/.gitlab/merge_request_templates/PULL REQUEST.md index cf0c709f..fad34e4f 100644 --- a/.gitlab/merge_request_templates/PULL REQUEST.md +++ b/.gitlab/merge_request_templates/PULL REQUEST.md @@ -1,4 +1,4 @@ -### Comments/Description: +## Comments/Description: Thank you for taking the time to submit your changes to SimpleEmail and help us making it better step by step! :+1: :clap: @@ -9,7 +9,7 @@ Thank you for contributing. ------------------------------------------- -# Important +### Important * [ ] Added description to PR * [ ] Linked issue ticket(s) to PR