Browse Source

add gitlab templates

main
Distopico Vegan 5 years ago
parent
commit
ee771e8e52
5 changed files with 58 additions and 30 deletions
  1. +23
    -0
      .gitlab/issue_templates/BUG_REPORT.md
  2. +11
    -0
      .gitlab/issue_templates/FEATURE_REQUEST.md
  3. +24
    -0
      .gitlab/merge_request_templates/PULL_REQUEST.md
  4. +0
    -26
      ISSUE_TEMPLATE.md
  5. +0
    -4
      PULL_REQUEST_TEMPLATE.md

+ 23
- 0
.gitlab/issue_templates/BUG_REPORT.md View File

@ -0,0 +1,23 @@
# 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?
-------------------------------------------
## Expected behavior
## Actual behavior
## Steps to reproduce the problem
1.
2.
3.
## Version
* App version:
* Android version:

+ 11
- 0
.gitlab/issue_templates/FEATURE_REQUEST.md View File

@ -0,0 +1,11 @@
# 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-)?
-------------------------------------------
## Expected behavior
## Actual behavior

+ 24
- 0
.gitlab/merge_request_templates/PULL_REQUEST.md View File

@ -0,0 +1,24 @@
### 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:
Thank you for contributing.
**You may now delete all this text and add a description of your changes.**
-------------------------------------------
# Important
* [ ] Added description to PR
* [ ] Linked issue ticket(s) to PR
* [ ] Passing the lint
* [ ] I read the [contributing section](https://framagit.org/dystopia-project/simple-email/blob/master/CONTRIBUTING.md) and agree to them
* [ ] I agree to [the license](https://framagit.org/dystopia-project/simple-email/tree/master#license)
### Addresses issue(s):
- Ticket: *If applicable or exists*
-------------------------------------------

+ 0
- 26
ISSUE_TEMPLATE.md View File

@ -1,26 +0,0 @@
# 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-)?
# 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?
## Expected behavior
## Actual behavior
## Steps to reproduce the problem
1.
2.
3.
## Version
* App version:
* Android version:

+ 0
- 4
PULL_REQUEST_TEMPLATE.md View File

@ -1,4 +0,0 @@
# Important
* Did you read the [contributing section](https://framagit.org/dystopia-project/simple-email/blob/master/CONTRIBUTING.md)?
* Do you agree to [the license and the copyright](https://framagit.org/dystopia-project/simple-email/tree/master#license)?

Loading…
Cancel
Save